summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-04-01 11:09:47 +0000
committerjperkin <jperkin@pkgsrc.org>2016-04-01 11:09:47 +0000
commit70ade87e94b7f600a6b3e63476ac6937f0ddb935 (patch)
treef807f3a5a1e04110cac6bdf73ea8f633161ec43c /print
parent8acdce68301534c17f313982c0ae0d47c610a3d4 (diff)
downloadpkgsrc-70ade87e94b7f600a6b3e63476ac6937f0ddb935.tar.gz
Use PKGMANDIR. Add patch comments.
Diffstat (limited to 'print')
-rw-r--r--print/epstool/distinfo6
-rw-r--r--print/epstool/patches/patch-aa10
-rw-r--r--print/epstool/patches/patch-ab4
3 files changed, 13 insertions, 7 deletions
diff --git a/print/epstool/distinfo b/print/epstool/distinfo
index 032ef8580fe..98767ca1782 100644
--- a/print/epstool/distinfo
+++ b/print/epstool/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2015/11/04 01:01:32 agc Exp $
+$NetBSD: distinfo,v 1.6 2016/04/01 11:09:47 jperkin Exp $
SHA1 (epstool-3.08.tar.gz) = dc495934f06d3ea8b3209e8b02ea96c66c34f614
RMD160 (epstool-3.08.tar.gz) = 5594fee09e105745b390de0d2e7144034d83b8e0
SHA512 (epstool-3.08.tar.gz) = d6d70825c7d08cca318503bd8c12b48408b6d6cd3a64f26df94890373a3e73b68dc09a4eb454b81893c7ee3c11da791cdfed7466eb1410414cd1b97d80e8abf1
Size (epstool-3.08.tar.gz) = 191567 bytes
-SHA1 (patch-aa) = 27ba994b57144cc075262557d68381429d732858
-SHA1 (patch-ab) = 73e4665fbabb254846c331e4939b7c67ba341bc9
+SHA1 (patch-aa) = 3a1f9b1985c02c1ed9934c93b36e9932a08e9233
+SHA1 (patch-ab) = 6227e56896cb30b93196fae34301f79321d6bbb1
diff --git a/print/epstool/patches/patch-aa b/print/epstool/patches/patch-aa
index 282c5addd8f..276d10c8960 100644
--- a/print/epstool/patches/patch-aa
+++ b/print/epstool/patches/patch-aa
@@ -1,8 +1,10 @@
-$NetBSD: patch-aa,v 1.3 2013/05/18 20:50:36 shattered Exp $
+$NetBSD: patch-aa,v 1.4 2016/04/01 11:09:47 jperkin Exp $
+
+Use pkgsrc layout.
--- makefile.orig 2005-06-10 09:41:00.000000000 +0000
+++ makefile
-@@ -45,9 +45,9 @@ TARGET=epstool
+@@ -45,10 +45,10 @@ TARGET=epstool
include $(SRCDIR)/common.mak
@@ -10,7 +12,9 @@ $NetBSD: patch-aa,v 1.3 2013/05/18 20:50:36 shattered Exp $
+EPSTOOL_ROOT=${DESTDIR}${PREFIX}
EPSTOOL_BASE=$(prefix)$(EPSTOOL_ROOT)
-EPSTOOL_DOCDIR=$(EPSTOOL_BASE)/share/doc/epstool-$(EPSTOOL_VERSION)
+-EPSTOOL_MANDIR=$(EPSTOOL_BASE)/man
+EPSTOOL_DOCDIR=$(EPSTOOL_BASE)/share/doc/epstool
- EPSTOOL_MANDIR=$(EPSTOOL_BASE)/man
++EPSTOOL_MANDIR=$(EPSTOOL_BASE)/${PKGMANDIR}
EPSTOOL_BINDIR=$(EPSTOOL_BASE)/bin
+ epstool: $(BD)epstool$(EXE)
diff --git a/print/epstool/patches/patch-ab b/print/epstool/patches/patch-ab
index c123bfe6ee0..22d4df72844 100644
--- a/print/epstool/patches/patch-ab
+++ b/print/epstool/patches/patch-ab
@@ -1,4 +1,6 @@
-$NetBSD: patch-ab,v 1.1 2005/06/16 22:06:51 kristerw Exp $
+$NetBSD: patch-ab,v 1.2 2016/04/01 11:09:47 jperkin Exp $
+
+Portability fixes.
--- src/cplat.h.orig Thu Jun 16 23:44:42 2005
+++ src/cplat.h Thu Jun 16 23:48:06 2005