summaryrefslogtreecommitdiff
path: root/lang/perl5
AgeCommit message (Expand)AuthorFilesLines
2007-11-07Pullup ticket 2222 - requested by drochnerghen3-3/+65
2007-09-06Don't assume any pre-installed perl5. This is necessary for pbulk buildsrillig1-1/+2
2007-08-04A subtle change introduced in gcc-4.2.x broke perl's makedepend script.tnn2-4/+12
2007-05-26Enable installation to DESTDIR for all packages based on Module::Build.heinz1-2/+7
2007-04-21patch-cn: hpux: don't use absolute path to ld(1)tnn2-1/+24
2007-04-21The error messages on AIX are weird, but maybe someone understands them.rillig1-1/+2
2007-02-06Commit the patch from PR pkg/35319 which should fix perl compilation ondmcmahill3-3/+46
2007-01-19This package is not MAKE_JOBS_SAFE.rillig1-1/+2
2007-01-15Oops, forgot to add a default value for PERL5_USE_PACKLIST and to testrillig1-1/+2
2007-01-15Added a new variable PERL5_USE_PACKLIST that decides whether the Perlrillig1-1/+10
2007-01-08ABI is usually undefined, so a defined() check is needed.rillig1-2/+2
2006-12-12Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.joerg1-2/+2
2006-11-03Further improve packlist logic to handle DESTDIR for Perl modulesjoerg2-5/+24
2006-11-03DESTDIR support. Slightly refactor Perl build to avoid calling the newlyjoerg4-28/+41
2006-10-08Remove extraneous interix change from patch-cb.ben2-11/+7
2006-10-04PERL5_CONFIGURE_DIRS may now contain directory names relative torillig1-9/+13
2006-10-04Only do the build and test actions when NO_BUILD does not prevent them.rillig1-6/+8
2006-10-01Added a debugging option to the package (disabled by default).rillig1-2/+6
2006-08-08Remove changes added by Perl's configure script. Problem pointed outtron2-20/+4
2006-08-08Make this build under NetBSD 4.x.tron2-6/+22
2006-07-19Consistently use $perlprog to refer to the perl executable in thejlam2-4/+4
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
2006-07-02Added a patch for t/io/fs.t, which handles filesystems that are mountedrillig2-1/+25
2006-06-15Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as perjlam2-5/+5
2006-06-09Fixed pkglint warnings.rillig1-12/+13
2006-06-09bsd.prefs.mk only needs to be included once.rillig1-3/+2
2006-05-06GCC versions prior to 3.4 have a bug handling the "unused" attributejlam4-3/+64
2006-05-02Error out if the packlist isn't specified correctly, so we don't pretendjlam1-1/+5
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:jlam19-271/+217
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam2-5/+5
2006-03-09Make perl5 modules build with pthread library from pkgsrc.itohy1-1/+3
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:jlam3-20/+29
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 makejlam3-15/+15
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam2-4/+2
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:jlam3-3/+21
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-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
2005-10-19Teach pkgsrc to modify the installed .packlist files so that if MANZ isjlam1-1/+34
2005-10-19Split out the packlist-handling code from modules.mk into a separatejlam3-68/+83