Age | Commit message (Expand) | Author | Files | Lines |
2008-10-16 | Adjust PERL5_REQD from 5.8.7 to 5.10.0, so as to prevent attempts | he | 2 | -3/+4 |
2008-10-11 | Remove patch that tries to create "hints/dragonfly.sh" which is now part | tron | 2 | -112/+1 |
2008-10-11 | WRKDIR's basename can be anything hence be a bit more generic | seb | 1 | -2/+2 |
2008-10-10 | Update perl5 from version 5.8.8nb8 to 5.10.0. | he | 30 | -769/+190 |
2008-07-30 | Don't try to use objformat on FreeBSD 7.0 and newer. | ahoka | 2 | -1/+30 |
2008-06-01 | Apply a patch from Debian to fix the security vulnerability identified | he | 9 | -58/+286 |
2008-04-28 | Add missing single quote. Fixes build on -current. | wiz | 2 | -3/+12 |
2008-02-19 | Don't pass ABI flags on IRIX, compiler.mk already handles this through | tnn | 1 | -4/+2 |
2008-02-09 | A nasty side effect of using TOOLS_SED here is that perl will try to | tnn | 1 | -1/+2 |
2008-01-29 | Rewrote vars.mk so that perl is only invoked once, as opposed to once | tnn | 1 | -16/+10 |
2008-01-13 | Appease pkglint^Wrillig and add a note for patch-as. | joerg | 2 | -3/+6 |
2008-01-12 | Fix build on newer Linux systems. | joerg | 2 | -1/+16 |
2008-01-08 | bump PKGREVISION for previous change to patch-ah. | apb | 1 | -2/+2 |
2008-01-08 | NetBSD's /proc/${pid}/exe is sometimes a symlink to "/" instead of to the | apb | 2 | -6/+18 |
2007-12-22 | Set LIBSWANTED for Linux as suggested by jlam in PR 31088. | minskim | 1 | -1/+2 |
2007-11-21 | Properly fix the problem that 1.40 addressed. PERL5_REQD should be | minskim | 1 | -4/+4 |
2007-11-21 | Back out 1.37 as it breaks PERL5_REQD (e.g. show-depends in | joerg | 1 | -1/+3 |
2007-11-21 | Need to include vars.mk for ${PERL5_SUB_INSTALLARCHLIB}. | obache | 1 | -1/+2 |
2007-11-19 | When buildlinking perl, set PERL5 to pkgsrc perl, not the one selected | minskim | 1 | -1/+5 |
2007-11-19 | Bump PKGREVISION because of the mk/tools/perl.mk changes. There was | minskim | 1 | -2/+2 |
2007-11-18 | If perl is buildlinked, used perl in ${BUILDLINK_PREFIX.perl} and | minskim | 2 | -6/+4 |
2007-11-18 | For the moment disable the building of a shared libperl.dylib on Darwin | adrianp | 1 | -2/+11 |
2007-11-11 | Added commented-out LICENSE=something. | martti | 1 | -1/+2 |
2007-11-06 | add a patch from Redhat bugzilla #323571 to fix CVE-2007-5116: | drochner | 3 | -3/+65 |
2007-09-06 | Don't assume any pre-installed perl5. This is necessary for pbulk builds | rillig | 1 | -1/+2 |
2007-08-04 | A subtle change introduced in gcc-4.2.x broke perl's makedepend script. | tnn | 2 | -4/+12 |
2007-05-26 | Enable installation to DESTDIR for all packages based on Module::Build. | heinz | 1 | -2/+7 |
2007-04-21 | patch-cn: hpux: don't use absolute path to ld(1) | tnn | 2 | -1/+24 |
2007-04-21 | The error messages on AIX are weird, but maybe someone understands them. | rillig | 1 | -1/+2 |
2007-02-06 | Commit the patch from PR pkg/35319 which should fix perl compilation on | dmcmahill | 3 | -3/+46 |
2007-01-19 | This package is not MAKE_JOBS_SAFE. | rillig | 1 | -1/+2 |
2007-01-15 | Oops, forgot to add a default value for PERL5_USE_PACKLIST and to test | rillig | 1 | -1/+2 |
2007-01-15 | Added a new variable PERL5_USE_PACKLIST that decides whether the Perl | rillig | 1 | -1/+10 |
2007-01-08 | ABI is usually undefined, so a defined() check is needed. | rillig | 1 | -2/+2 |
2006-12-12 | Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. | joerg | 1 | -2/+2 |
2006-11-03 | Further improve packlist logic to handle DESTDIR for Perl modules | joerg | 2 | -5/+24 |
2006-11-03 | DESTDIR support. Slightly refactor Perl build to avoid calling the newly | joerg | 4 | -28/+41 |
2006-10-08 | Remove extraneous interix change from patch-cb. | ben | 2 | -11/+7 |
2006-10-04 | PERL5_CONFIGURE_DIRS may now contain directory names relative to | rillig | 1 | -9/+13 |
2006-10-04 | Only do the build and test actions when NO_BUILD does not prevent them. | rillig | 1 | -6/+8 |
2006-10-01 | Added a debugging option to the package (disabled by default). | rillig | 1 | -2/+6 |
2006-08-08 | Remove changes added by Perl's configure script. Problem pointed out | tron | 2 | -20/+4 |
2006-08-08 | Make this build under NetBSD 4.x. | tron | 2 | -6/+22 |
2006-07-19 | Consistently use $perlprog to refer to the perl executable in the | jlam | 2 | -4/+4 |
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 1 | -2/+2 |
2006-07-08 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 1 | -1/+2 |
2006-07-02 | Added a patch for t/io/fs.t, which handles filesystems that are mounted | rillig | 2 | -1/+25 |
2006-06-15 | Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as per | jlam | 2 | -5/+5 |
2006-06-09 | Fixed pkglint warnings. | rillig | 1 | -12/+13 |
2006-06-09 | bsd.prefs.mk only needs to be included once. | rillig | 1 | -3/+2 |