Re: make package

2003-11-17 Thread Dag-Erling Smørgrav
"nobody nobody" <[EMAIL PROTECTED]> writes: > I recently tried to build my packages of FreeBSD-4.9 stable for my > case. I noticed that the packages of dependencies were not build > under the $PACKAGES/All and I man man ports which didn't show the > option to do that. Use misc/porteasy. DES --

Re: make package

2003-11-17 Thread Daniel O'Connor
> (e.g. cvsup-without-gui needs libiconv ... ) I would like to know if there > exists any options or methods to build the dependencies packages as well > while I try to build the packages (e.g. cvsup-without-gui). You can do.. make package PACKAGES=/tmp/packages DEPENDS_TARGET=package -- D

Re: make package

2003-11-16 Thread Igor Pokrovsky
On Mon, Nov 17, 2003 at 10:38:44AM +0800, nobody nobody wrote: > Hello, > > I recently tried to build my packages of FreeBSD-4.9 stable for my case. > I noticed that the packages of dependencies were not build under the > $PACKAGES/All and I man man ports which didn't show the option to do tha

make package

2003-11-16 Thread nobody nobody
Hello, I recently tried to build my packages of FreeBSD-4.9 stable for my case. I noticed that the packages of dependencies were not build under the $PACKAGES/All and I man man ports which didn't show the option to do that. (e.g. cvsup-without-gui needs libiconv ... ) I would like to know if