diff options
author | melifaro <melifaro@FreeBSD.org> | 2013-03-03 07:54:10 +0800 |
---|---|---|
committer | melifaro <melifaro@FreeBSD.org> | 2013-03-03 07:54:10 +0800 |
commit | e4c9a4fb5c1ab110d04ca752da075edce80151bc (patch) | |
tree | 46c99c499c7d654ca1a7cadd6ae3253823b3de8b /net/bird6 | |
parent | 34749cbc8469b89bc3583b39cf74ac57cb13d2dd (diff) | |
download | freebsd-ports-gnome-e4c9a4fb5c1ab110d04ca752da075edce80151bc.tar.gz freebsd-ports-gnome-e4c9a4fb5c1ab110d04ca752da075edce80151bc.tar.zst freebsd-ports-gnome-e4c9a4fb5c1ab110d04ca752da075edce80151bc.zip |
* Move net/bird, net/bird6 and net/bird-devel socket to /var/run
* Bump portrevision for net/bird and net/bird6
* Update net/bird-devel to current version (20130301)
* Add router id fix patch to net/bird
* Add multiple fibs patch to net/bird-devel
Approved by: az (implicit)
Diffstat (limited to 'net/bird6')
-rw-r--r-- | net/bird6/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bird6/Makefile b/net/bird6/Makefile index 473de9aa4d8d..271a8a6add99 100644 --- a/net/bird6/Makefile +++ b/net/bird6/Makefile @@ -5,6 +5,7 @@ PORTNAME= bird6 PORTVERSION= 1.3.9 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ \ http://bird.mpls.in/distfiles/bird/ @@ -18,7 +19,7 @@ LICENSE= GPLv2 USE_BISON= build USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-ipv6 +CONFIGURE_ARGS= --enable-ipv6 --localstatedir=/var USE_CSTD= gnu89 MAKE_JOBS_UNSAFE= yes |