svn commit: r557905 - head/graphics/geos

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 13 14:41:12 UTC 2020


Author: sunpoet
Date: Sun Dec 13 14:41:06 2020
New Revision: 557905
URL: https://svnweb.freebsd.org/changeset/ports/557905

Log:
  Remove RUBY option
  
  Ruby binding has been removed by upstream.
  Use science/rubygem-rgeo instead.

Modified:
  head/graphics/geos/Makefile
  head/graphics/geos/pkg-plist

Modified: head/graphics/geos/Makefile
==============================================================================
--- head/graphics/geos/Makefile	Sun Dec 13 14:41:01 2020	(r557904)
+++ head/graphics/geos/Makefile	Sun Dec 13 14:41:06 2020	(r557905)
@@ -13,23 +13,14 @@ COMMENT=	Geometry Engine, Open Source
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-OPTIONS_DEFINE=	RUBY
-OPTIONS_SUB=	yes
-
 USES=		compiler:c++11-lang gmake libtool tar:bzip2
 
-CONFIGURE_ARGS=	ac_cv_path_SWIG=${LOCALBASE}/bin/swig
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
-
-RUBY_BUILD_DEPENDS=	swig:devel/swig
-RUBY_CONFIGURE_ENABLE=	ruby
-RUBY_CONFIGURE_ENV=	RUBY="${RUBY}"
-RUBY_USE=		RUBY=yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lstdc++||' ${WRKSRC}/tests/geostest/Makefile.in ${WRKSRC}/tests/thread/Makefile.in

Modified: head/graphics/geos/pkg-plist
==============================================================================
--- head/graphics/geos/pkg-plist	Sun Dec 13 14:41:01 2020	(r557904)
+++ head/graphics/geos/pkg-plist	Sun Dec 13 14:41:06 2020	(r557905)
@@ -417,5 +417,3 @@ lib/libgeos_c.a
 lib/libgeos_c.so
 lib/libgeos_c.so.1
 lib/libgeos_c.so.1.13.3
-%%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.a
-%%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.so


More information about the svn-ports-all mailing list