diff options
author | wxs <wxs@FreeBSD.org> | 2009-01-22 09:05:03 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-01-22 09:05:03 +0800 |
commit | 7a2ef54f58c59bad5b7060e17185f91824627f16 (patch) | |
tree | 0cc7f2e430a633c651a4df225c8c21212a376c36 /sysutils | |
parent | 8918a7607043ebdd35cfc5997b5af228e2b25d70 (diff) | |
download | freebsd-ports-gnome-7a2ef54f58c59bad5b7060e17185f91824627f16.tar.gz freebsd-ports-gnome-7a2ef54f58c59bad5b7060e17185f91824627f16.tar.zst freebsd-ports-gnome-7a2ef54f58c59bad5b7060e17185f91824627f16.zip |
- Remove AUTOSETEOT option - it is no longer valid and incorporated upstream
PR: ports/130552
Submitted by: Ole <olevole@yandex.ru>
Approved by: maintainer (via IRC)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula-server-devel/Makefile | 7 | ||||
-rw-r--r-- | sysutils/bacula-server-devel/files/eotmodel-src-stored-dev.c.patch | 10 |
2 files changed, 0 insertions, 17 deletions
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; |