Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 06:19:26 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330604 - head/net/openbgpd
Message-ID:  <201310170619.r9H6JQJE070832@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Thu Oct 17 06:19:25 2013
New Revision: 330604
URL: http://svnweb.freebsd.org/changeset/ports/330604

Log:
  Add STAGEDIR support.

Modified:
  head/net/openbgpd/Makefile

Modified: head/net/openbgpd/Makefile
==============================================================================
--- head/net/openbgpd/Makefile	Thu Oct 17 06:11:39 2013	(r330603)
+++ head/net/openbgpd/Makefile	Thu Oct 17 06:19:25 2013	(r330604)
@@ -14,29 +14,21 @@ COMMENT=	Free implementation of the Bord
 
 CONFLICTS=	zebra-[0-9]* quagga-[0-9]*
 
-OPTIONS_DEFINE=	IPV6LLPEER
-OPTIONS_DEFAULT=IPV6LLPEER
-IPV6LLPEER_DESC=Support nexthop using IPv6 link-local address
-
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700000
-BROKEN=		does not build
-.endif
-
 WRKSRC=		${WRKDIR}
-MANCOMPRESSED=	yes
 USE_RC_SUBR=	${PORTNAME}
-PLIST_FILES=	sbin/bgpctl sbin/bgpd
+PLIST_FILES=	sbin/bgpctl sbin/bgpd man/man5/bgpd.conf.5.gz \
+		man/man8/bgpctl.8.gz man/man8/bgpd.8.gz
 SUB_FILES=	pkg-message
 USERS=		_bgpd
 GROUPS=		_bgpd
 
-MAN5=		bgpd.conf.5
-MAN8=		bgpctl.8 bgpd.8
+OPTIONS_DEFINE=	IPV6LLPEER
+OPTIONS_DEFAULT=IPV6LLPEER
+IPV6LLPEER_DESC=Support nexthop using IPv6 link-local address
+
+.include <bsd.port.options.mk>
 
-.if !defined(WITHOUT_IPV6LLPEER)
+.if ${PORT_OPTIONS:MIPV6LLPEER)
 MAKE_ARGS=	-DIPV6_LINKLOCAL_PEER
 .endif
 
@@ -46,7 +38,4 @@ post-patch:
 		${WRKSRC}/bgpd/bgpd.conf.5		\
 		${WRKSRC}/bgpctl/bgpctl.8
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310170619.r9H6JQJE070832>