Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2015 20:44:23 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385348 - head/www/p5-RTx-Calendar
Message-ID:  <201505032044.t43KiNDJ008353@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505032044.t43KiNDJ008353>