head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.54 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.52 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.50 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.48 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.46 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.44 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.42 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.40 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.38 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 buildlink2-base:1.5 netbsd-1-5-RELEASE:1.4 netbsd-1-4-PATCH003:1.4 netbsd-1-3-PATCH002:1.2; locks; strict; comment @# @; 1.5 date 2000.10.22.20.01.49; author tsarna; state dead; branches; next 1.4; 1.4 date 2000.09.10.20.59.07; author wiz; state Exp; branches; next 1.3; 1.3 date 98.07.11.20.33.13; author tsarna; state dead; branches; next 1.2; 1.2 date 98.05.04.19.29.19; author tron; state Exp; branches; next 1.1; 1.1 date 98.02.01.01.48.52; author tron; state Exp; branches; next ; desc @@ 1.5 log @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... @ text @$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 @ 1.4 log @Don't check for libnet (we're not BeOS, after all). Addresses pkg/9005. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Two changes: - Use -fPIC instead of -fpic (latter breaks py-Numeric on sparc). Suggested by tv@@netbsd.org. This is inherited by most py-* packages. Change sent to guido@@cnri.reston.va.us. - Remove official patches from patches dir. Use PATCHFILES mechanism instead to get them from www.python.org. @ text @d1 14 a14 19 Index: Modules/_tkinter.c =================================================================== RCS file: /projects/cvsroot/python/dist/src/Modules/_tkinter.c,v retrieving revision 1.62 diff -c -r1.62 _tkinter.c *** _tkinter.c 1998/04/10 22:27:26 1.62 --- _tkinter.c 1998/04/20 18:19:51 *************** *** 1548,1554 **** --- 1548,1556 ---- if (PyErr_Occurred()) return; + #if TKMAJORMINOR >= 8000 Py_AtExit(Tcl_Finalize); + #endif #ifdef macintosh /* @ 1.2 log @Update python to version 1.5.1 using package by Jaromir Dolecek. Fixes PR pkg/5361. @ text @@ 1.1 log @Initial import of python 1.5 package made by Ty Sarna. @ text @d1 19 a19 39 $NetBSD$ Patches submitted to Guido, comitted for next release. -- tsarna@@endicor.com, 21 January, 1998 --- Python/importdl.c.orig Sun Jan 11 12:53:01 1998 +++ Python/importdl.c Sun Jan 11 12:54:01 1998 @@@@ -53,7 +53,7 @@@@ SHORT_EXT -- short extension for dynamic module, e.g. ".so" LONG_EXT -- long extension, e.g. "module.so" hpux -- HP-UX Dynamic Linking - defined by the compiler - __NetBSD__ -- NetBSD shared libraries (not quite SVR4 compatible) + __NetBSD__ -- NetBSD shared libraries __FreeBSD__ -- FreeBSD shared libraries (The other WITH_* symbols are used only once, to set the @@@@ -88,7 +88,11 @@@@ #define LONG_EXT ".dll" #endif -#if defined(__NetBSD__) +#ifdef HAVE_SYS_PARAM_H +#include +#endif + +#if defined(__NetBSD__) && (NetBSD < 199712) #define DYNAMIC_LINK #define USE_SHLIB @@@@ -157,7 +161,7 @@@@ #ifdef USE_SHLIB #include #include -#if defined(__NetBSD__) +#if defined(__NetBSD__) && (NetBSD < 199712) #include #include #else @