Re: how to bootstrap libtool?

2011-02-09 Thread Chuck Swiger
On Feb 9, 2011, at 10:06 AM, Michael Scheidell wrote: I can (and do) have libnet11 as a dependency, but by then, its too late. do I need to run makefile TWICE? what does this do to nightly package builds? how do I bootstrap it to install libnet11 EARLY if its not there? You should list

Re: how to bootstrap libtool?

2011-02-09 Thread Michael Scheidell
On 2/9/11 1:32 PM, Chuck Swiger wrote: You should list libnet11 as both BUILD_DEPENDS and RUN_DEPENDS, likely... I do. didn't help (specifically referring to the new 2.9.0.3 security/snort port) I THINK this cludge helped: but I am not happy with it. not sure I understand portlint

Re: how to bootstrap libtool?

2011-02-09 Thread Chuck Swiger
On Feb 9, 2011, at 10:35 AM, Michael Scheidell wrote: On 2/9/11 1:32 PM, Chuck Swiger wrote: You should list libnet11 as both BUILD_DEPENDS and RUN_DEPENDS, likely... I do. didn't help (specifically referring to the new 2.9.0.3 security/snort port) I THINK this cludge helped: but I am

Re: how to bootstrap libtool?

2011-02-09 Thread Michael Scheidell
On 2/9/11 2:11 PM, Chuck Swiger wrote: On Feb 9, 2011, at 10:35 AM, Michael Scheidell wrote: On 2/9/11 1:32 PM, Chuck Swiger wrote: You should list libnet11 as both BUILD_DEPENDS and RUN_DEPENDS, likely... I do. didn't help (specifically referring to the new 2.9.0.3 security/snort port) I

Re: how to bootstrap libtool?

2011-02-09 Thread Chuck Swiger
On Feb 9, 2011, at 11:14 AM, Michael Scheidell wrote: The problem with != is that is is evaluated in a subshell regardless of whether the results are needed, and it happens while the Makefile is first being read, before it tries to figure out which targets need to be processed. This is why

Re: how to bootstrap libtool?

2011-02-09 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/9/11 1:06 PM, Michael Scheidell wrote: ports/porters experts: I have a port that needs libnet11-config. need it to set options. if libnet11-config is there, the options set correctly. LIBNET_CONFIG?=

Re: how to bootstrap libtool?

2011-02-09 Thread Ion-Mihai Tetcu
On Wed, 09 Feb 2011 11:40:18 -0800 Chuck Swiger cswi...@mac.com wrote: On Feb 9, 2011, at 11:14 AM, Michael Scheidell wrote: The problem with != is that is is evaluated in a subshell regardless of whether the results are needed, and it happens while the Makefile is first being read, before

Re: how to bootstrap libtool?

2011-02-09 Thread Michael Scheidell
-ports@freebsd.org, cls...@freebsd.org cls...@freebsd.org Sent: Wed, Feb 9, 2011 22:30:12 GMT+00:00 Subject: Re: how to bootstrap libtool? On Wed, 09 Feb 2011 11:40:18 -0800 Chuck Swiger cswi...@mac.com wrote: On Feb 9, 2011, at 11:14 AM, Michael Scheidell wrote: The problem