FreeBSD Bugzilla – Attachment 150551 Details for
Bug 195952
[MAINTAINER] math/nlopt: Fix guile2 after gnome3 update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix math/nlopt after gnome3 update
patch-math__nlopt-after_gnome3_update.diff (text/plain), 1.65 KB, created by
Rainer Hurling
on 2014-12-13 22:02:09 UTC
(
hide
)
Description:
patch to fix math/nlopt after gnome3 update
Filename:
MIME Type:
Creator:
Rainer Hurling
Created:
2014-12-13 22:02:09 UTC
Size:
1.65 KB
patch
obsolete
>diff -urN nlopt.orig/Makefile nlopt/Makefile >--- nlopt.orig/Makefile 2014-10-11 21:10:51.000000000 +0200 >+++ nlopt/Makefile 2014-12-13 15:21:48.000000000 +0100 >@@ -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_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 >diff -urN nlopt.orig/pkg-plist nlopt/pkg-plist >--- nlopt.orig/pkg-plist 2014-10-11 21:10:51.000000000 +0200 >+++ nlopt/pkg-plist 2014-12-13 15:15:21.000000000 +0100 >@@ -9,7 +9,6 @@ > lib/libnlopt_guile.so > lib/libnlopt_guile.so.0 > lib/libnlopt_guile.so.0.8.2 >-libdata/pkgconfig/nlopt.pc > %%PYTHON_SITELIBDIR%%/_nlopt.a > %%PYTHON_SITELIBDIR%%/_nlopt.so > %%PYTHON_SITELIBDIR%%/_nlopt.so.0 >@@ -17,5 +16,6 @@ > %%PYTHON_SITELIBDIR%%/nlopt.py > %%PYTHON_SITELIBDIR%%/nlopt.pyc > %%PYTHON_SITELIBDIR%%/nlopt.pyo >+libdata/pkgconfig/nlopt.pc > man/man3/nlopt.3.gz >-share/guile/site/nlopt.scm >+share/guile/site/2.0/nlopt.scm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 195952
: 150551