Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2020 14:41:06 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557905 - head/graphics/geos
Message-ID:  <202012131441.0BDEf6ea030839@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012131441.0BDEf6ea030839>