diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-09 19:36:14 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-09 19:36:14 +0000 |
commit | 85de7b883f09ba8f34555c841aa2c38d928d25f8 (patch) | |
tree | c1a8f00c70491df1e039642020640450af1217c0 | |
parent | a72cd89256357114280bd2e59da4c70253dd1049 (diff) | |
download | ports-85de7b883f09ba8f34555c841aa2c38d928d25f8.tar.gz ports-85de7b883f09ba8f34555c841aa2c38d928d25f8.zip |
Notes
-rw-r--r-- | math/scigraphica/Makefile | 4 | ||||
-rw-r--r-- | math/scigraphica/distinfo | 2 | ||||
-rw-r--r-- | math/scigraphica/files/patch-ac | 15 | ||||
-rw-r--r-- | math/scigraphica/pkg-plist | 1 |
4 files changed, 13 insertions, 9 deletions
diff --git a/math/scigraphica/Makefile b/math/scigraphica/Makefile index 4dd6812b7af7..00af81c7f1a1 100644 --- a/math/scigraphica/Makefile +++ b/math/scigraphica/Makefile @@ -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 diff --git a/math/scigraphica/distinfo b/math/scigraphica/distinfo index adf5740cc47d..2e82aa1318f7 100644 --- a/math/scigraphica/distinfo +++ b/math/scigraphica/distinfo @@ -1 +1 @@ -MD5 (sg-0.6.1.tar.gz) = af1dec0dc6d2b1ec935eec76cf1ef020 +MD5 (sg-0.6.2.tar.gz) = 41587cce0c9d268cba8a750edf4e30b9 diff --git a/math/scigraphica/files/patch-ac b/math/scigraphica/files/patch-ac index fe27a150d4c0..9a1eb7d4a61b 100644 --- a/math/scigraphica/files/patch-ac +++ b/math/scigraphica/files/patch-ac @@ -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" diff --git a/math/scigraphica/pkg-plist b/math/scigraphica/pkg-plist index 21130f0af830..4e80b490124f 100644 --- a/math/scigraphica/pkg-plist +++ b/math/scigraphica/pkg-plist @@ -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 |