Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2015 17:47:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385295 - in head/net/openbgpd: . files
Message-ID:  <201505031747.t43Hl7Fj012530@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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