ports/76874: New Ports: net/vde

Craig Boston craig at yekse.gank.org
Tue Mar 8 22:20:06 UTC 2005


The following reply was made to PR ports/76874; it has been noted by GNATS.

From: Craig Boston <craig at yekse.gank.org>
To: Sergey Matveychuk <sem at hub.freebsd.org>
Cc: freebsd-gnats-submit at 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.



More information about the freebsd-ports-bugs mailing list