Update to 0.6.2.

This commit is contained in:
Maxim Sobolev 2001-02-09 19:36:14 +00:00
parent a72cd89256
commit 85de7b883f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38139
4 changed files with 13 additions and 9 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= scigraphica
PORTVERSION= 0.6.1
PORTVERSION= 0.6.2
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.12:${PORTSDIR}/x11-toolkits/gtkextra \
LIB_DEPENDS= gtkextra.13:${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.1.tar.gz) = af1dec0dc6d2b1ec935eec76cf1ef020
MD5 (sg-0.6.2.tar.gz) = 41587cce0c9d268cba8a750edf4e30b9

View File

@ -1,5 +1,8 @@
--- configure.orig Wed Dec 6 11:11:12 2000
+++ configure Wed Dec 6 11:12:53 2000
$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]'`
if test -f $PY_PREFIX/include/python$PY_VERSION/Python.h; then
@ -7,7 +10,7 @@
- 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||'`
if test -z $array_loc; then
if test -n $PYTHONPATH; then
array_loc=$PYTHONPATH
+ array_loc=`find $PY_PREFIX/include/python$PY_VERSION/ -name arrayobject.h -print | sed 's|/a.*\.h||'`
echo arrayobject.h location: $array_loc
PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"

View File

@ -5,6 +5,7 @@ share/gnome/examples/sg/multicolumn.sg
share/gnome/examples/sg/polar.sg
share/gnome/examples/sg/simpletest.sg
share/gnome/examples/sg/test.dat
share/gnome/examples/sg/ticks.sg
share/gnome/examples/sg/trigonometric.sg
share/gnome/examples/sg/vectors.sg
share/gnome/pixmaps/sg/2d_small.xpm