diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-11 11:30:01 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-11 11:30:01 +0000 |
commit | 36870e8ae4282e1a073a3ae2a8b980deccac517c (patch) | |
tree | feef589fcaad3f51a76c6542aa1d9e3e40f21a2e /math | |
parent | a2da5526a774eb613e7f8d15d4d2487fb951c9e6 (diff) | |
download | ports-36870e8ae4282e1a073a3ae2a8b980deccac517c.tar.gz ports-36870e8ae4282e1a073a3ae2a8b980deccac517c.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/scigraphica/Makefile | 4 | ||||
-rw-r--r-- | math/scigraphica/distinfo | 2 | ||||
-rw-r--r-- | math/scigraphica/files/patch-ac | 12 |
3 files changed, 8 insertions, 10 deletions
diff --git a/math/scigraphica/Makefile b/math/scigraphica/Makefile index 00af81c7f1a1..eca1982b8926 100644 --- a/math/scigraphica/Makefile +++ b/math/scigraphica/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scigraphica -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://scigraphica.sourceforge.net/src/ \ @@ -17,7 +17,7 @@ DISTNAME= sg-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/Numeric/arrayobject.h:${PORTSDIR}/math/numpy -LIB_DEPENDS= gtkextra.13:${PORTSDIR}/x11-toolkits/gtkextra \ +LIB_DEPENDS= gtkextra.14:${PORTSDIR}/x11-toolkits/gtkextra \ xml.5:${PORTSDIR}/textproc/libxml RUN_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/Numeric/arrayobject.h:${PORTSDIR}/math/numpy diff --git a/math/scigraphica/distinfo b/math/scigraphica/distinfo index 2e82aa1318f7..8e2a9b8c366b 100644 --- a/math/scigraphica/distinfo +++ b/math/scigraphica/distinfo @@ -1 +1 @@ -MD5 (sg-0.6.2.tar.gz) = 41587cce0c9d268cba8a750edf4e30b9 +MD5 (sg-0.6.3.tar.gz) = 9531827067c8dba39eb453ba2289af54 diff --git a/math/scigraphica/files/patch-ac b/math/scigraphica/files/patch-ac index 9a1eb7d4a61b..47910ed51b24 100644 --- a/math/scigraphica/files/patch-ac +++ b/math/scigraphica/files/patch-ac @@ -1,16 +1,14 @@ $FreeBSD$ ---- configure.orig Fri Feb 9 20:58:03 2001 -+++ configure Fri Feb 9 21:00:24 2001 -@@ -3546,8 +3546,8 @@ - PY_VERSION=`python -c 'import sys ; print sys.version[0:3]'` +--- configure.orig Sun Mar 11 12:53:57 2001 ++++ configure Sun Mar 11 12:55:30 2001 +@@ -3708,7 +3708,7 @@ + PY_VVERSION=`python -c 'import sys ; print sys.version[0:5]'` if test -f $PY_PREFIX/include/python$PY_VERSION/Python.h; then PY_LIBS="python$PY_VERSION" - PY_LIB_LOC="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config" -- array_loc=`find $PY_PREFIX/include/python$PY_VERSION/ -name arrayobject.h -printf %h` + PY_LIB_LOC="-pthread -L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config" -+ array_loc=`find $PY_PREFIX/include/python$PY_VERSION/ -name arrayobject.h -print | sed 's|/a.*\.h||'` - + array_loc=`find $PY_PREFIX/include/python$PY_VERSION/ -name arrayobject.h | sed s/arrayobject\.h//` echo arrayobject.h location: $array_loc PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION" |