summaryrefslogtreecommitdiff
path: root/lang/python27
AgeCommit message (Expand)AuthorFilesLines
2013-12-14The nullbytecert.pem is actually part of Python 2.7.6 so trying to patch itbsiegert2-100/+1
2013-12-12Search the SDK path on OSX, otherwise for Xcode 5 certain modules will notjperkin1-1/+7
2013-11-12Changes 2.7.6:adam8-213/+60
2013-11-10Fixes missing rpath in pkg-config file.obache1-2/+4
2013-10-15PowerPC64 is a 64bit platform.joerg1-2/+2
2013-09-20Bump PKGREVISION.ryoon1-2/+3
2013-09-13don't set Mac OS X target version: stick to the current oneadam2-3/+13
2013-09-10Always pass rpath argument with -Wl prefix, especially if clang is not calledjoerg3-6/+18
2013-08-18patch for CVE-2013-4238 taken fromspz7-5/+291
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon1-2/+1
2013-05-27This is a 2.7 series bugfix release. It contains several regression fixes to ...adam4-11/+16
2013-05-19dylib entry not needed in PLIST.Darwinadam1-2/+1
2013-04-17Improve Cygwin support.obache8-3/+117
2013-04-17Add MKDIR_P to the configure env.sbd1-1/+2
2013-04-13Cygwin also require gmake to build.obache1-2/+2
2013-04-12Changes 2.7.4:adam15-308/+109
2013-02-08When using destdir, the clean stage isn't privileged.wiz1-1/+3
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-12-21Revert previous; Joerg says it breaks on clang. (It would be nice ifdholland2-14/+3
2012-12-16Use -Werror=format when checking HAVE_ATTRIBUTE_FORMAT_PARSETUPLE, sodholland2-3/+19
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
2012-08-14avoid POSIX semaphores on NetBSD -- at least on -current they causedrochner3-2/+18
2012-05-13fixes reverse condition usage of CHECK_BUILTIN.openssl.obache1-3/+3
2012-05-10"sys.platform is now always 'linux2' on Linux", so revert the linux3 handlingsbd2-6/+4
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
2012-04-13Changes 2.7.3:adam37-3293/+47
2012-03-27Fix build on OpenBSD-5.x, treat same as OpenBSD-4.[789].obache2-4/+13
2012-03-24Add a fix for the DoS vulnerability reported in CVE-2012-1150 takentron29-9/+3238
2012-03-16Pickup PLIST.Linux2 from python27 not python24 - fix build on at least RedHat...abs1-2/+2
2012-03-05python install different files on Linux-2.* and Linux-3.*sbd2-2/+6
2012-02-15apply fix for CVE-2012-0845 to other Python versions toodrochner3-3/+22
2012-01-18Revbump after updating db5adam1-1/+2
2011-12-16On SunOS, don't ever override _XOPEN_SOURCE if it is already set.hans2-1/+16
2011-11-08Change a unused variable referacne to a fixed string that I missed whensbd2-4/+4
2011-10-31Add a minor cleanup to my last commit.sbd2-9/+6
2011-10-31Improve the gdbm_compat handling by searching any ndbm.h found for thesbd2-24/+42
2011-10-29Revert last commit, and simple fix.obache3-20/+4
2011-10-29lang/python27: Fix pkg_delete errormarino3-5/+20
2011-10-18Deal with the fact that if /usr/include/ndbm.h exists on Linux it probablysbd2-6/+28
2011-09-30Make this build on Mac OS X Lion. Same issue as pkg/45389.yyamano4-1/+228
2011-09-16Add MirBSD support here, too, same as in python26.bsiegert4-13/+53
2011-09-16One again, fix for Clang and interger overflow, this time is should be correctadam3-15/+11
2011-09-14Fix compiling with Clang: Python's issue 11149adam2-8/+19
2011-06-13Update python27 to 2.7.2.obache11-138/+83
2011-05-06Fix build on (at least RHEL 5.6). Tested (and no change) on NetBSD 5.99.51abs2-18/+29
2011-04-23Correct path to Python interpreter in all ".py" files to fix buildtron1-5/+3
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2011-04-15comment out BUILDLINK_INCDIRS/BUILDLINK_LIBDIRS/BUILDLINK_TRANSFORMdrochner1-4/+4
2011-03-28fix a security issue, using patches from upstream:drochner4-2/+55