svn commit: r364472 - head/print/cm-super

Kurt Jaeger pi at FreeBSD.org
Sat Aug 9 20:06:21 UTC 2014


Author: pi
Date: Sat Aug  9 20:06:21 2014
New Revision: 364472
URL: http://svnweb.freebsd.org/changeset/ports/364472
QAT: https://qat.redports.org/buildarchive/r364472/

Log:
  print/cm-super: fix build-depend after texlive
  
  PR:		192171
  Submitted by:	pi
  Approved by:	hrs (maintainer timeout)

Modified:
  head/print/cm-super/Makefile
  head/print/cm-super/pkg-descr

Modified: head/print/cm-super/Makefile
==============================================================================
--- head/print/cm-super/Makefile	Sat Aug  9 19:54:58 2014	(r364471)
+++ head/print/cm-super/Makefile	Sat Aug  9 20:06:21 2014	(r364472)
@@ -19,7 +19,7 @@ OPTIONS_SUB=	yes
 X11_BUILD_DEPENDS=	${LOCALBASE}/bin/type1inst:${PORTSDIR}/x11-fonts/p5-type1inst
 
 USES=		zip
-USE_TEX=	base texmf tetex
+USE_TEX=	texlive base texmf
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 PLIST_SUB=	UPDMAP_SYS="${UPDMAP_SYS}" \
@@ -28,6 +28,9 @@ PLIST_SUB=	UPDMAP_SYS="${UPDMAP_SYS}" \
 		TEXMFDIR=${TEXMFDIR} \
 		MACRODIR=${MACRODIR} \
 
+BUILD_DEPENDS=	updmap:${PORTSDIR}/print/texlive-base \
+		${PREFIX}/${TEXMFDIR}/web2c/texmf/web2c/updmap-hdr.cfg:${PORTSDIR}/print/texlive-infra
+
 UPDMAP_SYS=	${LOCALBASE}/bin/updmap-sys --quiet --progname=all
 MKTEXLSR=	${LOCALBASE}/bin/mktexlsr
 TEXMFDIR=	share/texmf

Modified: head/print/cm-super/pkg-descr
==============================================================================
--- head/print/cm-super/pkg-descr	Sat Aug  9 19:54:58 2014	(r364471)
+++ head/print/cm-super/pkg-descr	Sat Aug  9 20:06:21 2014	(r364472)
@@ -7,3 +7,5 @@ Adobe StandardEncoding (585 glyphs per n
 per SC font), and could be reencoded to any of these encodings
 using standard dvips or pdftex facilities (the corresponding support
 files are also included).
+
+WWW: http://www.ctan.org/tex-archive/fonts/ps-type1/cm-super/


More information about the svn-ports-all mailing list