svn commit: r385295 - in head/net/openbgpd: . files

Antoine Brodin antoine at FreeBSD.org
Sun May 3 17:47:08 UTC 2015


Author: antoine
Date: Sun May  3 17:47:06 2015
New Revision: 385295
URL: https://svnweb.freebsd.org/changeset/ports/385295

Log:
  Alloww staging as a regular user

Modified:
  head/net/openbgpd/Makefile
  head/net/openbgpd/files/patch-Makefile.inc

Modified: head/net/openbgpd/Makefile
==============================================================================
--- head/net/openbgpd/Makefile	Sun May  3 17:45:35 2015	(r385294)
+++ head/net/openbgpd/Makefile	Sun May  3 17:47:06 2015	(r385295)
@@ -19,7 +19,6 @@ LICENSE_FILE=	${FILESDIR}/COPYING
 CONFLICTS=	zebra-[0-9]* quagga-[0-9]*
 
 WRKSRC=		${WRKDIR}
-MAKE_ARGS=	-DFREEBSDPORTS
 USES=		uidfix
 USE_RC_SUBR=	${PORTNAME}
 PLIST_FILES=	sbin/bgpctl sbin/bgpd man/man5/bgpd.conf.5.gz \

Modified: head/net/openbgpd/files/patch-Makefile.inc
==============================================================================
--- head/net/openbgpd/files/patch-Makefile.inc	Sun May  3 17:45:35 2015	(r385294)
+++ head/net/openbgpd/files/patch-Makefile.inc	Sun May  3 17:47:06 2015	(r385295)
@@ -4,12 +4,9 @@ RCS file: Makefile.inc
 diff -N Makefile.inc
 --- /dev/null	1 Jan 1970 00:00:00 -0000
 +++ Makefile.inc	16 May 2014 01:06:14 -0000	1.5
-@@ -0,0 +1,8 @@
+@@ -0,0 +1,5 @@
 +# $hrs: openbgpd/Makefile.inc,v 1.5 2014/05/16 01:06:14 hrs Exp $
 +
 +PREFIX?=	/usr/local
 +BINDIR?=	${PREFIX}/sbin
 +MANDIR?=	${PREFIX}/man/man
-+.if defined(FREEBSDPORTS)
-+WITH_INSTALL_AS_USER=	yes
-+.endif


More information about the svn-ports-all mailing list