svn commit: r459541 - head/www/unit-php56

Sergey A. Osokin osa at FreeBSD.org
Sat Jan 20 19:23:59 UTC 2018


Author: osa
Date: Sat Jan 20 19:23:58 2018
New Revision: 459541
URL: https://svnweb.freebsd.org/changeset/ports/459541

Log:
  Reset rc.subr to empty to fix the installation issue.
  
  <Error message>
  
  Installing unit-php56-0.3...
  pkg-static: unit-php56-0.3 conflicts with unit-0.3 (installs files into the same place).
  Problematic file: /usr/local/etc/rc.d/unitd
  *** Error code 70
  
  </Error message>
  
  PR:	225212

Modified:
  head/www/unit-php56/Makefile

Modified: head/www/unit-php56/Makefile
==============================================================================
--- head/www/unit-php56/Makefile	Sat Jan 20 18:48:05 2018	(r459540)
+++ head/www/unit-php56/Makefile	Sat Jan 20 19:23:58 2018	(r459541)
@@ -11,6 +11,8 @@ PLIST_FILES=	libexec/unit/modules/php${PHP_VER}.unit.s
 
 USES=		php:build,embed
 
+USE_RC_SUBR?=	# reset to empty
+
 MASTERDIR=	${.CURDIR}/../unit
 
 post-configure:


More information about the svn-ports-head mailing list