From 7a2ef54f58c59bad5b7060e17185f91824627f16 Mon Sep 17 00:00:00 2001 From: wxs Date: Thu, 22 Jan 2009 01:05:03 +0000 Subject: - Remove AUTOSETEOT option - it is no longer valid and incorporated upstream PR: ports/130552 Submitted by: Ole Approved by: maintainer (via IRC) --- sysutils/bacula-server-devel/Makefile | 7 ------- .../bacula-server-devel/files/eotmodel-src-stored-dev.c.patch | 10 ---------- 2 files changed, 17 deletions(-) delete mode 100644 sysutils/bacula-server-devel/files/eotmodel-src-stored-dev.c.patch (limited to 'sysutils') diff --git a/sysutils/bacula-server-devel/Makefile b/sysutils/bacula-server-devel/Makefile index cde29653078d..bdd4cab5a2ff 100644 --- a/sysutils/bacula-server-devel/Makefile +++ b/sysutils/bacula-server-devel/Makefile @@ -73,7 +73,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 @@ -184,9 +183,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} "" @@ -206,9 +202,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 \ diff --git a/sysutils/bacula-server-devel/files/eotmodel-src-stored-dev.c.patch b/sysutils/bacula-server-devel/files/eotmodel-src-stored-dev.c.patch deleted file mode 100644 index 9479683c4776..000000000000 --- a/sysutils/bacula-server-devel/files/eotmodel-src-stored-dev.c.patch +++ /dev/null @@ -1,10 +0,0 @@ -Index: src/stored/dev.c -@@ -2368,7 +2368,7 @@ - } - } - /* Turn this on later when fully tested */ --#if defined(xxxMTIOCSETEOTMODEL) -+#if defined(MTIOCSETEOTMODEL) - uint32_t neof; - if (dev->has_cap(CAP_TWOEOF)) { - neof = 2; -- cgit