mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.6.3.
This commit is contained in:
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
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= scigraphica
|
PORTNAME= scigraphica
|
||||||
PORTVERSION= 0.6.2
|
PORTVERSION= 0.6.3
|
||||||
CATEGORIES= math gnome
|
CATEGORIES= math gnome
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||||
http://scigraphica.sourceforge.net/src/ \
|
http://scigraphica.sourceforge.net/src/ \
|
||||||
|
@ -17,7 +17,7 @@ DISTNAME= sg-${PORTVERSION}
|
||||||
MAINTAINER= sobomax@FreeBSD.org
|
MAINTAINER= sobomax@FreeBSD.org
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/Numeric/arrayobject.h:${PORTSDIR}/math/numpy
|
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
|
xml.5:${PORTSDIR}/textproc/libxml
|
||||||
RUN_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/Numeric/arrayobject.h:${PORTSDIR}/math/numpy
|
RUN_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/Numeric/arrayobject.h:${PORTSDIR}/math/numpy
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (sg-0.6.2.tar.gz) = 41587cce0c9d268cba8a750edf4e30b9
|
MD5 (sg-0.6.3.tar.gz) = 9531827067c8dba39eb453ba2289af54
|
||||||
|
|
|
@ -1,16 +1,14 @@
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
|
|
||||||
--- configure.orig Fri Feb 9 20:58:03 2001
|
--- configure.orig Sun Mar 11 12:53:57 2001
|
||||||
+++ configure Fri Feb 9 21:00:24 2001
|
+++ configure Sun Mar 11 12:55:30 2001
|
||||||
@@ -3546,8 +3546,8 @@
|
@@ -3708,7 +3708,7 @@
|
||||||
PY_VERSION=`python -c 'import sys ; print sys.version[0:3]'`
|
PY_VVERSION=`python -c 'import sys ; print sys.version[0:5]'`
|
||||||
if test -f $PY_PREFIX/include/python$PY_VERSION/Python.h; then
|
if test -f $PY_PREFIX/include/python$PY_VERSION/Python.h; then
|
||||||
PY_LIBS="python$PY_VERSION"
|
PY_LIBS="python$PY_VERSION"
|
||||||
- PY_LIB_LOC="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config"
|
- 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"
|
+ 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
|
echo arrayobject.h location: $array_loc
|
||||||
PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
|
PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
|
||||||
|
|
Loading…
Add table
Reference in a new issue