Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Aug 2014 20:06:21 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364472 - head/print/cm-super
Message-ID:  <53e67f3d.288e.40369ee0@svn.freebsd.org>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e67f3d.288e.40369ee0>