From owner-svn-ports-head@FreeBSD.ORG Sun May 3 17:47:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE9C8EA8; Sun, 3 May 2015 17:47:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCC3715CE; Sun, 3 May 2015 17:47:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t43Hl7Bs012532; Sun, 3 May 2015 17:47:07 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t43Hl7Fj012530; Sun, 3 May 2015 17:47:07 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201505031747.t43Hl7Fj012530@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 3 May 2015 17:47:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385295 - in head/net/openbgpd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 May 2015 17:47:08 -0000 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