summaryrefslogtreecommitdiff
path: root/lang/perl5/Makefile
AgeCommit message (Expand)AuthorFilesLines
2008-12-08Add fixes for CVE-2008-2827 and CVE-2008-5302 from CPAN respectivelytron1-2/+4
2008-11-14Add rpath entries for XCOFF/AIX as well. Tested by Jens Rehsack.joerg1-2/+2
2008-10-21Fixed a memory leak in the qr operator. PKGREVISION++rillig1-2/+2
2008-10-19Remove some extraneous quoting which makes this package not buildhe1-2/+2
2008-10-16Adjust PERL5_REQD from 5.8.7 to 5.10.0, so as to prevent attemptshe1-1/+2
2008-10-11WRKDIR's basename can be anything hence be a bit more genericseb1-2/+2
2008-10-10Update perl5 from version 5.8.8nb8 to 5.10.0.he1-4/+21
2008-06-01Apply a patch from Debian to fix the security vulnerability identifiedhe1-2/+2
2008-02-19Don't pass ABI flags on IRIX, compiler.mk already handles this throughtnn1-4/+2
2008-02-09A nasty side effect of using TOOLS_SED here is that perl will try totnn1-1/+2
2008-01-08bump PKGREVISION for previous change to patch-ah.apb1-2/+2
2007-12-22Set LIBSWANTED for Linux as suggested by jlam in PR 31088.minskim1-1/+2
2007-11-19Bump PKGREVISION because of the mk/tools/perl.mk changes. There wasminskim1-2/+2
2007-11-18For the moment disable the building of a shared libperl.dylib on Darwinadrianp1-2/+11
2007-11-11Added commented-out LICENSE=something.martti1-1/+2
2007-11-06add a patch from Redhat bugzilla #323571 to fix CVE-2007-5116:drochner1-2/+2
2007-09-06Don't assume any pre-installed perl5. This is necessary for pbulk buildsrillig1-1/+2
2007-02-06Commit the patch from PR pkg/35319 which should fix perl compilation ondmcmahill1-2/+2
2007-01-19This package is not MAKE_JOBS_SAFE.rillig1-1/+2
2007-01-08ABI is usually undefined, so a defined() check is needed.rillig1-2/+2
2006-11-03Further improve packlist logic to handle DESTDIR for Perl modulesjoerg1-1/+2
2006-11-03DESTDIR support. Slightly refactor Perl build to avoid calling the newlyjoerg1-22/+21
2006-10-01Added a debugging option to the package (disabled by default).rillig1-2/+6
2006-07-19Consistently use $perlprog to refer to the perl executable in thejlam1-2/+2
2006-05-06GCC versions prior to 3.4 have a bug handling the "unused" attributejlam1-2/+2
2006-04-11Put any compiled binaries into vendor- and site-specific locations tojlam1-1/+9
2006-04-09Ensure that perl uses /bin/sh (or the appropriate functional equivalent)jlam1-1/+2
2006-04-09Update lang/perl5 to 5.8.8. Changes from version 5.8.7 include:jlam1-41/+26
2006-01-19Use SUBST framework instead of FILES_SUBST_SED.joerg1-5/+8
2006-01-15Restore binary compatibility with previous versions of perl-5.8.x thatjlam1-10/+11
2006-01-13Use the vendor-supplied set of fixes for the following security advisories:jlam1-2/+22
2006-01-13Finish removing extraneous code only useful for snapshots missed in thejlam1-8/+4
2006-01-13Remove snapshot and release-candidate code since they're outdated and arejlam1-24/+2
2005-12-30Ensure that the hints files are always writable before modifying them.jlam1-1/+4
2005-12-29Perl has no dependencies, so force patch the Configure script to makejlam1-12/+3
2005-12-22Tell the Configure script the correct LDFLAGS needed to link threadedjlam1-14/+35
2005-12-18Fix for Perl format string vulnerability noted in CVE-2005-3962:jlam1-2/+2
2005-12-17Change my MAINTAINER email address to the one I've been using forjlam1-2/+2
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
2005-10-19Split out the packlist-handling code from modules.mk into a separatejlam1-27/+15
2005-10-10Bump revision since the linking changed on DragonFly. Suggested byjoerg1-2/+2
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz1-2/+1
2005-08-22Set LIBSWANTED and SYSLIBPATH for DragonFly.reed1-1/+3
2005-08-18Remove the empty $sitearch directory even if it's outside of ${PREFIX} --jlam1-6/+2
2005-08-12Restore perllocal.pod-generating behavior of ExtUtils::MakeMakerjlam1-4/+4
2005-08-08Alter the configuration so that:jlam1-5/+16
2005-08-07Fix an error in ExtUtils::MakeMaker that didn't output the definitionsjlam1-2/+2
2005-08-06Update lang/perl5 to 5.8.7. Changes from version 5.8.6 include updatesjlam1-88/+143
2005-07-13sort out 32- and 64bit flags for IRIXjschauma1-2/+6
2005-06-30Use "test -h", instead of "test", to test symlinks. This should haveminskim1-3/+3