svn commit: r481547 - head/graphics/gegl

Koop Mast kwm at FreeBSD.org
Mon Oct 8 15:37:35 UTC 2018


Author: kwm
Date: Mon Oct  8 15:37:34 2018
New Revision: 481547
URL: https://svnweb.freebsd.org/changeset/ports/481547

Log:
  Fix conflict with coreutils. [1]
  
  Previous in gegl3 the pkgnamesuffix of that port cause gcut to be installed
  as gcut3. Now after the move there isn't a pkgnamesuffix anymore. Base the
  new suffix on the value off GEGL_VER.
  
  PR:		232054 [1]
  Submitted by:	tobic@
  Reported by:	w.schwarzenfeld at utanet.at

Modified:
  head/graphics/gegl/Makefile

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Mon Oct  8 15:29:07 2018	(r481546)
+++ head/graphics/gegl/Makefile	Mon Oct  8 15:37:34 2018	(r481547)
@@ -41,6 +41,7 @@ SHEBANG_FILES=	tools/xml_insert.sh
 
 # Fix conflicts with graphics/gegl and sysutils/coreutils
 EXAMPLESDIR=	${PREFIX}/share/examples/gegl${PKGNAMESUFFIX}
+UNIQUE_SUFFIX=	-${GEGL_VER}
 UNIQUE_SUFFIX_FILES=	bin/gcut
 
 OPTIONS_SUB=	yes


More information about the svn-ports-all mailing list