1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Update to 0.6.3.

This commit is contained in:
Maxim Sobolev 2001-03-11 11:30:01 +00:00
parent a2da5526a7
commit 36870e8ae4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39576
3 changed files with 8 additions and 10 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (sg-0.6.2.tar.gz) = 41587cce0c9d268cba8a750edf4e30b9
MD5 (sg-0.6.3.tar.gz) = 9531827067c8dba39eb453ba2289af54

View File

@ -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"