2013-05-27 18:24:00 by Adam Ciarcinski | Files touched by this commit (4) |
Log message: This is a 2.7 series bugfix release. It contains several regression fixes to \ 2.7.4. Modules with regressions fixed include zipfile, gzip, and logging. |
2013-05-19 22:37:14 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: dylib entry not needed in PLIST.Darwin |
2013-04-17 15:21:05 by OBATA Akio | Files touched by this commit (8) |
Log message: Improve Cygwin support. |
2013-04-17 12:00:57 by Steven Drake | Files touched by this commit (1) |
Log message: Add MKDIR_P to the configure env. |
2013-04-13 14:55:53 by OBATA Akio | Files touched by this commit (1) |
Log message: Cygwin also require gmake to build. |
2013-04-12 11:03:41 by Adam Ciarcinski | Files touched by this commit (15) |
Log message: Changes 2.7.4: This is a 2.7 series bugfix release. It includes hundreds of bugfixes over 2.7.3. |
2013-02-08 13:23:25 by Thomas Klausner | Files touched by this commit (2) |
Log message: When using destdir, the clean stage isn't privileged. |
2013-02-07 00:24:19 by Jonathan Perkin | Files touched by this commit (1351) | |
Log message: PKGREVISION bumps for the security/openssl 1.0.1d update. |
2012-12-21 21:26:42 by David A. Holland | Files touched by this commit (2) |
Log message: Revert previous; Joerg says it breaks on clang. (It would be nice if clang didn't masquerade as gcc and then turn out to be incompatible.) Reopens PR 47342, but I'll deal. |
2012-12-17 00:22:29 by David A. Holland | Files touched by this commit (2) |
Log message: Use -Werror=format when checking HAVE_ATTRIBUTE_FORMAT_PARSETUPLE, so injecting -Wall -Wno-error does not cause the test to produce the wrong answer. (If it does, the wrong information is installed in /usr/include, and ultimately provokes PR 47342.) |