svn commit: r408847 - in head/print: cups-filters foomatic-filters

Kurt Jaeger pi at FreeBSD.org
Sun Feb 14 06:18:10 UTC 2016


Author: pi
Date: Sun Feb 14 06:18:09 2016
New Revision: 408847
URL: https://svnweb.freebsd.org/changeset/ports/408847

Log:
  print/cups-filters, print/foomatic-filters: add CONFLICTS
  
  PR:		207172
  Submitted by:	admin at vladiom.com.ua

Modified:
  head/print/cups-filters/Makefile
  head/print/foomatic-filters/Makefile

Modified: head/print/cups-filters/Makefile
==============================================================================
--- head/print/cups-filters/Makefile	Sun Feb 14 05:35:34 2016	(r408846)
+++ head/print/cups-filters/Makefile	Sun Feb 14 06:18:09 2016	(r408847)
@@ -22,6 +22,8 @@ LIB_DEPENDS=	libtiff.so:${PORTSDIR}/grap
 		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
 		libpoppler.so:${PORTSDIR}/graphics/poppler
 
+CONFLICTS=	foomatic-filters-4*
+
 USES=		compiler:c++11-lib cpe ghostscript gmake jpeg libtool pathfix \
 		pkgconfig shebangfix tar:xz
 CPE_VENDOR=	linuxfoundation

Modified: head/print/foomatic-filters/Makefile
==============================================================================
--- head/print/foomatic-filters/Makefile	Sun Feb 14 05:35:34 2016	(r408846)
+++ head/print/foomatic-filters/Makefile	Sun Feb 14 06:18:09 2016	(r408847)
@@ -15,6 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libdbus-1.so:${PORTSDIR}/devel/dbus
 
+CONFLICTS=	cups-filters-1.8*
+
 USES=		autoreconf ghostscript perl5 pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_path_A2PS=${LOCALBASE}/bin/a2ps \


More information about the svn-ports-all mailing list