summaryrefslogtreecommitdiff
path: root/lang/python24
AgeCommit message (Expand)AuthorFilesLines
2006-12-27Fix build on FreeBSD.joerg2-11/+19
2006-11-03On NetBSD, assume that MKYP=no when /usr/bin/ypcat doesn't exist.joerg4-18/+38
2006-10-11Fixed "test ==" and improved the randomness of $RANDOM.rillig2-1/+24
2006-09-20libpython needs the pkgsrc-provided LDFLAGS to resolve all dependenciesrillig2-13/+24
2006-08-26Don't use the Python platform variable to check for OSS support onjoerg1-3/+2
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
2006-06-20Don't try to compile in Bluetooth support under NetBSD(-current).tron2-1/+16
2006-06-19Add a missing file to PLIST.Darwin. Bump PKGREVISION.minskim2-3/+4
2006-06-01Inspecting the setup.py file, one can see that python23 and python24jlam2-23/+28
2006-05-07Allow use of C++ support on all platforms for consistency, by settingtv1-2/+4
2006-04-13Strip of anything after the version number in distutils.util.get_platformjoerg3-2/+17
2006-04-12update python24 to 2.4.3drochner7-108/+107
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
2006-03-13Fixed the interpreter paths of some installed Python programs. Bumpedrillig1-2/+9
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-01-23Fix module compilation / libpython build on Darwin. This enables modulesrecht4-76/+957
2005-12-10Revert my last commit (r1.17) and add :Q back to PY_PLATNAME andrecht1-3/+3
2005-12-09Remove the :Q from vars that go into PLIST_SUBST, since it breaksrecht1-3/+3
2005-12-08Bumped the PKGREVISION of the packages that have been broken by the recentrillig1-2/+2
2005-12-08Fixed the wrong quoting introduced by the recent "pkglint --autofix". Therillig1-3/+3
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-10/+10
2005-11-16Fix Python's makesetup script to treat -pthread as linker flag.joerg3-2/+16
2005-11-14When linking against libpython, the dependencies of libpython might bejoerg1-1/+5
2005-10-01Update to Python 2.4.2recht7-67/+42
2005-09-01Bump PKGREVISION for change made to patches/patch-al in revision 1.7 asdarcy1-2/+2
2005-08-31Fix problem where LDFLAGS is not being expanded on the command line.darcy2-6/+6
2005-08-23There was a bug in Python that was supposed to be fixed but it seems to havedarcy3-3/+22
2005-08-19include LDFLAGS when linking shared libraries, so they can find theirgrant2-4/+15
2005-07-29make the fcntl selftest recognize "netbsd3" so that the rightdrochner2-4/+4
2005-07-21patch-an was removed from distinfo during 2.4.1 update, remove file too.wiz1-28/+0
2005-07-21Sort.wiz2-61/+61
2005-07-03Add devel/gettext-lib as dependency to avoid problems with the locale module ...recht2-1/+31
2005-05-29Remove an entry for a nonexistent file.minskim1-2/+1
2005-05-10Fix srcdist.mk usage for _PYTHON_VERSION 24, and add reminder comment toabs1-1/+3
2005-05-09update to Python 2.4.1recht8-278/+210
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2005-02-18ride last change.. bump PKGREVISION for the PLIST.common changerecht1-2/+2
2005-02-18add dl.so to PLIST.common (conditionally)recht1-1/+2
2005-02-04apply the security fix fromdrochner3-3/+86
2005-01-30Convert the python packages to use the alternatives system to install ajmmv2-2/+5
2005-01-24Pull in first-stab Interix support from lang/python23.tv2-6/+35
2005-01-24Sync DESCR with reality -- python* is now build with thread support.recht1-2/+0
2005-01-23Build Python with thread support by default and turn the existingrecht4-114/+116
2004-12-30Honor LDFLAGS when building shared libraries on Linux. Previously,minskim2-5/+10
2004-12-20remove workaround for Darwin missing poll.h as a more correct fix isgrant1-4/+2
2004-12-19fix missed from previous: Darwin 7.x doesn't appear to want thegrant2-8/+20