svn commit: r375896 - head/math/nlopt

Rene Ladan rene at FreeBSD.org
Wed Dec 31 15:49:48 UTC 2014


Author: rene
Date: Wed Dec 31 15:49:47 2014
New Revision: 375896
URL: https://svnweb.freebsd.org/changeset/ports/375896
QAT: https://qat.redports.org/buildarchive/r375896/

Log:
  math/nlopt: fix guile2 option after GNOME 3 update.
  - use lang/guile2 instead of lang/guile
  - use swig3.0 instead of swig2.0
  - bump PORTREVISION
  
  PR:		195952
  Submitted by:	maintainer (Rainer Hurling)

Modified:
  head/math/nlopt/Makefile
  head/math/nlopt/pkg-plist

Modified: head/math/nlopt/Makefile
==============================================================================
--- head/math/nlopt/Makefile	Wed Dec 31 15:46:11 2014	(r375895)
+++ head/math/nlopt/Makefile	Wed Dec 31 15:49:47 2014	(r375896)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nlopt
 PORTVERSION=	2.4.2
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	http://ab-initio.mit.edu/nlopt/
 
@@ -14,13 +15,13 @@ LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp \
-		libguile.so:${PORTSDIR}/lang/guile
-BUILD_DEPENDS=	swig2.0:${PORTSDIR}/devel/swig20 \
-		${PYTHON_PKGNAMEPREFIX}numpy>=1.8.1:${PORTSDIR}/math/py-numpy
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.8.1:${PORTSDIR}/math/py-numpy
+		libguile-2.0.so:${PORTSDIR}/lang/guile2
+BUILD_DEPENDS=	swig3.0:${PORTSDIR}/devel/swig30 \
+		${PYTHON_PKGNAMEPREFIX}numpy>=1.9.1:${PORTSDIR}/math/py-numpy
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.9.1:${PORTSDIR}/math/py-numpy
 
 CONFIGURE_ARGS=	--enable-shared
-CONFIGURE_ENV=	SWIG="${LOCALBASE}/bin/swig2.0"
+CONFIGURE_ENV=	SWIG="${LOCALBASE}/bin/swig3.0"
 
 USES=		autoreconf compiler:features libtool pathfix \
 		pkgconfig python:2

Modified: head/math/nlopt/pkg-plist
==============================================================================
--- head/math/nlopt/pkg-plist	Wed Dec 31 15:46:11 2014	(r375895)
+++ head/math/nlopt/pkg-plist	Wed Dec 31 15:49:47 2014	(r375896)
@@ -18,4 +18,4 @@ libdata/pkgconfig/nlopt.pc
 %%PYTHON_SITELIBDIR%%/nlopt.pyc
 %%PYTHON_SITELIBDIR%%/nlopt.pyo
 man/man3/nlopt.3.gz
-share/guile/site/nlopt.scm
+share/guile/site/2.0/nlopt.scm


More information about the svn-ports-head mailing list