Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2015 20:48:56 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r385682 - branches/2015Q2/www/p5-RTx-Calendar
Message-ID:  <201505072048.t47Kmuta061124@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu May  7 20:48:55 2015
New Revision: 385682
URL: https://svnweb.freebsd.org/changeset/ports/385682

Log:
  MFH: r385348
  
  - 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
  Approved by:	ports-secteam (delphij)

Modified:
  branches/2015Q2/www/p5-RTx-Calendar/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/www/p5-RTx-Calendar/Makefile
==============================================================================
--- branches/2015Q2/www/p5-RTx-Calendar/Makefile	Thu May  7 20:47:47 2015	(r385681)
+++ branches/2015Q2/www/p5-RTx-Calendar/Makefile	Thu May  7 20:48:55 2015	(r385682)
@@ -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?201505072048.t47Kmuta061124>