diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-08-17 18:21:34 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-08-17 18:21:34 +0800 |
commit | 5d22f1d7ab399a921d2ef6e550d9d03de833b776 (patch) | |
tree | 203bb993f2b38c45ba1fd75df00afd6a885dddd8 /sysutils/bacula-server | |
parent | a2a5056c6ee201182f66419187483995e2e229a8 (diff) | |
download | freebsd-ports-gnome-5d22f1d7ab399a921d2ef6e550d9d03de833b776.tar.gz freebsd-ports-gnome-5d22f1d7ab399a921d2ef6e550d9d03de833b776.tar.zst freebsd-ports-gnome-5d22f1d7ab399a921d2ef6e550d9d03de833b776.zip |
Remove AUTOSETEOT OPTION and related code since the patch this option applied
is now included in the sources.
Submitted by: Per olof Ljungmark <peo@intersonic.se>
Diffstat (limited to 'sysutils/bacula-server')
-rw-r--r-- | sysutils/bacula-server/Makefile | 7 |
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 \ |