Date: Thu, 31 Dec 2020 08:35:13 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559711 - head/databases/rrdtool12 Message-ID: <202012310835.0BV8ZDLl049413@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Dec 31 08:35:13 2020 New Revision: 559711 URL: https://svnweb.freebsd.org/changeset/ports/559711 Log: Drop optional dependency on python 2.7 PR: 249604 Modified: head/databases/rrdtool12/Makefile head/databases/rrdtool12/pkg-plist Modified: head/databases/rrdtool12/Makefile ============================================================================== --- head/databases/rrdtool12/Makefile Thu Dec 31 08:19:47 2020 (r559710) +++ head/databases/rrdtool12/Makefile Thu Dec 31 08:35:13 2020 (r559711) @@ -3,7 +3,7 @@ PORTNAME= rrdtool PORTVERSION= 1.2.30 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= databases graphics MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/ PKGNAMESUFFIX= 12 @@ -21,21 +21,12 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes USES= gmake libtool -CONFIGURE_ARGS= --disable-tcl +CONFIGURE_ARGS= --disable-tcl --disable-python -OPTIONS_DEFINE= PYTHON RUBY PERL DOCS EXAMPLES +OPTIONS_DEFINE= RUBY PERL DOCS EXAMPLES OPTIONS_DEFAULT= PERL .include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MPYTHON} -USES+= python:2.7 -PLIST_SUB+= WITH_PYTHON="" -CONFIGURE_ARGS+= --enable-python -.else -CONFIGURE_ARGS+= --disable-python -PLIST_SUB+= WITH_PYTHON="@comment " -.endif .if ${PORT_OPTIONS:MRUBY} USE_RUBY= yes Modified: head/databases/rrdtool12/pkg-plist ============================================================================== --- head/databases/rrdtool12/pkg-plist Thu Dec 31 08:19:47 2020 (r559710) +++ head/databases/rrdtool12/pkg-plist Thu Dec 31 08:35:13 2020 (r559711) @@ -132,6 +132,4 @@ man/man1/rrdlastupdate.1.gz %%WITH_PERL%%%%SITE_ARCH%%/RRDs.pm %%WITH_PERL%%%%SITE_ARCH%%/ntmake.pl %%WITH_PERL%%%%SITE_ARCH%%/auto/RRDs/RRDs.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/rrdtoolmodule.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/py_rrdtool-0.2.1-py%%PYTHON_VER%%.egg-info %%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/RRD.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012310835.0BV8ZDLl049413>