From 65d2345217c11d62424354f7d646c9a0c76e9032 Mon Sep 17 00:00:00 2001 From: markd Date: Thu, 5 Jun 2003 11:37:29 +0000 Subject: Enable handling of PDF v1.3 files in dvipdfm, as per the change to the dvipdfm package from Brook G. Milligan in PR 21350. PKGREVISION++ --- print/teTeX2-share/Makefile | 7 +++++-- print/teTeX2-share/files/dvipdfm-config.diff | 13 +++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 print/teTeX2-share/files/dvipdfm-config.diff (limited to 'print') diff --git a/print/teTeX2-share/Makefile b/print/teTeX2-share/Makefile index d9f92a57e93..87358fae156 100644 --- a/print/teTeX2-share/Makefile +++ b/print/teTeX2-share/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/04/10 20:10:19 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/06/05 11:37:29 markd Exp $ DISTNAME= tetex-texmf-2.0.2 PKGNAME= teTeX2-share-2.0.2 -PKGREVISION= # empty +PKGREVISION= 1 WRKSRC= ${WRKDIR} CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/2.0/distrib/} @@ -27,5 +27,8 @@ do-install: .else cd ${PREFIX}/share/texmf; ${DECOMPRESS_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | ${GTAR} -X ${FILESDIR}/exclude -xpf - .endif + cd ${PREFIX}/share/texmf/dvipdfm/config && \ + ${PATCH} ${_PATCH_BACKUP_ARG} .orig < ${FILESDIR}/dvipdfm-config.diff && \ + ${RM} config.orig .include "../../mk/bsd.pkg.mk" diff --git a/print/teTeX2-share/files/dvipdfm-config.diff b/print/teTeX2-share/files/dvipdfm-config.diff new file mode 100644 index 00000000000..e717915f6a5 --- /dev/null +++ b/print/teTeX2-share/files/dvipdfm-config.diff @@ -0,0 +1,13 @@ +$NetBSD: dvipdfm-config.diff,v 1.1 2003/06/05 11:37:29 markd Exp $ + +--- config.orig Thu Dec 26 05:57:44 2002 ++++ config +@@ -17,7 +17,7 @@ g 1 + + % PDF version stamp to use in output file and max version of files + % allowed to be included (2 for 1.2, 3 for 1.3) +-V 2 ++V 3 + + % Font map files; maintained by updmap(1) + f dvipdfm.map -- cgit v1.2.3