Re: make package-recursive

2007-07-18 Thread Vinny
Nejc ©koberne wrote: Hello, I would like to create a custom set of packages, so that they will be installable to my other FreeBSD boxen. As I understand, I have to use 'make package-recursive', but I have some problems with it: 1. Is there a way to tell 'make package-recursive' not to

Re: make package-recursive

2007-07-10 Thread Manolis Kiagias
Nejc Škoberne wrote: Hello, I would like to create a custom set of packages, so that they will be installable to my other FreeBSD boxen. As I understand, I have to use 'make package-recursive', but I have some problems with it: 1. Is there a way to tell 'make package-recursive' not to

Re: make package-recursive

2007-07-10 Thread Sam Lawrance
On 10/07/2007, at 7:41 PM, Nejc Škoberne wrote: Hello, I would like to create a custom set of packages, so that they will be installable to my other FreeBSD boxen. As I understand, I have to use 'make package-recursive', but I have some problems with it: 1. Is there a way to tell 'make

Re: make package-recursive

2004-08-23 Thread horio shoichi
On Mon, 23 Aug 2004 09:59:52 +0700 User [EMAIL PROTECTED] wrote: there should some way to tell make that if ports have been made package, the next time that ports should not have been made again in the make package-recursive from some other ports. Unfortunately, no. Change CFLAGS and

Re: make package-recursive

2004-08-23 Thread Parv
in message [EMAIL PROTECTED], wrote horio shoichi thusly... On Mon, 23 Aug 2004 09:59:52 +0700 User [EMAIL PROTECTED] wrote: there should some way to tell make that if ports have been made package, the next time that ports should not have been made again in the make package-recursive

Re: make package-recursive

2004-08-22 Thread Kris Kennaway
On Sun, Aug 22, 2004 at 10:57:42AM +0700, User wrote: hi sirs, sorry for asking, but i need to know to aviod unnecessary making packages that have been made during 'make package-recursive' many thanks for any helps and hints. Please explain in more detail what you mean. Kris

Re: make package-recursive

2004-08-22 Thread Daniel O'Connor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 22 Aug 2004 13:27, User wrote: sorry for asking, but i need to know to aviod unnecessary making packages that have been made during 'make package-recursive' What unnecessary packages? make package-recurse makes all the packages a given

Re: make package-recursive

2004-08-22 Thread User
On Sunday, 22 August 2004 at 8:26:25 -0700, Kris Kennaway wrote: Date: Sun, 22 Aug 2004 08:26:25 -0700 From: Kris Kennaway [EMAIL PROTECTED] To: User [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: make package-recursive On Sun, Aug 22, 2004 at 10:57:42AM +0700

Re: make package-recursive install question

2004-02-05 Thread Kent Stewart
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

RE: make package-recursive install question

2004-02-05 Thread Didier WIROTH
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