svn commit: r556160 - head/sysutils/bacula9-server
Dan Langille
dvl at FreeBSD.org
Tue Nov 24 14:43:41 UTC 2020
Author: dvl
Date: Tue Nov 24 14:43:41 2020
New Revision: 556160
URL: https://svnweb.freebsd.org/changeset/ports/556160
Log:
Remove the Python option which was long-ago removed upstream.
It's not documented in the 9.6 releases. Removal announcement:
https://sourceforge.net/p/bacula/mailman/bacula-users/thread/9dbbf8f60710311249gbe680cby48b22a784448f8dc%40mail.gmail.com/
This option has been set BROKEN for three years now.
https://svnweb.freebsd.org/ports?view=revision&revision=453628
Modified:
head/sysutils/bacula9-server/Makefile
head/sysutils/bacula9-server/pkg-plist
Modified: head/sysutils/bacula9-server/Makefile
==============================================================================
--- head/sysutils/bacula9-server/Makefile Tue Nov 24 14:24:54 2020 (r556159)
+++ head/sysutils/bacula9-server/Makefile Tue Nov 24 14:43:41 2020 (r556160)
@@ -3,6 +3,7 @@
PORTNAME= bacula
PORTVERSION= 9.6.6
+PORTREVISION= 1
CATEGORIES?= sysutils
MASTER_SITES= SF/bacula/bacula/${PORTVERSION}
PKGNAMEPREFIX?= #
@@ -16,7 +17,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES+= libtool readline shebangfix ssl
SHEBANG_FILES= src/cats/make_catalog_backup.pl.in
-python_OLD_CMD= @PYTHON@
CONFLICTS?= bacula5-server-* bacula-server-*
@@ -33,7 +33,7 @@ USE_LDCONFIG= yes
CPPFLAGS+= -I/usr/include/readline -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-OPTIONS_DEFINE?= MTX PYTHON NLS IPV6
+OPTIONS_DEFINE?= MTX NLS IPV6
MTX_DESC= Install mtx for control of autochanger devices
.if ${PKGNAMESUFFIX} == "9-server"
@@ -46,10 +46,6 @@ OPTIONS_SUB= yes
.if ${PKGNAMESUFFIX} == "9-client" || ${PKGNAMESUFFIX} == "9-server" #Till end of the file
-PYTHON_USES= python
-PYTHON_CONFIGURE_ON= --with-python=yes
-PYTHON_BROKEN= Does not package
-
.if !defined(WITH_CLIENT_ONLY)
LIB_DEPENDS+= libbac-${PORTVERSION}.so:sysutils/bacula9-client
USE_RC_SUBR?= bacula-dir bacula-sd
@@ -183,9 +179,6 @@ post-patch:
.if !target(post-install)
post-install:
-.if ! ${PORT_OPTIONS:MPYTHON}
- ${RM} ${STAGEDIR}${DATADIR}/dvd-handler
-.endif
.if defined(WITH_CLIENT_ONLY)
${MV} ${STAGEDIR}${ETCDIR}/bconsole.conf ${STAGEDIR}${ETCDIR}/bconsole.conf.sample
${INSTALL_DATA} ${WRKSRC}/examples/sample-query.sql ${STAGEDIR}${LOCALBASE}/share/bacula/query.sql.sample
Modified: head/sysutils/bacula9-server/pkg-plist
==============================================================================
--- head/sysutils/bacula9-server/pkg-plist Tue Nov 24 14:24:54 2020 (r556159)
+++ head/sysutils/bacula9-server/pkg-plist Tue Nov 24 14:43:41 2020 (r556160)
@@ -58,7 +58,6 @@ sbin/dbcheck
%%MYSQL%%%%DATADIR%%/drop_mysql_tables
%%PGSQL%%%%DATADIR%%/drop_postgresql_tables
%%SQLITE3%%%%DATADIR%%/drop_sqlite3_tables
-%%PYTHON%%%%DATADIR%%/dvd-handler
%%DATADIR%%/grant_bacula_privileges
%%MYSQL%%%%DATADIR%%/grant_mysql_privileges
%%PGSQL%%%%DATADIR%%/grant_postgresql_privileges
More information about the svn-ports-head
mailing list