svn commit: r559711 - head/databases/rrdtool12

Antoine Brodin antoine at FreeBSD.org
Thu Dec 31 08:35:14 UTC 2020


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


More information about the svn-ports-head mailing list