pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils Remove explicit GNU tar dependency. It is an ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bbc855bfc4a8
branches: trunk
changeset: 513351:bbc855bfc4a8
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri May 26 13:19:38 2006 +0000
description:
Remove explicit GNU tar dependency. It is an unnecessary alternative
and the tools framework already does the right thing. Bump revisions.
diffstat:
sysutils/amanda-client/Makefile | 4 ++--
sysutils/amanda-common/Makefile | 4 ++--
sysutils/amanda-common/Makefile.common | 3 +--
sysutils/amanda-plot/Makefile | 4 ++--
sysutils/amanda-server/Makefile | 4 ++--
5 files changed, 9 insertions(+), 10 deletions(-)
diffs (71 lines):
diff -r dea8628e37b0 -r bbc855bfc4a8 sysutils/amanda-client/Makefile
--- a/sysutils/amanda-client/Makefile Fri May 26 12:36:19 2006 +0000
+++ b/sysutils/amanda-client/Makefile Fri May 26 13:19:38 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2006/03/16 19:13:57 bouyer Exp $
+# $NetBSD: Makefile,v 1.42 2006/05/26 13:19:38 joerg Exp $
#
PKGNAME= amanda-client-${VERS}
-PKGREVISION= 3
+PKGREVISION= 4
SVR4_PKGNAME= amacl
COMMENT= Client part of Amanda, a network backup system
diff -r dea8628e37b0 -r bbc855bfc4a8 sysutils/amanda-common/Makefile
--- a/sysutils/amanda-common/Makefile Fri May 26 12:36:19 2006 +0000
+++ b/sysutils/amanda-common/Makefile Fri May 26 13:19:38 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2006/04/23 00:12:42 jlam Exp $
+# $NetBSD: Makefile,v 1.40 2006/05/26 13:19:38 joerg Exp $
PKGNAME= amanda-common-${VERS}
-PKGREVISION= 3
+PKGREVISION= 4
SVR4_PKGNAME= amaco
COMMENT= Common libraries and binaries for Amanda
diff -r dea8628e37b0 -r bbc855bfc4a8 sysutils/amanda-common/Makefile.common
--- a/sysutils/amanda-common/Makefile.common Fri May 26 12:36:19 2006 +0000
+++ b/sysutils/amanda-common/Makefile.common Fri May 26 13:19:38 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2006/03/04 21:30:40 jlam Exp $
+# $NetBSD: Makefile.common,v 1.21 2006/05/26 13:19:38 joerg Exp $
#
# common make file fragment shared by all amanda-* pkgs.
#
@@ -31,7 +31,6 @@
USE_TOOLS+= gzip:run gtar:run
CONFIGURE_ENV+= ac_cv_path_GZIP=${TOOLS_GZIP_CMD:Q}
CONFIGURE_ENV+= GNUTAR=${TOOLS_GTAR:Q}
-TOOLS_DEPENDS.gtar= {gtar,gtar-base}>=1.12:../../archivers/gtar-base
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-user=${AMANDA_USER:Q}
diff -r dea8628e37b0 -r bbc855bfc4a8 sysutils/amanda-plot/Makefile
--- a/sysutils/amanda-plot/Makefile Fri May 26 12:36:19 2006 +0000
+++ b/sysutils/amanda-plot/Makefile Fri May 26 13:19:38 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2006/02/05 23:10:48 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2006/05/26 13:19:38 joerg Exp $
#
PKGNAME= amanda-plot-${VERS}
-PKGREVISION= 2
+PKGREVISION= 3
SVR4_PKGNAME= amapl
COMMENT= Visualizes the behavior of Amanda, a network backup system
diff -r dea8628e37b0 -r bbc855bfc4a8 sysutils/amanda-server/Makefile
--- a/sysutils/amanda-server/Makefile Fri May 26 12:36:19 2006 +0000
+++ b/sysutils/amanda-server/Makefile Fri May 26 13:19:38 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2006/02/05 23:10:48 joerg Exp $
+# $NetBSD: Makefile,v 1.38 2006/05/26 13:19:38 joerg Exp $
PKGNAME= amanda-server-${VERS}
-PKGREVISION= 3
+PKGREVISION= 4
SVR4_PKGNAME= amase
COMMENT= Server part of Amanda, a network backup system
Home |
Main Index |
Thread Index |
Old Index