Wed Nov 25 21:59:34 2009 UTC ()
Not MAKE_JOBS_SAFE. Add destdir support.


(joerg)
diff -r1.4 -r1.5 pkgsrc/print/epstool/Makefile
diff -r1.2 -r1.3 pkgsrc/print/epstool/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/print/epstool/patches/patch-aa

cvs diff -r1.4 -r1.5 pkgsrc/print/epstool/Makefile (expand / switch to unified diff)

--- pkgsrc/print/epstool/Makefile 2007/12/02 13:04:14 1.4
+++ pkgsrc/print/epstool/Makefile 2009/11/25 21:59:34 1.5
@@ -1,14 +1,17 @@ @@ -1,14 +1,17 @@
1# $NetBSD: Makefile,v 1.4 2007/12/02 13:04:14 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2009/11/25 21:59:34 joerg Exp $
2# 2#
3 3
4DISTNAME= epstool-3.07 4DISTNAME= epstool-3.07
5CATEGORIES= print 5CATEGORIES= print
6MASTER_SITES= ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/ 6MASTER_SITES= ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://pages.cs.wisc.edu/~ghost/gsview/epstool.htm 9HOMEPAGE= http://pages.cs.wisc.edu/~ghost/gsview/epstool.htm
10COMMENT= Manipulate EPS files 10COMMENT= Manipulate EPS files
11 11
 12PKG_DESTDIR_SUPPORT= user-destdir
 13MAKE_JOBS_SAFE= no
 14
12MAKE_FILE= makefile 15MAKE_FILE= makefile
13 16
14.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/print/epstool/distinfo (expand / switch to unified diff)

--- pkgsrc/print/epstool/distinfo 2005/06/16 22:06:51 1.2
+++ pkgsrc/print/epstool/distinfo 2009/11/25 21:59:34 1.3
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.2 2005/06/16 22:06:51 kristerw Exp $ 1$NetBSD: distinfo,v 1.3 2009/11/25 21:59:34 joerg Exp $
2 2
3SHA1 (epstool-3.07.tar.gz) = 14eeb1b103072030e706b077768d414b5ffac34c 3SHA1 (epstool-3.07.tar.gz) = 14eeb1b103072030e706b077768d414b5ffac34c
4RMD160 (epstool-3.07.tar.gz) = 99b29d02dd1dc1827948d8da87ccc5f0669b57a6 4RMD160 (epstool-3.07.tar.gz) = 99b29d02dd1dc1827948d8da87ccc5f0669b57a6
5Size (epstool-3.07.tar.gz) = 184676 bytes 5Size (epstool-3.07.tar.gz) = 184676 bytes
6SHA1 (patch-aa) = 064a3a04d72ab23480e30866e48ed2a3bd618f9e 6SHA1 (patch-aa) = 990fdadbdf2837bd75c9350504eb3c3afa7d30bc
7SHA1 (patch-ab) = 73e4665fbabb254846c331e4939b7c67ba341bc9 7SHA1 (patch-ab) = 73e4665fbabb254846c331e4939b7c67ba341bc9

cvs diff -r1.1.1.1 -r1.2 pkgsrc/print/epstool/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/print/epstool/patches/patch-aa 2005/05/31 16:17:22 1.1.1.1
+++ pkgsrc/print/epstool/patches/patch-aa 2009/11/25 21:59:34 1.2
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: patch-aa,v 1.1.1.1 2005/05/31 16:17:22 drochner Exp $ 1$NetBSD: patch-aa,v 1.2 2009/11/25 21:59:34 joerg Exp $
2 2
3--- makefile.orig 2005-01-07 12:40:46.000000000 +0100 3--- makefile.orig 2005-01-07 12:40:46.000000000 +0100
4+++ makefile 4+++ makefile
5@@ -32,11 +32,11 @@ LIBPNGINC= 5@@ -32,11 +32,11 @@ LIBPNGINC=
6 LIBPNGCFLAGS= 6 LIBPNGCFLAGS=
7 LIBPNGLIBS= 7 LIBPNGLIBS=
8  8
9-EPSTOOL_ROOT=/usr/local 9-EPSTOOL_ROOT=/usr/local
10+EPSTOOL_ROOT=${PREFIX} 10+EPSTOOL_ROOT=${DESTDIR}${PREFIX}
11 EPSTOOL_BASE=$(prefix)$(EPSTOOL_ROOT) 11 EPSTOOL_BASE=$(prefix)$(EPSTOOL_ROOT)
12 EPSTOOL_BINDIR=$(EPSTOOL_BASE)/bin 12 EPSTOOL_BINDIR=$(EPSTOOL_BASE)/bin
13 EPSTOOL_MANDIR=$(EPSTOOL_BASE)/man 13 EPSTOOL_MANDIR=$(EPSTOOL_BASE)/man
14-EPSTOOL_DOCDIR=$(EPSTOOL_BASE)/share/doc 14-EPSTOOL_DOCDIR=$(EPSTOOL_BASE)/share/doc
15+EPSTOOL_DOCDIR=$(EPSTOOL_BASE)/share/doc/epstool 15+EPSTOOL_DOCDIR=$(EPSTOOL_BASE)/share/doc/epstool
16  16
17 LONGFILEDEF= 17 LONGFILEDEF=
18 LONGFILEMOD=cfile 18 LONGFILEMOD=cfile