svn commit: r540933 - in head/print: ps2eps texlive-base

Alexey Dokuchaev danfe at FreeBSD.org
Wed Jul 1 08:50:29 UTC 2020


Author: danfe
Date: Wed Jul  1 08:50:28 2020
New Revision: 540933
URL: https://svnweb.freebsd.org/changeset/ports/540933

Log:
  Register mutual installation conflict between the two ports.
  
  PR:		192643
  Submitted by:	truckman

Modified:
  head/print/ps2eps/Makefile
  head/print/texlive-base/Makefile

Modified: head/print/ps2eps/Makefile
==============================================================================
--- head/print/ps2eps/Makefile	Wed Jul  1 08:37:21 2020	(r540932)
+++ head/print/ps2eps/Makefile	Wed Jul  1 08:50:28 2020	(r540933)
@@ -11,6 +11,8 @@ MASTER_SITES=	http://www.tm.uka.de/~bless/ \
 MAINTAINER=	jnlin at freebsd.cs.nctu.edu.tw
 COMMENT=	Generate Encapsulated Postscript file from Postscript document
 
+CONFLICTS_INSTALL=	texlive-base
+
 WRKSRC=		${WRKDIR}/ps2eps
 
 USES=		ghostscript:run perl5

Modified: head/print/texlive-base/Makefile
==============================================================================
--- head/print/texlive-base/Makefile	Wed Jul  1 08:37:21 2020	(r540932)
+++ head/print/texlive-base/Makefile	Wed Jul  1 08:50:28 2020	(r540933)
@@ -26,7 +26,7 @@ LIB_DEPENDS=	libicuio.so:devel/icu \
 		libpoppler.so:graphics/poppler \
 		libpotrace.so:graphics/libpotrace
 
-CONFLICTS_INSTALL=	texlive-texmf-201[234]*
+CONFLICTS_INSTALL=	ps2eps texlive-texmf-201[234]*
 
 USE_TEX=	web2c kpathsea ptexenc tlmgr texhash-bootstrap
 USES=		compiler:c++11-lib ghostscript pkgconfig perl5 \


More information about the svn-ports-all mailing list