2013-12-14 19:59:55 by Benny Siegert | Files touched by this commit (2) |
Log message: The nullbytecert.pem is actually part of Python 2.7.6 so trying to patch it into existence fails on MirBSD. Remove the patch, which is no longer needed. |
2013-12-12 12:34:23 by Jonathan Perkin | Files touched by this commit (1) |
Log message: Search the SDK path on OSX, otherwise for Xcode 5 certain modules will not be built, due to the headers not being installed in /usr/include by default. |
2013-11-12 19:57:25 by Adam Ciarcinski | Files touched by this commit (8) |
Log message: Changes 2.7.6: This is a 2.7 series bugfix release. Most importantly, it resolves an issue that \ caused the interactive prompt to crash on OS X 10.9. It also includes numerous \ bugfixes over 2.7.5. |
2013-11-10 13:12:32 by OBATA Akio | Files touched by this commit (3) |
Log message: Fixes missing rpath in pkg-config file. Bump PKGREVISION. |
2013-10-15 22:46:41 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: PowerPC64 is a 64bit platform. |
2013-09-20 23:49:52 by Ryo ONODERA | Files touched by this commit (1) |
Log message: Bump PKGREVISION. * Pass /usr/bin/env interpreter check for more files, fix build on OmniOS. |
2013-09-13 15:18:20 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: don't set Mac OS X target version: stick to the current one |
2013-09-10 16:22:30 by Joerg Sonnenberger | Files touched by this commit (12) |
Log message: Always pass rpath argument with -Wl prefix, especially if clang is not called gcc. Bump revision. |
2013-08-18 15:42:14 by S.P.Zeidler | Files touched by this commit (7) |
Log message: patch for CVE-2013-4238 taken from http://hg.python.org/cpython/rev/bd2360476bdb |
2013-07-15 04:02:29 by Ryo ONODERA | Files touched by this commit (177) |
Log message: * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk". |