diff options
author | markd <markd@pkgsrc.org> | 2003-06-05 11:37:29 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2003-06-05 11:37:29 +0000 |
commit | 49a74aedd06d207502ace3e329b68bf8fd063f0f (patch) | |
tree | f4f63392a57c78b607293fee0847e786e4cefaf6 /print | |
parent | 610519c0a4991f28ac1bdc0101b7f150b7cba8fe (diff) | |
download | pkgsrc-49a74aedd06d207502ace3e329b68bf8fd063f0f.tar.gz |
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++
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX2-share/Makefile | 7 | ||||
-rw-r--r-- | print/teTeX2-share/files/dvipdfm-config.diff | 13 |
2 files changed, 18 insertions, 2 deletions
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 |