summaryrefslogtreecommitdiff
path: root/lang/python/patches
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>2000-10-22 20:01:48 +0000
committertsarna <tsarna@pkgsrc.org>2000-10-22 20:01:48 +0000
commit08a0ddac1a804b04d88a6d23fdbf87a9188c631e (patch)
treec352925946bcfeca99d8d2fdf70b124c2b2a773d /lang/python/patches
parentb923dbec15e3ffe405fa211c957396c51735628b (diff)
downloadpkgsrc-08a0ddac1a804b04d88a6d23fdbf87a9188c631e.tar.gz
First batch of upgrades for Python 2.0:
lang/python upgraded to 2.0 lang/py-html-docs upgraded to 2.0 misc/py-readline upgraded to 2.0 databases/py-gdbm upgraded to 2.0 x11/py-Tk upgraded to 2.0 devel/py-curses upgraded to 2.0 lang/py-extclass upgraded to 2.2.2 and for Python 2.0 textproc/py-dtml upgraded to 2.2.2 and for Python 2.0 www/py-zpublisher upgraded to 2.2.2 and for Python 2.0 print/py-reportlab upgraded to 1.01 and for Python 2.0 More coming...
Diffstat (limited to 'lang/python/patches')
-rw-r--r--lang/python/patches/patch-aa15
-rw-r--r--lang/python/patches/patch-ab14
-rw-r--r--lang/python/patches/patch-ac53
3 files changed, 0 insertions, 82 deletions
diff --git a/lang/python/patches/patch-aa b/lang/python/patches/patch-aa
deleted file mode 100644
index 72cce81d66e..00000000000
--- a/lang/python/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.5 1999/04/14 05:11:22 tsarna Exp $
-
-Deal with egcs's unexpectedly long version string.
-
---- Python/getversion.c.orig Tue Apr 13 23:58:15 1999
-+++ Python/getversion.c Tue Apr 13 23:58:22 1999
-@@ -39,7 +39,7 @@
- Py_GetVersion()
- {
- static char version[100];
-- sprintf(version, "%.10s (%.40s) %.40s", PY_VERSION,
-+ sprintf(version, "%.10s (%.40s) %.50s", PY_VERSION,
- Py_GetBuildInfo(), Py_GetCompiler());
- return version;
- }
diff --git a/lang/python/patches/patch-ab b/lang/python/patches/patch-ab
deleted file mode 100644
index 561d98ece96..00000000000
--- a/lang/python/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2000/09/10 20:59:07 wiz Exp $
-
-If libnet is installed, this check results in a link error. -- wiz
-
---- configure.in.orig Sat Apr 10 18:01:48 1999
-+++ configure.in
-@@ -548,7 +548,6 @@
- *)
- AC_CHECK_LIB(nsl, t_open, [LIBS="-lnsl $LIBS"]) # SVR4
- AC_CHECK_LIB(socket, socket, [LIBS="-lsocket $LIBS"], [], $LIBS) # SVR4 sockets
--AC_CHECK_LIB(net, socket, [LIBS="-lnet $LIBS"], [], $LIBS) # BeOS
- ;;
- esac
-
diff --git a/lang/python/patches/patch-ac b/lang/python/patches/patch-ac
deleted file mode 100644
index f3e23c4cbe1..00000000000
--- a/lang/python/patches/patch-ac
+++ /dev/null
@@ -1,53 +0,0 @@
-$NetBSD: patch-ac,v 1.4 2000/09/10 20:59:07 wiz Exp $
-
-If libnet is installed, this check results in a link error. -- wiz
-
---- configure.orig Sat Apr 10 18:02:18 1999
-+++ configure
-@@ -2499,46 +2499,6 @@
- echo "$ac_t""no" 1>&6
- fi
- # SVR4 sockets
--echo $ac_n "checking for socket in -lnet""... $ac_c" 1>&6
--echo "configure:2504: checking for socket in -lnet" >&5
--ac_lib_var=`echo net'_'socket | sed 'y%./+-%__p_%'`
--if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
-- ac_save_LIBS="$LIBS"
--LIBS="-lnet $LIBS $LIBS"
--cat > conftest.$ac_ext <<EOF
--#line 2512 "configure"
--#include "confdefs.h"
--/* Override any gcc2 internal prototype to avoid an error. */
--/* We use char because int might match the return type of a gcc2
-- builtin and then its argument prototype would still apply. */
--char socket();
--
--int main() {
--socket()
--; return 0; }
--EOF
--if { (eval echo configure:2523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=yes"
--else
-- echo "configure: failed program was:" >&5
-- cat conftest.$ac_ext >&5
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=no"
--fi
--rm -f conftest*
--LIBS="$ac_save_LIBS"
--
--fi
--if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-- echo "$ac_t""yes" 1>&6
-- LIBS="-lnet $LIBS"
--else
-- echo "$ac_t""no" 1>&6
--fi
-- # BeOS
- ;;
- esac
-