diff options
author | knu <knu@FreeBSD.org> | 2002-01-11 23:44:40 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-01-11 23:44:40 +0800 |
commit | 6c38a4e135a6764526cb57ac89cf98a7645029d5 (patch) | |
tree | c11ff1665c13172d31e793d534862dd7c9233c79 /devel/SWIG | |
parent | ac861b11bf1b33f336e7ead1de332ddd4c1f0365 (diff) | |
download | freebsd-ports-gnome-6c38a4e135a6764526cb57ac89cf98a7645029d5.tar.gz freebsd-ports-gnome-6c38a4e135a6764526cb57ac89cf98a7645029d5.tar.zst freebsd-ports-gnome-6c38a4e135a6764526cb57ac89cf98a7645029d5.zip |
Python 2.1 was updated to 2.2, so chase it.
Diffstat (limited to 'devel/SWIG')
-rw-r--r-- | devel/SWIG/Makefile | 2 | ||||
-rw-r--r-- | devel/SWIG/files/patch-ah | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/SWIG/Makefile b/devel/SWIG/Makefile index c2470f8096c9..0cbadc61ac55 100644 --- a/devel/SWIG/Makefile +++ b/devel/SWIG/Makefile @@ -7,7 +7,7 @@ PORTNAME= swig PORTVERSION= ${VER}p5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel perl5 python tcl83 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.rge.com/pub/languages/swig/${VER}/ \ diff --git a/devel/SWIG/files/patch-ah b/devel/SWIG/files/patch-ah index d460a34586f9..d36c1abba8df 100644 --- a/devel/SWIG/files/patch-ah +++ b/devel/SWIG/files/patch-ah @@ -1,14 +1,14 @@ ---- configure.orig Wed Feb 4 09:24:23 1998 -+++ configure Thu Mar 29 11:20:22 2001 +--- configure.orig Thu Feb 5 00:24:23 1998 ++++ configure Sat Jan 12 00:34:52 2002 @@ -2445,3 +2445,3 @@ -dirs="$PYINCLUDE $PYINCLUDE/python1.5 $PYINCLUDE/python1.4 $PYINCLUDE/Py $prefix/include/python1.5 $prefix/include/python1.4 /usr/local/include/python1.5 /usr/include/python1.5 /usr/local/include/python1.4 /usr/include/python1.4 $prefix/include/Py /usr/local/include/Py /usr/include/Py" -+dirs="$PYINCLUDE $PYINCLUDE/python2.1 $PYINCLUDE/python1.5 $PYINCLUDE/Py $prefix/include/python2.1 $prefix/include/python1.5 /usr/local/include/python2.1 /usr/include/python2.1 /usr/local/include/python1.5 /usr/include/python1.5 $prefix/include/Py /usr/local/include/Py /usr/include/Py" ++dirs="$PYINCLUDE $PYINCLUDE/python2.2 $PYINCLUDE/python1.5 $PYINCLUDE/Py $prefix/include/python2.2 $prefix/include/python1.5 /usr/local/include/python2.2 /usr/include/python2.2 /usr/local/include/python1.5 /usr/include/python1.5 $prefix/include/Py /usr/local/include/Py /usr/include/Py" for i in $dirs ; do @@ -2460,3 +2460,3 @@ echo "configure:2461: checking for Python library" >&5 -dirs="$PYLIB $PYLIB/config $PYLIB/lib $PYLIB/python1.5/config $PYLIB/python1.4/config $PYLIB/python/lib $prefix/lib/python1.5/config $prefix/lib/python1.4/config /usr/local/lib/python1.5/config /usr/lib/python1.5 /usr/local/lib/python1.4/config /usr/lib/python1.4 $prefix/lib/python/lib /usr/local/lib/python/lib /usr/lib/python/lib /home/sci/local/lib/python" -+dirs="$PYLIB $PYLIB/config $PYLIB/lib $PYLIB/python2.1/config $PYLIB/python1.5/config $PYLIB/python/lib $prefix/lib/python2.1/config $prefix/lib/python1.5/config /usr/local/lib/python2.1/config /usr/lib/python2.1 /usr/local/lib/python1.5/config /usr/lib/python1.5 $prefix/lib/python/lib /usr/local/lib/python/lib /usr/lib/python/lib /home/sci/local/lib/python" ++dirs="$PYLIB $PYLIB/config $PYLIB/lib $PYLIB/python2.2/config $PYLIB/python1.5/config $PYLIB/python/lib $prefix/lib/python2.2/config $prefix/lib/python1.5/config /usr/local/lib/python2.2/config /usr/lib/python2.2 /usr/local/lib/python1.5/config /usr/lib/python1.5 $prefix/lib/python/lib /usr/local/lib/python/lib /usr/lib/python/lib /home/sci/local/lib/python" @@ -2467,6 +2467,6 @@ PYINCLUDE="$PYINCLUDE -I$i" @@ -17,9 +17,9 @@ break fi - if test -r $i/libPython.a; then -+ if test -r $i/libpython2.1.a; then ++ if test -r $i/libpython2.2.a; then echo "$ac_t""$i" 1>&6 @@ -2474,2 +2474,3 @@ PYINCLUDE="$PYINCLUDE -I$i" -+ PYLINK="-lpython2.1" ++ PYLINK="-lpython2.2" break |