svn commit: r385348 - head/www/p5-RTx-Calendar

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 3 20:44:24 UTC 2015


Author: amdmi3
Date: Sun May  3 20:44:23 2015
New Revision: 385348
URL: https://svnweb.freebsd.org/changeset/ports/385348

Log:
  - Add NEED_ROOT, doesn't build from plain user (Couldn't load RT config file RT_Config.pm as user nobody / group nobody)
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/www/p5-RTx-Calendar/Makefile

Modified: head/www/p5-RTx-Calendar/Makefile
==============================================================================
--- head/www/p5-RTx-Calendar/Makefile	Sun May  3 20:42:23 2015	(r385347)
+++ head/www/p5-RTx-Calendar/Makefile	Sun May  3 20:44:23 2015	(r385348)
@@ -19,6 +19,7 @@ BUILD_DEPENDS=	p5-Date-ICal>0:${PORTSDIR
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 NO_ARCH=	yes
+NEED_ROOT=	yes
 
 USES+=		perl5
 USE_PERL5=	configure


More information about the svn-ports-head mailing list