summaryrefslogtreecommitdiff
path: root/lang/python21/patches
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10Fixed mremap on NetBSD.rillig1-0/+15
2006-10-04Added a patch that fixes the interpreter path of the installed Pythonrillig1-0/+16
scripts. Bumped PKGREVISION.
2006-04-13Strip of anything after the version number in distutils.util.get_platformjoerg1-0/+13
on DragonFly. Since that version is used e.g. as part of the file name for python eggs, it makes handling easier to match normal pkgsrc platform policy. Bump revisions of all Python packages.
2005-11-16Fix Python's makesetup script to treat -pthread as linker flag.joerg1-0/+12
This is needed for databases/py-psycopg at least to compile properly. Since the installed version changed, bump revision.
2005-11-08Add DragonFly support. Use PTHREAD_* variables to find pthread_createjoerg4-4/+92
and hope it doesn't break anything.
2005-11-01Bump to nb8 for PCRE security issueadrianp3-0/+104
2005-05-29Teach about NetBSD 3.x.minskim2-12/+12
PKGREVISION will be bumped after another change.
2005-05-29Make the dbm module build when pkgsrc bdb is used.minskim2-6/+77
2005-05-29Make the bsddb module build when pkgsrc bdb is used.minskim1-5/+32
2005-05-29Explicitly disable modules that should not be built.minskim1-10/+10
2005-05-29Explicitly disable the tkinter module, which is provided by x11/py-Tk.minskim1-1/+10
2004-08-29Extend some checks to also test for netbsd2 as sys.platform.recht2-4/+42
Bump PKGREVISIONS accordingly.
2004-05-16Build python module for zlib unconditionally. This makesminskim1-8/+33
python2[12]{,-pth} build on platforms where zlib.h is not in /usr/include.
2003-06-06add the LINK_ALL_LIBGCC_HACK variable to the interpreter's link line,drochner1-0/+13
so that dynamic libraries using libgcc functions can be loaded should fix PR pkg/16144 by Brett Slager
2003-04-15Make the fcntl(F_WRLCK) selftest work on alpha etc here as well - not asdrochner1-0/+13
clean as in the Python-2.2 version because 2.1 doesn't have a "long long" for struct packing, but good enough because these fields are "0" anyway.
2003-02-11fix a selftest, so we don't get the impression there is something wrongdrochner1-0/+13
2003-01-22security fix: don't use guessable temp file names in execvpe()drochner2-0/+95
2002-04-09Uses spaces instead of tabs to match the rest of the file (not sure if itjlam1-2/+2
matters, and I don't want to chance it).
2002-04-09Teach the extension building process about buildlink, and allow passingjlam2-6/+79
LDFLAGS to the linker command when linking a python extension. This lets us pass the right flags to correctly find libraries required for certain extensions, e.g. zlib.so. Also explicitly comment out a few extensions that aren't being built and should never be.
2002-01-28don't build curses module - it doesn't work with our cursesdrochner1-2/+13
2002-01-22-update to 2.1.2 - except one method addition (socket.sendall()) this is adrochner2-0/+41
pure bugfix release -install the "pydoc" script as "pydoc2.1" and make sure the corresponding python version is used -disable the audioop, imageop and rgbimg extensions - these don't work on 64-bit platforms anyway, I haven't seen a place where they are used yet, and in case a need shows up, we better make an own extension pkg from it which is marked FOR_PLATFORM_ONLY
2002-01-16fix the Makefile installed for extension packages to use the rightdrochner1-0/+13
python version, bump pkg name to 2.1.1nb1