Date: Tue, 24 Sep 2013 16:20:31 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328157 - head/astro/boinc-astropulse Message-ID: <201309241620.r8OGKVMm091745@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309241620.r8OGKVMm091745>