aboutsummaryrefslogtreecommitdiffstats
path: root/misc/amanda32-server
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2001-02-16 09:05:34 +0800
committerjeh <jeh@FreeBSD.org>2001-02-16 09:05:34 +0800
commitff9a2d357263c37fe4a5e49bf06004cf97f2614e (patch)
tree795d408034384ed9cf9b0fa9a63ef1b8221d7d25 /misc/amanda32-server
parentfbe2d4b2998adf9dc38d52edbb53b37365f47c61 (diff)
downloadfreebsd-ports-gnome-ff9a2d357263c37fe4a5e49bf06004cf97f2614e.tar.gz
freebsd-ports-gnome-ff9a2d357263c37fe4a5e49bf06004cf97f2614e.tar.zst
freebsd-ports-gnome-ff9a2d357263c37fe4a5e49bf06004cf97f2614e.zip
Depend upon gtar to overcome the problems with the system tar and sparse
files. Submitted by: Rob Simmons <rsimmons@wlcg.com>
Diffstat (limited to 'misc/amanda32-server')
-rw-r--r--misc/amanda32-server/Makefile17
1 files changed, 11 insertions, 6 deletions
diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile
index 6d99869849bb..44cfe0c5b9e4 100644
--- a/misc/amanda32-server/Makefile
+++ b/misc/amanda32-server/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 2.4.2p1
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= amanda
@@ -44,14 +44,16 @@ pre-fetch:
@${ECHO} " The default is user"
@${ECHO} ""
-RUN_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client
-BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client
+RUN_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client \
+ gtar:${PORTSDIR}/archivers/gtar
+BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client \
+ gtar:${PORTSDIR}/archivers/gtar
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
--with-amandahosts --with-fqdn \
--with-dump-honor-nodump --with-buffered-dump \
--with-user=operator --with-group=operator \
- --without-client
+ --without-client --with-gnutar=${PREFIX}/bin/gtar
MAN8= amadmin.8 amcheck.8 amcheckdb.8 amcleanup.8 amdump.8 \
amflush.8 amgetconf.8 amlabel.8 amoverview.8 amreport.8 \
@@ -66,7 +68,7 @@ PLIST_SUB+= PLOT=''
PLIST_SUB+= PLOT='@comment '
.endif
-.if defined (WITH_SMBCLIENT)
+.if defined (WITH_SAMBA)
BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba
RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba
CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient
@@ -106,11 +108,14 @@ pre-fetch:
@${ECHO} " The default is user"
@${ECHO} ""
+BUILD_DEPENDS= gtar:${PORTSDIR}/archivers/gtar
+RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar
+
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
--with-amandahosts --with-fqdn \
--with-dump-honor-nodump --with-buffered-dump \
--with-user=operator --with-group=operator \
- --without-server
+ --without-server --with-gnutar=${PREFIX}/bin/gtar
MAN8= amanda.8 amrecover.8 amrestore.8