Bug 76874 - New Ports: net/vde
Summary: New Ports: net/vde
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergey Matveychuk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-30 23:30 UTC by Craig Boston
Modified: 2005-03-11 13:53 UTC (History)
0 users

See Also:


Attachments
vde.shar (30.84 KB, text/plain)
2005-01-30 23:30 UTC, Craig Boston
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Boston 2005-01-30 23:30:22 UTC
	VDE is a user-mode ethernet simulation.  It's quite useful for
	hooking together multiple qemu instances into a single virtual
	network without needing root access.  It can also be used for
	tunneling or other network simulation tasks.

How-To-Repeat: 	n/a
Comment 1 sem 2005-02-24 20:42:21 UTC
CFLAGS+=        ${CPPFLAGS}
MAKE_ENV+=      LDFLAGS="${LDFLAGS}"

It looks like it complete useless.
-- 
Sem.
Comment 2 Craig Boston 2005-03-08 22:10:14 UTC
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.
Comment 3 Sergey Matveychuk freebsd_committer freebsd_triage 2005-03-10 15:00:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sem

Take it.
Comment 4 Sergey Matveychuk freebsd_committer freebsd_triage 2005-03-11 13:53:04 UTC
State Changed
From-To: open->closed

New port added, thanks!