pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/epstool Not MAKE_JOBS_SAFE. Add destdir support.
details: https://anonhg.NetBSD.org/pkgsrc/rev/66a6c0067943
branches: trunk
changeset: 567826:66a6c0067943
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Nov 25 21:59:34 2009 +0000
description:
Not MAKE_JOBS_SAFE. Add destdir support.
diffstat:
print/epstool/Makefile | 5 ++++-
print/epstool/distinfo | 4 ++--
print/epstool/patches/patch-aa | 4 ++--
3 files changed, 8 insertions(+), 5 deletions(-)
diffs (50 lines):
diff -r 90571469352b -r 66a6c0067943 print/epstool/Makefile
--- a/print/epstool/Makefile Wed Nov 25 21:56:34 2009 +0000
+++ b/print/epstool/Makefile Wed Nov 25 21:59:34 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2007/12/02 13:04:14 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2009/11/25 21:59:34 joerg Exp $
#
DISTNAME= epstool-3.07
@@ -9,6 +9,9 @@
HOMEPAGE= http://pages.cs.wisc.edu/~ghost/gsview/epstool.htm
COMMENT= Manipulate EPS files
+PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
MAKE_FILE= makefile
.include "../../mk/bsd.pkg.mk"
diff -r 90571469352b -r 66a6c0067943 print/epstool/distinfo
--- a/print/epstool/distinfo Wed Nov 25 21:56:34 2009 +0000
+++ b/print/epstool/distinfo Wed Nov 25 21:59:34 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/06/16 22:06:51 kristerw Exp $
+$NetBSD: distinfo,v 1.3 2009/11/25 21:59:34 joerg Exp $
SHA1 (epstool-3.07.tar.gz) = 14eeb1b103072030e706b077768d414b5ffac34c
RMD160 (epstool-3.07.tar.gz) = 99b29d02dd1dc1827948d8da87ccc5f0669b57a6
Size (epstool-3.07.tar.gz) = 184676 bytes
-SHA1 (patch-aa) = 064a3a04d72ab23480e30866e48ed2a3bd618f9e
+SHA1 (patch-aa) = 990fdadbdf2837bd75c9350504eb3c3afa7d30bc
SHA1 (patch-ab) = 73e4665fbabb254846c331e4939b7c67ba341bc9
diff -r 90571469352b -r 66a6c0067943 print/epstool/patches/patch-aa
--- a/print/epstool/patches/patch-aa Wed Nov 25 21:56:34 2009 +0000
+++ b/print/epstool/patches/patch-aa Wed Nov 25 21:59:34 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/05/31 16:17:22 drochner Exp $
+$NetBSD: patch-aa,v 1.2 2009/11/25 21:59:34 joerg Exp $
--- makefile.orig 2005-01-07 12:40:46.000000000 +0100
+++ makefile
@@ -7,7 +7,7 @@
LIBPNGLIBS=
-EPSTOOL_ROOT=/usr/local
-+EPSTOOL_ROOT=${PREFIX}
++EPSTOOL_ROOT=${DESTDIR}${PREFIX}
EPSTOOL_BASE=$(prefix)$(EPSTOOL_ROOT)
EPSTOOL_BINDIR=$(EPSTOOL_BASE)/bin
EPSTOOL_MANDIR=$(EPSTOOL_BASE)/man
Home |
Main Index |
Thread Index |
Old Index