diff options
author | bms <bms@FreeBSD.org> | 2009-12-08 18:53:10 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2009-12-08 18:53:10 +0800 |
commit | 96034e566d16f821d1350b3f23c24117f09bb5cc (patch) | |
tree | 29e0d6441c8858046a0298ea2f4a6a3d858e5e4b /net/Makefile | |
parent | c6c8ac099fb5de992b84c6cb2ea54d9c4ed0c6cc (diff) | |
download | freebsd-ports-gnome-96034e566d16f821d1350b3f23c24117f09bb5cc.tar.gz freebsd-ports-gnome-96034e566d16f821d1350b3f23c24117f09bb5cc.tar.zst freebsd-ports-gnome-96034e566d16f821d1350b3f23c24117f09bb5cc.zip |
Add new port net/xorp-devel, for the current XORP line of development
in SourceForge SVN.
It now builds using SCons, and the Boost C++ libraries.
The package is now relocatable using the rtld $ORIGIN feature, and
should now conform to hier(7), and the Filesystem Hierarchy Standard.
Other improvements include: more mature shared library support, default
to using UNIX domain sockets for improved RPC performance, PIM-SM BSR,
various bug fixes and performance enhancements, size reductions.
With shared libraries, a full production router suite package of
xorp-devel now weighs in at ~22MB on-disk, on amd64.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 858e2d55c7cc..74c8e7bb1f95 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1090,6 +1090,7 @@ SUBDIR += xmlrpc-c-devel SUBDIR += xmlrpc-epi SUBDIR += xorp + SUBDIR += xorp-devel SUBDIR += xprobe SUBDIR += xpvm SUBDIR += xrdesktop |