RE: "make package-recursive install" question
Hi, thanks. No, because: 1) I would like to know how you do that as I want to learn how this is done 2) I'm testing with CFLAGS and optimizing the compiler stuff. 3) pkg_add will install 3.1.4, I want to test 3.2 > -Original Message- > From: JJB [mailto:[EMAIL PROTECTED] > Sent: jeudi 5 février 2004 14:21 > To: Didier WIROTH > Subject: RE: "make package-recursive install" question > > You are going about this all wrong. Why install from ports > collection and then build your own package, this is crazy, > just download the package to start with. Use pkg_add -rv > kde3 on each machine you want to install it on. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
RE: [kde-freebsd] "make package-recursive install" question
Hi, Thanks a lot Can you do the same without actually installing the kde packages or ports? I stopped the build process on my workstation, it's definitly to slow! I would like to build the binary packages on a fast xeon server BUT "WITHOUT" installing kde and it's dependencies? How do I have to do this? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Andy Fawcett > Sent: jeudi 5 février 2004 11:32 > To: [EMAIL PROTECTED] > Subject: Re: [kde-freebsd] "make package-recursive install" question > > On Thursday 05 February 2004 12:28, Didier WIROTH wrote: > > Hi, > > I would like to build packages (to burn and install on other slower > > machines) the kde32 port. I'm doing this: > > cd /usr/ports/x11/kde3: > > make package-recursive install > > > > QT has been compiled and installed but there was no package created > > in: /usr/ports/packages/ > > > > How do I have to modify the command to make packages of the > entire kde > > packages and dependencies? > > The easiest way to do a set of packages is to install > portupgrade, and then run > > portinstall -rRp kde > > This will: > > . build kde and all dependency ports > . create packages for all ports > > This is actually what I am doing at this very moment, so that > we have packages of KDE 3.2.0 for 5.2-RELEASE/i686 > > A. > > -- > Andy Fawcett | [EMAIL PROTECTED] > | [EMAIL PROTECTED] > "In an open world without walls and fences, | [EMAIL PROTECTED] > we wouldn't need Windows and Gates." -- anon | > [EMAIL PROTECTED] ___ > kde-freebsd mailing list > [EMAIL PROTECTED] > http://freebsd.kde.org/mailman/listinfo/kde-freebsd ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: "make package-recursive install" question
On Thursday 05 February 2004 02:29 am, Didier WIROTH wrote: > Hi, > I would like to build packages (to burn and install on other slower > machines) the kde32 port. I'm doing this: > cd /usr/ports/x11/kde3: > make package-recursive install > > QT has been compiled and installed but there was no package created > in: /usr/ports/packages/ > > How do I have to modify the command to make packages of the entire > kde packages and dependencies? > I found that you need to add All to packages. Everything is in packages/All when you get through. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
"make package-recursive install" question
Hi, I would like to build packages (to burn and install on other slower machines) the kde32 port. I'm doing this: cd /usr/ports/x11/kde3: make package-recursive install QT has been compiled and installed but there was no package created in: /usr/ports/packages/ How do I have to modify the command to make packages of the entire kde packages and dependencies? Many thanks ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"