svn commit: r328157 - head/astro/boinc-astropulse

Rene Ladan rene at FreeBSD.org
Tue Sep 24 16:20:32 UTC 2013


Author: rene
Date: Tue Sep 24 16:20:31 2013
New Revision: 328157
URL: http://svnweb.freebsd.org/changeset/ports/328157

Log:
  This port needs root credentials while packaging.

Modified:
  head/astro/boinc-astropulse/Makefile

Modified: head/astro/boinc-astropulse/Makefile
==============================================================================
--- head/astro/boinc-astropulse/Makefile	Tue Sep 24 16:15:33 2013	(r328156)
+++ head/astro/boinc-astropulse/Makefile	Tue Sep 24 16:20:31 2013	(r328157)
@@ -31,6 +31,8 @@ CFLAGS+=	-O2 -I${LOCALBASE}/include/boin
 CFLAGS+=	-march=${CPUTYPE}
 .endif
 
+NEED_ROOT=	yes
+
 # these must match settings in ${PORTSDIR}/net/boinc-client/Makefile
 BOINC_CLIENT_USER?=	boinc
 BOINC_CLIENT_GROUP?=	nobody


More information about the svn-ports-all mailing list