pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/ghostscript-agpl
Module Name: pkgsrc
Committed By: markd
Date: Thu Jan 16 11:25:41 UTC 2020
Modified Files:
pkgsrc/print/ghostscript-agpl: Makefile distinfo
Added Files:
pkgsrc/print/ghostscript-agpl/patches: patch-lib_dvipdf
Log Message:
ghostscript-agpl: fix dvipdf
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/print/ghostscript-agpl/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/print/ghostscript-agpl/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/ghostscript-agpl/patches/patch-lib_dvipdf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/ghostscript-agpl/Makefile
diff -u pkgsrc/print/ghostscript-agpl/Makefile:1.50 pkgsrc/print/ghostscript-agpl/Makefile:1.51
--- pkgsrc/print/ghostscript-agpl/Makefile:1.50 Mon Jan 6 07:23:26 2020
+++ pkgsrc/print/ghostscript-agpl/Makefile Thu Jan 16 11:25:41 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.50 2020/01/06 07:23:26 mef Exp $
+# $NetBSD: Makefile,v 1.51 2020/01/16 11:25:41 markd Exp $
DISTNAME= ghostscript-${GS_VERSION}
PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/}
GITHUB_PROJECT= ghostpdl-downloads
Index: pkgsrc/print/ghostscript-agpl/distinfo
diff -u pkgsrc/print/ghostscript-agpl/distinfo:1.27 pkgsrc/print/ghostscript-agpl/distinfo:1.28
--- pkgsrc/print/ghostscript-agpl/distinfo:1.27 Fri Jan 3 23:56:09 2020
+++ pkgsrc/print/ghostscript-agpl/distinfo Thu Jan 16 11:25:41 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.27 2020/01/03 23:56:09 sevan Exp $
+$NetBSD: distinfo,v 1.28 2020/01/16 11:25:41 markd Exp $
SHA1 (ghostscript-9.50.tar.xz) = 3be5f36300e3031e68a28cd898b3eebc9151660b
RMD160 (ghostscript-9.50.tar.xz) = 7ba4ac83bff4b2bb4b102002501cc6ee0a74ace2
@@ -12,3 +12,4 @@ SHA1 (patch-base_ttobjs.h) = 378ad7d316a
SHA1 (patch-base_unix-dll.mak) = 73b5ee7fcbc7940ce72f44b35417d624f7ae5bca
SHA1 (patch-configure) = 08ed9451fc3cf1aade8992e4297c7df736416c8b
SHA1 (patch-devices_devs.mak) = 9857c177e7a6a28ee326dbc878bbe52ccbcfedce
+SHA1 (patch-lib_dvipdf) = 1a8e06bca28c9b74a09dfa3bea514fcca8bafd52
Added files:
Index: pkgsrc/print/ghostscript-agpl/patches/patch-lib_dvipdf
diff -u /dev/null pkgsrc/print/ghostscript-agpl/patches/patch-lib_dvipdf:1.1
--- /dev/null Thu Jan 16 11:25:41 2020
+++ pkgsrc/print/ghostscript-agpl/patches/patch-lib_dvipdf Thu Jan 16 11:25:41 2020
@@ -0,0 +1,13 @@
+$NetBSD: patch-lib_dvipdf,v 1.1 2020/01/16 11:25:41 markd Exp $
+
+script requires a trailing '-'
+commit b4521b891de48d7f62be739d02749c4aeca2fde8
+
+--- lib/dvipdf.orig 2019-10-15 09:05:37.000000000 +0000
++++ lib/dvipdf
+@@ -43,4 +43,4 @@ fi
+
+ # We have to include the options twice because -I only takes effect if it
+ # appears before other options.
+-exec dvips -Ppdf $DVIPSOPTIONS -q -f "$infile" | $GS_EXECUTABLE $OPTIONS -q -P- -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=%stderr -sOutputFile="$outfile" $OPTIONS
++exec dvips -Ppdf $DVIPSOPTIONS -q -f "$infile" | $GS_EXECUTABLE $OPTIONS -q -P- -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=%stderr -sOutputFile="$outfile" $OPTIONS -
Home |
Main Index |
Thread Index |
Old Index