2005-11-14 23:53:09 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message: When linking against libpython, the dependencies of libpython might be needed as well. This is especially the case when lib/pythonXconfig/Makefile is used as done e.g. www/ap2-python. |
2005-10-23 22:05:33 by Roland Illig | Files touched by this commit (4) |
Log message: Added a @comment line to PLIST.Darwin. Removed trailing empty lines from patch-af and patch-bb. |
2005-10-01 21:36:01 by Marc Recht | Files touched by this commit (10) |
Log message: Add a patch for CAN-2005-2491 (uffer overflow vulnerability in the PCRE library) from ubuntu Linux (via gentoo). For details see: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2491 Bump PKGREVISION's. |
2005-09-21 11:39:27 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Allow Python 2.3 to build dynamic modules on DragonFly. |
2005-07-29 15:27:27 by Matthias Drochner | Files touched by this commit (10) |
Log message: make the fcntl selftest recognize "netbsd3" so that the right structure padding is used not application relevant, so I abstain from bumping PKGREVISION |
2005-07-03 21:49:06 by Marc Recht | Files touched by this commit (5) |
Log message: Add devel/gettext-lib as dependency to avoid problems with the locale module not \ being built. - fix suggested by Simon Kuhn in PR 29735 Add a patch from Antoine Reilles submitted in PR 30466 to fix the buid of some \ modules on OS X 10.4. Bump PKGREVISION |
2005-06-30 05:38:22 by Min Sik Kim | Files touched by this commit (2) |
Log message: Backport from Python-2.4 a configure condition that prevents _POSIX_C_SOURCE from being defined on Darwin-8.x. This makes the package build on Darwin-8.x. |
2005-06-16 14:44:34 by Kouichirou Hiratsuka | Files touched by this commit (2) |
Log message: Add missing RCS Id tag to patch-dc. |
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message: Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. |
2005-03-07 13:11:49 by Dan McMahill | Files touched by this commit (2) |
Log message: add LDFLAGS when linking libpython. Needed to find -ldb4 |