Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jan 2018 19:23:58 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459541 - head/www/unit-php56
Message-ID:  <201801201923.w0KJNwrS074323@repo.freebsd.org>

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



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