Age | Commit message (Expand) | Author | Files | Lines |
2015-06-24 | Remove reference to file no longer part of the perl distribution. | he | 1 | -3/+2 |
2015-06-05 | Add support for Bitrig | sevan | 1 | -1/+3 |
2014-11-22 | Replace perl interpreter in one more file. | wiz | 1 | -1/+2 |
2014-11-22 | Remove path to non-existing file, and fix path to existing one. | wiz | 1 | -3/+2 |
2014-10-01 | Perl 5.20.1 has been released, this is the latest stable version of Perl. | adam | 1 | -2/+1 |
2014-09-29 | Minimally invasive fix for CVE-2014-4330, also known as | spz | 1 | -2/+2 |
2014-07-05 | Use bash on SunOS, as pdksh (at least on x86_64) has issues for the moment. | richard | 1 | -1/+6 |
2014-06-08 | Don't try to extract the library search path from gcc/clang. It will | joerg | 1 | -1/+2 |
2014-06-07 | -lnetwork is wanted for Haiku. | obache | 1 | -1/+2 |
2014-06-07 | Due to directory style layout change, Haiku's SYSLIBPATH may not be | obache | 1 | -3/+2 |
2014-06-02 | Note CGI core module is older for www/p5-CGI-Fast. | obache | 1 | -1/+2 |
2014-05-31 | core contains experimental-0.007 | obache | 1 | -1/+2 |
2014-05-31 | clean up "older for" notation. | obache | 1 | -8/+1 |
2014-05-30 | Update CONFLICTS lines and add a SUPERSEDES line for p5-experimental. | wiz | 1 | -60/+59 |
2014-05-29 | Changes 5.20.0: | adam | 1 | -7/+6 |
2014-05-10 | revbump perl after update | richard | 1 | -2/+2 |
2014-03-14 | Fix build under SCO OpenServer 5.0.7/3.2 | ryoon | 1 | -1/+3 |
2014-03-13 | Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do | jperkin | 1 | -1/+4 |
2014-01-31 | pkg/48500: add a hack on NetBSD/alpha to add the gcc compiler flag | schnoebe | 1 | -1/+2 |
2014-01-24 | Fix OpenBSD 5.3 build and supress warning under OpenBSD 5.4 | ryoon | 1 | -1/+3 |
2014-01-13 | Changes 5.18.2: | adam | 1 | -2/+1 |
2013-12-09 | Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. | obache | 1 | -5/+13 |
2013-11-22 | Mark p5-* packages older than CORE module one as CONFLICTS. | obache | 1 | -16/+83 |
2013-11-13 | Don't include -Wl,--whole-archive in the default LDFLAGS on NetBSD. | joerg | 1 | -2/+2 |
2013-11-01 | Disable -fstack-protector on SunOS, it causes more trouble than its worth. | jperkin | 1 | -2/+2 |
2013-09-11 | Ensure -lssp is added to $lddlflags on SunOS when using -fstack-protector, | jperkin | 1 | -1/+2 |
2013-08-31 | Changes 5.18.1: | adam | 1 | -2/+1 |
2013-07-26 | Fix build under GNU/kFreeBSD. | ryoon | 1 | -1/+2 |
2013-07-18 | Fix netbsd hints: | wiz | 1 | -2/+2 |
2013-07-15 | Revert unintentional change to Makefile. | ryoon | 1 | -2/+1 |
2013-07-15 | Fix build on FreeBSD/amd64 9.1-RELEASE. | ryoon | 1 | -1/+2 |
2013-06-17 | Add patch from upstream git to try fixing test failures on 32bit NetBSD. | wiz | 1 | -1/+2 |
2013-06-17 | No reason to mark as CONFLICTS with p5-Locale-Maketext-1.[0-9]*{,nb*}, | obache | 1 | -2/+2 |
2013-06-06 | Change the way we fix up $rm_try to avoid a tools directory reference. | jperkin | 1 | -9/+8 |
2013-05-31 | We are excited to announce perl v5.18.0, the first stable release of version | adam | 1 | -4/+7 |
2013-04-23 | prevent to use C++ as default linker for Cygwin. | obache | 1 | -8/+2 |
2013-04-03 | Changes 5.16.3: | adam | 1 | -2/+1 |
2013-03-08 | add patch for CVE-2013-1667 from: | tez | 1 | -2/+2 |
2013-02-28 | tell library related staffs for Cygwin. | obache | 1 | -1/+3 |
2013-02-28 | also use gmake for Cygwin. | obache | 1 | -2/+3 |
2013-02-27 | ld='g++' in hints/cygwin.sh, c++ is required on Cygwin. | obache | 1 | -1/+8 |
2013-01-17 | Work around a NULL dereference (bug report was submitted upstream) | manu | 1 | -2/+2 |
2013-01-03 | Don't hardwire /usr/pkg; use $PREFIX instead. This fixes various | dholland | 1 | -2/+2 |
2012-12-12 | patch SA51498 from the git repo | spz | 1 | -1/+2 |
2012-11-07 | Set ccflags and ldflags in Policy.sh instead of with CONFIGURE_ARGS. | sbd | 1 | -3/+2 |
2012-11-07 | Move XCOFF special handling to Policy.sh. | sbd | 1 | -1/+3 |
2012-11-02 | Remove the addition on ${LOCALBASE}/lib rpath to ldflags as this is already | sbd | 1 | -13/+1 |
2012-11-02 | Move options from Makefile to options.mk and remove a duplicate .include of | sbd | 1 | -93/+2 |
2012-11-02 | Move a hack from the Makefile to hacks.mk | sbd | 1 | -12/+1 |
2012-11-02 | Tidy-up the perl5-post-install commands. | sbd | 1 | -8/+11 |