summaryrefslogtreecommitdiff
path: root/misc/amanda-server
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2003-07-16 17:10:29 +0000
committerJames E. Housley <jeh@FreeBSD.org>2003-07-16 17:10:29 +0000
commit1989598167522b03036022e7bacbb92c7c40e1e2 (patch)
treeb0a44f1259f86f3bc8a8ab552a601cddf2ac9b69 /misc/amanda-server
parentUpdate to version 0.1.6 (diff)
Finally remove the dependancy on GTAR
Bump PORTREVISION as in PR Submitted by: naddy PR: 54548
Notes
Notes: svn path=/head/; revision=85001
Diffstat (limited to 'misc/amanda-server')
-rw-r--r--misc/amanda-server/Makefile18
1 files changed, 1 insertions, 17 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile
index 4a29a1706ea0..ab6ae4aaf27b 100644
--- a/misc/amanda-server/Makefile
+++ b/misc/amanda-server/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 2.4.4
-PORTREVISION?= 2
+PORTREVISION?= 3
PORTEPOCH= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -41,8 +41,6 @@ pre-fetch:
@${ECHO} " -DWITH_PLOT to enable ploting, requires X11 libraries"
@${ECHO} " -DWITH_SAMBA to enable the use of smbclient"
@${ECHO} " -DWITH_MTX to enable the use of mtx changer scripts"
- @${ECHO} " -DWITHOUT_GNUTAR to NOT use GNUTar and use the"
- @${ECHO} " native FreeBSD version"
@${ECHO} " AMANDA_SERVER=server to specify a server name"
@${ECHO} " The default is `uname -n`"
@${ECHO} " AMANDA_TAPE=tape to specify the default tape device"
@@ -98,12 +96,6 @@ BUILD_DEPENDS+= mtx:${PORTSDIR}/misc/mtx
RUN_DEPENDS+= mtx:${PORTSDIR}/misc/mtx
.endif
-.if !defined (WITHOUT_GNUTAR)
-CONFIGURE_ARGS+= --with-gnutar=${PREFIX}/bin/gtar
-BUILD_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar
-RUN_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar
-.endif
-
.if defined (AMANDA_SERVER)
CONFIGURE_ARGS+= --with-index-server=${AMANDA_SERVER}
CONFIGURE_ARGS+= --with-tape-server=${AMANDA_SERVER}
@@ -154,8 +146,6 @@ pre-fetch:
@${ECHO} ""
@${ECHO} "You may use the following build options:"
@${ECHO} ""
- @${ECHO} " -DWITHOUT_GNUTAR to NOT use GNUTar and use the"
- @${ECHO} " native FreeBSD version"
@${ECHO} " AMANDA_SERVER=server to specify a server name"
@${ECHO} " The default is `uname -n`"
@${ECHO} " AMANDA_CONFIG=config to specify the default configuation"
@@ -192,12 +182,6 @@ post-install:
${WRKSRC}/example/disklist \
${PREFIX}/share/examples/amanda
-.if !defined (WITHOUT_GNUTAR)
-CONFIGURE_ARGS+= --with-gnutar=${PREFIX}/bin/gtar
-BUILD_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar
-RUN_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar
-.endif
-
.if defined (AMANDA_SERVER)
CONFIGURE_ARGS+= --with-index-server=${AMANDA_SERVER}
CONFIGURE_ARGS+= --with-tape-server=${AMANDA_SERVER}