1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

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>
This commit is contained in:
Ion-Mihai Tetcu 2007-08-17 10:21:34 +00:00
parent 9cff3c1d21
commit 991c0bafb4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197836

View File

@ -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 \