summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-06-28 10:09:26 +0000
committerjoerg <joerg@pkgsrc.org>2010-06-28 10:09:26 +0000
commit9114ebe0a6e01c63398de715706dc1b4d0d88abc (patch)
tree36e5dfed9d92b431e611f9322400d2b502532538 /sysutils
parent09147f55a63b2464154b022b6486640d1d5e3a39 (diff)
downloadpkgsrc-9114ebe0a6e01c63398de715706dc1b4d0d88abc.tar.gz
Basic DESTDIR support
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/amanda-client/Makefile4
-rw-r--r--sysutils/amanda-client/distinfo4
-rw-r--r--sysutils/amanda-client/patches/patch-ab12
-rw-r--r--sysutils/amanda-plot/Makefile4
-rw-r--r--sysutils/amanda-server/Makefile4
5 files changed, 18 insertions, 10 deletions
diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile
index cdc0e5f1c48..70335abf1f9 100644
--- a/sysutils/amanda-client/Makefile
+++ b/sysutils/amanda-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2009/05/20 00:58:27 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2010/06/28 10:09:26 joerg Exp $
#
PKGNAME= amanda-client-${VERS}
@@ -7,6 +7,8 @@ SVR4_PKGNAME= amacl
COMMENT= Client part of Amanda, a network backup system
+PKG_DESTDIR_SUPPORT= destdir
+
GNU_CONFIGURE= yes
USE_TOOLS+= awk:run perl:run
diff --git a/sysutils/amanda-client/distinfo b/sysutils/amanda-client/distinfo
index 234a170b10d..955492942ac 100644
--- a/sysutils/amanda-client/distinfo
+++ b/sysutils/amanda-client/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.9 2008/02/15 16:23:09 gdt Exp $
+$NetBSD: distinfo,v 1.10 2010/06/28 10:09:26 joerg Exp $
SHA1 (amanda-2.5.2p1.tar.gz) = 0969376590a93b2c060dbe9d2573bf335614a4c2
RMD160 (amanda-2.5.2p1.tar.gz) = 31a81a7c5c0d953a6dffa575a7c3edc14d41f236
Size (amanda-2.5.2p1.tar.gz) = 1967240 bytes
SHA1 (patch-aa) = b76a56b28aba238d838764b9d562e29cbb882553
-SHA1 (patch-ab) = c2b966dae6007ae320b0f31051d463e4e51b054b
+SHA1 (patch-ab) = 4c1b2a5f025854a9469a9fcdc11f6110b22d4989
SHA1 (patch-ac) = 6327632e03e635c515789db9590d2eee6ebf121b
SHA1 (patch-ad) = 0cef70057b2003ac9de7ac130c84746504981a95
SHA1 (patch-ae) = 00f5f000c0d6ff3e655ecbbe30183529bb244b66
diff --git a/sysutils/amanda-client/patches/patch-ab b/sysutils/amanda-client/patches/patch-ab
index 3f101658a9c..0a878415148 100644
--- a/sysutils/amanda-client/patches/patch-ab
+++ b/sysutils/amanda-client/patches/patch-ab
@@ -1,9 +1,9 @@
-$NetBSD: patch-ab,v 1.8 2008/02/15 16:23:09 gdt Exp $
+$NetBSD: patch-ab,v 1.9 2010/06/28 10:09:26 joerg Exp $
Don't install any manpages except client-specific ones, namely
RECOVER_MAN8_PAGES.
---- man/Makefile.in.orig 2007-06-06 19:22:52.000000000 -0400
+--- man/Makefile.in.orig 2007-06-06 23:22:52.000000000 +0000
+++ man/Makefile.in
@@ -373,19 +373,10 @@ SERVER_MAN8_PAGES = amadmin.8 \
#endif
@@ -14,15 +14,17 @@ RECOVER_MAN8_PAGES.
- $(SERVER_MAN8_PAGES) \
- $(RECOVER_MAN8_PAGES) \
- $(RESTORE_MAN8_PAGES)
-+man8_pages = $(RECOVER_MAN8_PAGES)
-
- man5_pages = $(COMMON_MAN5_PAGES)
+-
+-man5_pages = $(COMMON_MAN5_PAGES)
-ALL_MAN_PAGES = $(AMPLOT_MAN8_PAGES) \
- $(COMMON_MAN5_PAGES) \
- $(COMMON_MAN8_PAGES) \
- $(SERVER_MAN8_PAGES) \
- $(RECOVER_MAN8_PAGES) \
- $(RESTORE_MAN8_PAGES)
++man8_pages = $(RECOVER_MAN8_PAGES)
++
++man5_pages =
+ALL_MAN_PAGES = $(RECOVER_MAN8_PAGES)
diff --git a/sysutils/amanda-plot/Makefile b/sysutils/amanda-plot/Makefile
index b8285ab10af..e7f48c598a2 100644
--- a/sysutils/amanda-plot/Makefile
+++ b/sysutils/amanda-plot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2008/07/29 17:21:39 pgoyette Exp $
+# $NetBSD: Makefile,v 1.26 2010/06/28 10:09:26 joerg Exp $
#
PKGNAME= amanda-plot-${VERS}
@@ -7,6 +7,8 @@ SVR4_PKGNAME= amapl
COMMENT= Visualizes the behavior of Amanda, a network backup system
+PKG_DESTDIR_SUPPORT= destdir
+
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
DEPENDS+= amanda-server-2.5.2p1{,nb[0-9]*}:../../sysutils/amanda-server
diff --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile
index 1d91e2df3f9..d528201c418 100644
--- a/sysutils/amanda-server/Makefile
+++ b/sysutils/amanda-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2008/07/29 17:21:39 pgoyette Exp $
+# $NetBSD: Makefile,v 1.46 2010/06/28 10:09:26 joerg Exp $
PKGNAME= amanda-server-${VERS}
PKGREVISION= 1
@@ -6,6 +6,8 @@ SVR4_PKGNAME= amase
COMMENT= Server part of Amanda, a network backup system
+PKG_DESTDIR_SUPPORT= destdir
+
USE_TOOLS+= awk:run perl:run
.include "../../mk/bsd.prefs.mk"