aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bacula-server
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-08-17 10:21:34 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-08-17 10:21:34 +0000
commit991c0bafb43bcb36c3ae7826e22c42caa273868f (patch)
tree30124765d816eee233e2a459f4d969fa6ddff7f4 /sysutils/bacula-server
parent9cff3c1d21e831bafc34c2234f13ea9300cc9256 (diff)
downloadports-991c0bafb43bcb36c3ae7826e22c42caa273868f.tar.gz
ports-991c0bafb43bcb36c3ae7826e22c42caa273868f.zip
Notes
Diffstat (limited to 'sysutils/bacula-server')
-rw-r--r--sysutils/bacula-server/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile
index faa83cabddfa..632f20c35e4d 100644
--- a/sysutils/bacula-server/Makefile
+++ b/sysutils/bacula-server/Makefile
@@ -79,7 +79,6 @@ OPTIONS= SQLITE3 "Use SqLite-3 database instead of SqLite-2" off
OPTIONS+= MYSQL "Use MySQL database instead of SqLite" off
OPTIONS+= POSTGRESQL "Use PostgreSQL database instead of SqLite" off
OPTIONS+= MTX "Install mtx for control of autochanger devices" off
-OPTIONS+= AUTOSETEOT "Enable auto seteotmodel" off
.endif
OPTIONS+= NLS "Native Language Support via gettext utilities" on
@@ -198,9 +197,6 @@ pre-everything::
@${ECHO_MSG} "The default DB is SQLite-2!"
.endif
@${ECHO_MSG} " WITH_OPENSSL=yes Enable OpenSSL for encrypted communication."
-.if !defined(WITH_AUTOSETEOT)
- @${ECHO_MSG} " WITH_AUTOSETEOT=yes Enable auto seteotmodel (especially useful with TWO EOF = no.)"
-.endif
@${ECHO_MSG} ""
@${ECHO_MSG} "===> Using ${DBTYPE} as the bacula database."
@${ECHO_MSG} ""
@@ -220,9 +216,6 @@ post-patch:
# In server port don't install filed
@${REINPLACE_CMD} -e '/^fd_subdirs = /s|src/filed||' -e 's|src/console||' ${WRKSRC}/Makefile.in
.endif
-.if defined(WITH_AUTOSETEOT)
- @cd ${WRKSRC} && ${PATCH} --quiet < ${FILESDIR}/eotmodel-src-stored-dev.c.patch
-.endif
pre-install:
if [ ! -d "${BACULA_DIR}" ]; then \