Up to [cvs.NetBSD.org] / pkgsrc / lang / python24 / patches
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10, Sun Apr 8 19:09:05 2012 UTC (11 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
HEAD
Changes since 1.9: +1 -1
lines
FILE REMOVED
Remove python24 and all traces of it from pkgsrc. Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 8 07:30:08 2011 UTC (12 years ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Change a unused variable referacne to a fixed string that I missed when coping the Mac OS X sdk filename handling. Thank to Matthias Rampke in PR#45581 for catching this.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Oct 31 06:50:53 2011 UTC (12 years, 1 month ago) by sbd
Branch: MAIN
Changes since 1.7: +33 -9
lines
Diff to previous 1.7 (colored)
Improve the gdbm_compat handling by searching any ndbm.h found for the string 'This file is part of GDBM' and ignoring it if it dose. Thanks to obache@ for the idea.
Revision 1.6.18.1 / (download) - annotate - [select for diffs], Thu Oct 20 03:59:44 2011 UTC (12 years, 1 month ago) by tron
Branch: pkgsrc-2011Q3
Changes since 1.6: +20 -8
lines
Diff to previous 1.6 (colored) next main 1.7 (colored)
Pullup ticket #3572 - requested by sbd lang/python24: build fix lang/python25: build fix lang/python26: build fix lang/python27: build fix lang/python31: build fix security/cyrus-sasl: build fix Revisions pulled up: - lang/python24/distinfo 1.36 - lang/python24/patches/patch-am 1.7 - lang/python25/distinfo 1.18 - lang/python25/patches/patch-am 1.8 - lang/python26/distinfo 1.39 - lang/python26/patches/patch-am 1.17 - lang/python27/distinfo 1.10 - lang/python27/patches/patch-am 1.4 - lang/python31/distinfo 1.4 - lang/python31/patches/patch-am 1.3 - security/cyrus-sasl/Makefile 1.58 --- Module Name: pkgsrc Committed By: sbd Date: Tue Oct 18 21:59:19 UTC 2011 Modified Files: pkgsrc/lang/python24: distinfo pkgsrc/lang/python24/patches: patch-am pkgsrc/lang/python25: distinfo pkgsrc/lang/python25/patches: patch-am pkgsrc/lang/python26: distinfo pkgsrc/lang/python26/patches: patch-am pkgsrc/lang/python27: distinfo pkgsrc/lang/python27/patches: patch-am pkgsrc/lang/python31: distinfo pkgsrc/lang/python31/patches: patch-am pkgsrc/security/cyrus-sasl: Makefile Log Message: Deal with the fact that if /usr/include/ndbm.h exists on Linux it probably belongs to gdbm_compat. I.E. _don't_ use ndbm on Linux.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 18 21:59:17 2011 UTC (12 years, 1 month ago) by sbd
Branch: MAIN
Changes since 1.6: +20 -8
lines
Diff to previous 1.6 (colored)
Deal with the fact that if /usr/include/ndbm.h exists on Linux it probably belongs to gdbm_compat. I.E. _don't_ use ndbm on Linux.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Sep 19 09:30:41 2009 UTC (14 years, 2 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Branch point for: pkgsrc-2011Q3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Fixes module names in disabled_module_list * "bsddb" does not exists, probably removed/renamed before/in Python24. * "mpz" was removed in Python24.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Sep 9 05:59:38 2009 UTC (14 years, 2 months ago) by dsainty
Branch: MAIN
Changes since 1.4: +15 -11
lines
Diff to previous 1.4 (colored)
Fix a possibly long-standing issue, but also possibly fallout from the db4 changes. The "dbm" module could fail to build correctly, erroring out with: *** WARNING: renaming "dbm" since importing it failed: build/lib.linux-i686-2.4/dbm.so: undefined symbol: dbm_firstkey In this case, the "dbm" module has accidentally linked with "databases/gdbm", which happens to be installed, but was never buildlinked in. It may be relevant that /usr/include/gdbm/ndbm.h is installed on this system. Remove the "gdbm" test from the "dbm" module configuration, leaving the "ndbm" support, and the fall-back "bdb" support (which will likely fall back to db4). Bump PKGREVISION - the package would still install, but with missing functionality.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Jun 8 14:16:16 2007 UTC (16 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.3: +25 -8
lines
Diff to previous 1.3 (colored)
Update to 2.4.4: We are pleased to announce the release of Python 2.4.4 (FINAL), a bugfix release of Python 2.4, on October 18, 2006. Important: 2.4.4 includes a security fix (PSF-2006-001) for the repr() of unicode strings in wide unicode builds (UCS-4) [does not affect pkgsrc] Python 2.4 is now in bugfix-only mode; no new features are being added. At least 80 bugs have been squished since Python 2.4.3, including a number of bugs and potential bugs found by with the Coverity and Klocwork static analysis tools. We'd like to offer our thanks to both these firms for making this available for open source projects - see their websites if you're interested.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 12 20:21:48 2006 UTC (17 years, 7 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.2: +39 -36
lines
Diff to previous 1.2 (colored)
update python24 to 2.4.3 Python 2.4 is now in bugfix-only mode, no new features are being added. At least 50 bugs have been squashed since Python 2.4.2, including a number of bugs and potential bugs found by Coverity.
Revision 1.2 / (download) - annotate - [select for diffs], Mon May 9 20:37:51 2005 UTC (18 years, 6 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.1: +144 -144
lines
Diff to previous 1.1 (colored)
update to Python 2.4.1 Highlights of this new release include: - Bug fixes. According to the release notes, several dozen bugs have been fixed, including a fix for the SimpleXMLRPCServer security issue (PSF-2005-001). Also add a patch by Joerg Sonnenberger to add basic support for DragonFly BSD. For a detailed list of changes see: http://python.org/2.4.1/NEWS.html
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Dec 5 23:27:52 2004 UTC (19 years ago) by recht
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
initial import of Python 2.4 Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction to programming in Python you are referred to the Python Tutorial. The Python Library Reference documents built-in and standard types, constants, functions and modules. Finally, the Python Reference Manual describes the syntax and semantics of the core language in (perhaps too) much detail. Python's basic power can be extended with your own modules written in C or C++. On most systems such modules may be dynamically loaded. Python is also adaptable as an exten- sion language for existing applications. See the internal documentation for hints. This package has been compiled without support for threads.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Dec 5 23:27:52 2004 UTC (19 years ago) by recht
Branch: MAIN
Initial revision