Date: Thu, 13 Nov 2014 17:16:31 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372529 - in head/www: p5-RT-Authen-ExternalAuth p5-RT-Extension-LDAPImport p5-RT-Extension-MandatoryOnTransition p5-RT-Extension-SLA Message-ID: <201411131716.sADHGVSw067217@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Nov 13 17:16:31 2014 New Revision: 372529 URL: https://svnweb.freebsd.org/changeset/ports/372529 QAT: https://qat.redports.org/buildarchive/r372529/ Log: I'm not exactly sure why or what, but these ports do something at install time, and it only works as root, so, mark them as NEED_ROOT. Sponsored by: Absolight Modified: head/www/p5-RT-Authen-ExternalAuth/Makefile head/www/p5-RT-Extension-LDAPImport/Makefile head/www/p5-RT-Extension-MandatoryOnTransition/Makefile head/www/p5-RT-Extension-SLA/Makefile Modified: head/www/p5-RT-Authen-ExternalAuth/Makefile ============================================================================== --- head/www/p5-RT-Authen-ExternalAuth/Makefile Thu Nov 13 17:09:37 2014 (r372528) +++ head/www/p5-RT-Authen-ExternalAuth/Makefile Thu Nov 13 17:16:31 2014 (r372529) @@ -21,6 +21,7 @@ NO_ARCH= yes USES+= perl5 USE_PERL5= configure +NEED_ROOT= yes OPTIONS_SINGLE= RTVERSION OPTIONS_SINGLE_RTVERSION= RT40 RT42 Modified: head/www/p5-RT-Extension-LDAPImport/Makefile ============================================================================== --- head/www/p5-RT-Extension-LDAPImport/Makefile Thu Nov 13 17:09:37 2014 (r372528) +++ head/www/p5-RT-Extension-LDAPImport/Makefile Thu Nov 13 17:16:31 2014 (r372529) @@ -21,6 +21,7 @@ NO_ARCH= yes USES+= perl5 USE_PERL5= configure +NEED_ROOT= yes OPTIONS_SINGLE= RTVERSION OPTIONS_SINGLE_RTVERSION= RT40 RT42 Modified: head/www/p5-RT-Extension-MandatoryOnTransition/Makefile ============================================================================== --- head/www/p5-RT-Extension-MandatoryOnTransition/Makefile Thu Nov 13 17:09:37 2014 (r372528) +++ head/www/p5-RT-Extension-MandatoryOnTransition/Makefile Thu Nov 13 17:16:31 2014 (r372529) @@ -12,6 +12,8 @@ COMMENT= Extension to require core and t LICENSE= GPLv2 +NEED_ROOT= yes + OPTIONS_SINGLE= RTVERSION OPTIONS_SINGLE_RTVERSION= RT40 RT42 RT40_DESC= Install for rt-4.0.x (www/rt40) Modified: head/www/p5-RT-Extension-SLA/Makefile ============================================================================== --- head/www/p5-RT-Extension-SLA/Makefile Thu Nov 13 17:09:37 2014 (r372528) +++ head/www/p5-RT-Extension-SLA/Makefile Thu Nov 13 17:16:31 2014 (r372529) @@ -21,6 +21,7 @@ NO_ARCH= yes USES+= perl5 USE_PERL5= configure +NEED_ROOT= yes OPTIONS_SINGLE= RTVERSION OPTIONS_SINGLE_RTVERSION= RT38 RT40 RT42
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411131716.sADHGVSw067217>