Date: Wed, 9 Feb 2011 13:35:34 -0500 From: Michael Scheidell <michael.scheidell@secnap.com> To: Chuck Swiger <cswiger@mac.com> Cc: freebsd-ports@freebsd.org Subject: Re: how to bootstrap libtool? Message-ID: <4D52DE76.2050208@secnap.com> In-Reply-To: <C7CE8A43-E22F-4F03-8C29-E08F8A2A40BB@mac.com> References: <4D52D798.5020204@secnap.com> <C7CE8A43-E22F-4F03-8C29-E08F8A2A40BB@mac.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 complaints about !=, or if there is/was a better way. LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config .if exists($(LIBNET_CONFIG)) LIBNET_CFLAGS!= ${LIBNET_CONFIG} --cflags LIBNET_LIBS!= ${LIBNET_CONFIG} --libs .else LIBNET_CFLAGS=-I${LOCALBASE}/include/libnet11 LIBNET_LIBS=-L${LOCALBASE}/lib/libnet11 -lnet .endif LIBNET_INCDIR= ${LIBNET_CFLAGS:M-I*:S/-I//} LIBNET_LIBDIR= ${LIBNET_LIBS:M-L*:S/-L//} -- Michael Scheidell, CTO o: 561-999-5000 d: 561-948-2259 ISN: 1259*1300 >*| *SECNAP Network Security Corporation * Certified SNORT Integrator * 2008-9 Hot Company Award Winner, World Executive Alliance * Five-Star Partner Program 2009, VARBusiness * Best in Email Security,2010: Network Products Guide * King of Spam Filters, SC Magazine 2008 ______________________________________________________________________ This email has been scanned and certified safe by SpammerTrap(r). For Information please see http://www.secnap.com/products/spammertrap/ ______________________________________________________________________
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D52DE76.2050208>