diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-26 13:19:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-26 13:19:38 +0000 |
commit | c9ce5af20f228866fd43a6a8bf37afdee61c886b (patch) | |
tree | 388fa416ec70c8cb9f0b6f8cadeaf7e46ad6e4df /sysutils | |
parent | 71ff3090d5cc3da1442df5e617f8d5e94e75caef (diff) | |
download | pkgsrc-c9ce5af20f228866fd43a6a8bf37afdee61c886b.tar.gz |
Remove explicit GNU tar dependency. It is an unnecessary alternative
and the tools framework already does the right thing. Bump revisions.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/amanda-client/Makefile | 4 | ||||
-rw-r--r-- | sysutils/amanda-common/Makefile | 4 | ||||
-rw-r--r-- | sysutils/amanda-common/Makefile.common | 3 | ||||
-rw-r--r-- | sysutils/amanda-plot/Makefile | 4 | ||||
-rw-r--r-- | sysutils/amanda-server/Makefile | 4 |
5 files changed, 9 insertions, 10 deletions
diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile index 86c5c2362b8..35c565df7a3 100644 --- a/sysutils/amanda-client/Makefile +++ b/sysutils/amanda-client/Makefile @@ -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 --git a/sysutils/amanda-common/Makefile b/sysutils/amanda-common/Makefile index 0b9193b9c5d..cd5168a2aa6 100644 --- a/sysutils/amanda-common/Makefile +++ b/sysutils/amanda-common/Makefile @@ -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 --git a/sysutils/amanda-common/Makefile.common b/sysutils/amanda-common/Makefile.common index 27d71bde34b..459a900ade4 100644 --- a/sysutils/amanda-common/Makefile.common +++ b/sysutils/amanda-common/Makefile.common @@ -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 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig 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 --git a/sysutils/amanda-plot/Makefile b/sysutils/amanda-plot/Makefile index 64028c6c086..9cca797668d 100644 --- a/sysutils/amanda-plot/Makefile +++ b/sysutils/amanda-plot/Makefile @@ -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 --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile index 7b859b9708d..4d787a970ed 100644 --- a/sysutils/amanda-server/Makefile +++ b/sysutils/amanda-server/Makefile @@ -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 |