diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-31 08:35:13 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-31 08:35:13 +0000 |
commit | 442b1bf7c84cd23b2a139118540ec2963ad28079 (patch) | |
tree | 65f1ab5b6b3aac819737846e7e66176a0abda63c /databases | |
parent | 304c2c680b5b344b4e259d6ab27d45a9111a6da7 (diff) | |
download | ports-442b1bf7c84cd23b2a139118540ec2963ad28079.tar.gz ports-442b1bf7c84cd23b2a139118540ec2963ad28079.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/rrdtool12/Makefile | 15 | ||||
-rw-r--r-- | databases/rrdtool12/pkg-plist | 2 |
2 files changed, 3 insertions, 14 deletions
diff --git a/databases/rrdtool12/Makefile b/databases/rrdtool12/Makefile index 3d32014552a8..1420e3f8ea18 100644 --- a/databases/rrdtool12/Makefile +++ b/databases/rrdtool12/Makefile @@ -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,22 +21,13 @@ 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 PLIST_SUB+= WITH_RUBY="" diff --git a/databases/rrdtool12/pkg-plist b/databases/rrdtool12/pkg-plist index 6e0c2c651b99..a799bb55676c 100644 --- a/databases/rrdtool12/pkg-plist +++ b/databases/rrdtool12/pkg-plist @@ -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 |