Date: Wed, 9 Feb 2011 13:06:16 -0500 From: Michael Scheidell <michael.scheidell@secnap.com> To: <freebsd-ports@freebsd.org> Subject: how to bootstrap libtool? Message-ID: <4D52D798.5020204@secnap.com>
next in thread | raw e-mail | index | archive | help
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?= ${LOCALBASE}/bin/libnet11-config LIBNET_CFLAGS!= ${LIBNET_CONFIG} --cflags LIBNET_LIBS!= ${LIBNET_CONFIG} --libs LIBNET_INCDIR= ${LIBNET_CFLAGS:M-I*:S/-I//} LIBNET_LIBDIR= ${LIBNET_LIBS:M-L*:S/-L//} if not, well, you can see. I can (and do) have libnet>11 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? -- 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?4D52D798.5020204>