Date: Tue, 8 Mar 2005 22:20:05 GMT From: Craig Boston <craig@yekse.gank.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76874: New Ports: net/vde Message-ID: <200503082220.j28MK525073561@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/76874; it has been noted by GNATS. From: Craig Boston <craig@yekse.gank.org> To: Sergey Matveychuk <sem@hub.freebsd.org> Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/76874: New Ports: net/vde Date: Tue, 8 Mar 2005 16:10:14 -0600 On Thu, Feb 24, 2005 at 08:42:21PM +0000, Sergey Matveychuk wrote: > CFLAGS+= ${CPPFLAGS} > MAKE_ENV+= LDFLAGS="${LDFLAGS}" > > It looks like it complete useless. Try building it on a 4.x system with those lines commented out... The port doesn't use autotools and does not repsect CPPFLAGS (which gets set on 4.x in order to find gnugetopt), so it must be shoved into CFLAGS. MAKE_ENV is necessary for a similar reason. LDFLAGS gets set in CONFIGURE_ENV, but not MAKE_ENV. Most ports that use autoconf store the value from the configure stage. On 4.x it doesn't pick up the -L/usr/local/lib and fails to link against gnugetopt. If there is a better way to handle this, I am open to ideas.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503082220.j28MK525073561>