Nov 12 2006, 06:38 AM
Post
#1
|
|
|
Group: Members Posts: 106 Joined: 17-December 04 Member No.: 5,953 |
Hi
if you want fluxbox, idesk, irssi or other packages precompiled for your OepnBSD 4.0 in your zaurus you can put your PKG_PATH in http://www5.autistici.org/c0de/obsd/pkg4.0/ here if you want a howto for setting some pkg_path for your pkg_add [simple howto for setting PKG_PATH] sorry my english I'm drinking |
|
|
|
![]() |
May 15 2007, 03:03 AM
Post
#2
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
Thanks, mathemajikian. This seems a very good starting point. Does it mean you have to write the Makefiles and PLIST by hand yourself? And how do you package up the builds into the package .tgz ? I have taken a brief look into the file structure of some sample packages, but I just want to be sure what I do is the standard way of porting.
To jpmatrix: thanks for offering to host the packages! Coincidentally I will be away for a week from 24 May. Now building xchm and its dependencies (wxGTK, xmlpc++, chmlib) ... |
|
|
|
May 15 2007, 03:16 AM
Post
#3
|
|
![]() Group: Members Posts: 298 Joined: 8-July 06 From: United Kingdom for now.... Member No.: 10,349 |
QUOTE(ZDevil @ May 15 2007, 11:03 AM) Thanks, mathemajikian. This seems a very good starting point. Does it mean you have to write the Makefiles and PLIST by hand yourself? And how do you package up the builds into the package .tgz ? If you are trying to create a package for a port which isn't already in the ports collection, then you'll have to generate the Makefile and PLIST plus any other misc files. However, if you are just building ports which are already in the ports collection then: # cd /usr/ports/packages/arm/all # ls and you'll see that the packages have been created for you during the normal make install process. I'm assuming you knew this......... |
|
|
|
May 15 2007, 03:24 AM
Post
#4
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
QUOTE(mathemajikian @ May 15 2007, 01:16 PM) QUOTE(ZDevil @ May 15 2007, 11:03 AM) Thanks, mathemajikian. This seems a very good starting point. Does it mean you have to write the Makefiles and PLIST by hand yourself? And how do you package up the builds into the package .tgz ? If you are trying to create a package for a port which isn't already in the ports collection, then you'll have to generate the Makefile and PLIST plus any other misc files. However, if you are just building ports which are already in the ports collection then: # cd /usr/ports/packages/arm/all # ls and you'll see that the packages have been created for you during the normal make install process. I'm assuming you knew this......... Frankly, I didn't know this before, because I am still waiting for my CF wifi to make full use of the Port system. For now I am compiling locally from downloaded sources. |
|
|
|
May 15 2007, 04:04 AM
Post
#5
|
|
![]() Group: Members Posts: 298 Joined: 8-July 06 From: United Kingdom for now.... Member No.: 10,349 |
QUOTE(ZDevil @ May 15 2007, 11:24 AM) Frankly, I didn't know this before, because I am still waiting for my CF wifi to make full use of the Port system. For now I am compiling locally from downloaded sources. Well here's another trick. If you look at the Makefile for www/links+ you'll see VER= 2.1pre28 DISTNAME= links-${VER} MASTER_SITES= ${HOMEPAGE}download/ HOMEPAGE= http://links.twibright.com/ If you download links-2.1pre28.tar.gz from http://links.twibright.com/download/links-2.1pre28.tar.gz and copy it to /usr/ports/distfiles/ then you'll be able to build links+ from the ports collection assuming that all other build dependencies have been met. If your missing a build dependency then analyze the missing dependencies Makefile as shown above and copy the missing dependencies downloaded tar.gz to /usr/ports/distfiles/. Continue this process until all the build dependencies have been met and you'll end up with the port along with it's dependencies being built in the ports tree. |
|
|
|
May 15 2007, 07:05 AM
Post
#6
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
QUOTE(mathemajikian @ May 15 2007, 02:04 PM) QUOTE(ZDevil @ May 15 2007, 11:24 AM) Frankly, I didn't know this before, because I am still waiting for my CF wifi to make full use of the Port system. For now I am compiling locally from downloaded sources. Well here's another trick. If you look at the Makefile for www/links+ you'll see VER= 2.1pre28 DISTNAME= links-${VER} MASTER_SITES= ${HOMEPAGE}download/ HOMEPAGE= http://links.twibright.com/ If you download links-2.1pre28.tar.gz from http://links.twibright.com/download/links-2.1pre28.tar.gz and copy it to /usr/ports/distfiles/ then you'll be able to build links+ from the ports collection assuming that all other build dependencies have been met. If your missing a build dependency then analyze the missing dependencies Makefile as shown above and copy the missing dependencies downloaded tar.gz to /usr/ports/distfiles/. Continue this process until all the build dependencies have been met and you'll end up with the port along with it's dependencies being built in the ports tree. A new question: What if the program is missing in the current ports collection? Does that mean there will be no dependency check and no BSD Makefile and Plist will be generated? |
|
|
|
zogs Packages Repository Nov 12 2006, 06:38 AM
jpmatrix cool!
i was thinking about something like that... Nov 13 2006, 03:20 AM
zogs QUOTE(jpmatrix @ Nov 13 2006, 11:20 AM)what a... Nov 13 2006, 04:26 AM
jpmatrix so here are mine,
http://matrixmen.free.fr/zaurus... Nov 13 2006, 11:17 AM
zogs GOOD !!
if you don't remember, you ca... Nov 14 2006, 01:01 AM
jpmatrix send me your email and i'll send you my deskto... Nov 14 2006, 08:11 AM
zogs New Repo for OpenBSD 4.1
i'm starting the pac... Apr 11 2007, 01:33 AM
jpmatrix great!
how usable and stable do you find openb... Apr 11 2007, 03:59 AM
zogs mozilla-firefox added in my repository
p.s.: comp... Apr 18 2007, 08:50 AM
jpmatrix QUOTE(zogs @ Apr 18 2007, 06:50 PM)mozilla-fi... May 4 2007, 10:56 PM
ZDevil I wonder if the feed http://www.planetofidiots.com... May 5 2007, 02:11 AM
jpmatrix QUOTE(ZDevil @ May 5 2007, 12:11 PM)I wonder ... May 5 2007, 02:24 PM
gen2 QUOTE(jpmatrix @ May 5 2007, 10:24 PM)QUOTE(Z... May 5 2007, 06:08 PM
jpmatrix QUOTE(jpmatrix @ May 6 2007, 12:24 AM)QUOTE(Z... May 6 2007, 09:04 AM
ZDevil Looking forward to more ready made packages! S... May 6 2007, 01:14 AM
ZDevil I've installled everything from http://www5.au... May 6 2007, 06:29 AM
ZDevil Just checked the 4.1/arm packages feeds. py-cairo ... May 6 2007, 06:44 AM
ZDevil Cool. Thanks a lot. Now go installing everything.
... May 9 2007, 02:28 AM
ZDevil Hey, just compile emacs-unicode2 (emacs 23.0.0.1) ... May 13 2007, 12:05 AM
ZDevil A quick question about compilation flags:
It... May 13 2007, 11:21 PM
ZDevil (Disclaimer: The following report is true as of 14... May 14 2007, 08:28 AM
ZDevil I have already started porting apps not found in t... May 15 2007, 12:28 AM
mathemajikian QUOTE(ZDevil @ May 15 2007, 08:28 AM)Can some... May 15 2007, 02:38 AM
jpmatrix QUOTE(ZDevil @ May 15 2007, 10:28 AM)I don... May 15 2007, 02:44 AM


mathemajikian QUOTE(ZDevil @ May 15 2007, 03:05 PM)A new qu... May 15 2007, 08:22 AM


ZDevil That's pretty clear now. It's funny that I... May 15 2007, 08:36 AM


mathemajikian QUOTE(ZDevil @ May 15 2007, 04:36 PM)PS Okay ... May 15 2007, 08:42 AM

jpmatrix QUOTE(mathemajikian @ May 15 2007, 01:16 PM)H... May 15 2007, 04:03 AM

mathemajikian QUOTE(jpmatrix @ May 15 2007, 12:03 PM)By the... May 15 2007, 04:07 AM
jpmatrix QUOTE(ZDevil @ May 15 2007, 01:03 PM)To jpmat... May 23 2007, 07:30 AM
ZDevil One question about compilation:
Is it desirable t... May 18 2007, 03:25 AM
mathemajikian QUOTE(ZDevil @ May 18 2007, 11:25 AM)One ques... May 18 2007, 05:38 AM
ZDevil QUOTE(mathemajikian @ May 18 2007, 03:38 PM)Q... May 20 2007, 06:56 AM
mathemajikian QUOTE(ZDevil @ May 20 2007, 02:56 PM)Just pic... May 20 2007, 08:34 AM
ZDevil I have tried that already; the package seems to lo... May 18 2007, 05:43 AM
ZDevil I find that http://www.planetofidiots.com/pub/Open... May 19 2007, 08:20 AM
ZDevil A few pointers for the curious minds.
ARM-speci... May 20 2007, 10:43 AM
mathemajikian QUOTE(ZDevil @ May 20 2007, 06:43 PM)Actually... May 20 2007, 11:23 AM
ZDevil QUOTE(mathemajikian @ May 20 2007, 09:23 PM)C... May 20 2007, 11:39 AM
ZDevil That's a great idea indeed, jpmatrix. I receiv... May 23 2007, 08:10 AM
gen2 QUOTE(ZDevil @ May 23 2007, 04:10 PM)So what ... May 23 2007, 05:08 PM
ZDevil QUOTE(gen2 @ May 24 2007, 03:08 AM)Perhaps we... May 23 2007, 05:32 PM
ZDevil QUOTE(gen2 @ May 24 2007, 03:08 AM)maybe even... May 23 2007, 05:50 PM
mathemajikian QUOTE(gen2 @ May 24 2007, 01:08 AM)maybe even... May 24 2007, 03:18 AM
gen2 QUOTE(mathemajikian @ May 24 2007, 11:18 AM)J... May 24 2007, 11:18 AM
mathemajikian QUOTE(gen2 @ May 24 2007, 07:18 PM)Love to se... May 24 2007, 11:40 AM
jpmatrix ftp: 87.88.147.59
login: openbsd
pass: zaurus
fee... May 23 2007, 09:27 AM
ZDevil Personally I think a good solution is to use the l... May 23 2007, 05:28 PM
jpmatrix Ok for me ! I only forgot i won t be there for... May 24 2007, 02:00 PM
jpmatrix back
i see that gen2 repository is growing quickly... May 31 2007, 06:39 AM
gen2 QUOTE(jpmatrix @ May 31 2007, 02:39 PM)i... Jun 1 2007, 07:37 PM
jpmatrix QUOTE(gen2 @ Jun 2 2007, 05:37 AM)QUOTE(jpmat... Jun 1 2007, 10:24 PM
gen2 QUOTE(jpmatrix @ Jun 2 2007, 06:24 AM)i think... Jun 2 2007, 12:36 AM
ZDevil @gen2: Are your packages compiled with optimizatio... Jun 2 2007, 02:30 AM
gen2 QUOTE(ZDevil @ Jun 2 2007, 10:30 AM)@gen2: Ar... Jun 2 2007, 05:57 AM

jpmatrix QUOTE(gen2 @ Jun 2 2007, 03:57 PM)QUOTE(ZDevi... Jun 2 2007, 08:19 AM

mathemajikian QUOTE(jpmatrix @ Jun 2 2007, 04:19 PM)anyway,... Jun 2 2007, 08:40 AM

jpmatrix QUOTE(mathemajikian @ Jun 2 2007, 06:40 PM)QU... Jun 2 2007, 10:11 AM

mathemajikian QUOTE(jpmatrix @ Jun 2 2007, 06:11 PM)finch d... Jun 2 2007, 10:23 AM

jpmatrix QUOTE(mathemajikian @ Jun 2 2007, 08:23 PM)QU... Jun 2 2007, 11:18 AM
gen2 QUOTE(ZDevil @ Jun 2 2007, 10:30 AM)@gen2: Ar... Jun 2 2007, 03:15 PM
ZDevil Thanks, gen2.
I check again with the output in ter... Jun 2 2007, 04:02 PM
ZDevil QUOTE(ZDevil @ Jun 3 2007, 02:02 AM)Thanks, g... Jun 4 2007, 01:04 PM
gen2 QUOTE(ZDevil @ Jun 4 2007, 09:04 PM)Still dou... Jun 5 2007, 06:44 AM
ZDevil @jpmatrix: I've finally got everything set up ... Jun 4 2007, 09:43 AM
jpmatrix QUOTE(ZDevil @ Jun 4 2007, 07:43 PM)@jpmatrix... Jun 4 2007, 12:04 PM
ZDevil Thanks. Now I think of an issue: even if I upload ... Jun 4 2007, 12:33 PM
ZDevil A short note on my porting:
I am now building a w... Aug 12 2007, 05:32 PM
ZDevil A minor qualification:
Both the -O2 and the -pipe ... Aug 13 2007, 01:45 AM
mathemajikian QUOTE(ZDevil @ Aug 13 2007, 09:45 AM)And a qu... Aug 13 2007, 01:59 AM
ZDevil Now I am heading to building the big guys, such as... Sep 16 2007, 10:41 PM
Wildherb QUOTE(ZDevil @ Sep 17 2007, 07:41 AM)Now I am... Sep 17 2007, 12:55 PM
zogs who start with 4.2 packages? Jan 7 2008, 11:31 AM![]() ![]() |
|
Lo-Fi Version | Time is now: 25th May 2013 - 10:57 PM |