/lang/lua50/

-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/perl5.10
Commit message (Expand)AuthorAgeFilesLines
* Fix a possible buffer overflow with ASCII regexes that really aretobez2007-11-072-0/+96
* Remove support for OSVERSION < 5edwin2007-10-041-3/+0
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-0/+7
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1
* Filter out <command-line> from preprocessor output in makedepend.SHkan2007-05-031-0/+10
* 1. Fix breakage due to incorrect objformat-related change.tobez2007-02-202-9/+12
* Default to elf instead of a.out.kris2007-01-291-13/+28
* Add support for DESTDIR part I.erwin2006-08-041-1/+1
* Fix rebuild-xs target. No PORTREVISION bump since plist is nottobez2006-02-211-1/+1
* Upgrade to 5.8.8.tobez2006-02-219-114/+94
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-176/+176
* Move path to BSDPAN ahead of the path to site_perl. This makes BSDPANtobez2005-12-222-12/+10
* Patch for CVE-2005-3962 (fixes for sprintf formatting issues).tobez2005-12-192-1/+8
* Don't use "." in MASTER_SITE_SUBDIR; it only applies to URLs withfenner2005-10-101-1/+1
* Fix PATCH_SITESskv2005-06-281-1/+1
* Upgrade to 5.8.7. In addition:tobez2005-06-2410-93/+767
* Fix LATEST_LINK issues.tobez2005-05-031-1/+1
* If one of locale-related variables set to a bad value in the user'stobez2005-02-141-0/+5
* Fix vulnerability in suidperl/sperl [CAN-2005-0155].tobez2005-02-023-1/+36
* Update bsd.port.mk's notion of the perl version (to 5.8.6) [1].tobez2005-02-022-3/+5
* Update to 5.8.6. Also:tobez2005-02-019-172/+356
* - Create PREFIX/SITE_PERL/PERL_ARCH/auto dirrectory on installsem2004-11-251-1/+1
* Update to 5.8.5.tobez2004-07-305-337/+434
* Add a knob WITHOUT_PERL_64BITINT. This is primarily intended for thosetobez2004-07-251-1/+5
* 1. Update to 5.8.4.tobez2004-05-317-139/+576
* SIZEify (maintainer timeout)trevor2004-03-311-0/+2
* Respect OSVERSION in the pkg-install script. This allows package buildingmarcus2004-03-061-3/+7
* Fix the perl builds.obrien2004-03-011-5/+3
* Fix "pkg_add -r perl" for 5.2-CURRENT (and later). This will now installobrien2004-03-011-2/+4
* This fixes a little bug introduced in r1.8.philip2004-02-192-2/+2
* Set PKGMESSAGE to a bogus file on recent versions of -CURRENT where Perl 5.8marcus2004-02-051-0/+4
* Run use.perl port by default from the port as well as the package.marcus2004-02-051-0/+4
* Update the pkg-install script to run use.perl port after install on recentmarcus2004-02-052-1/+10
* Check /usr/bin/perl5 existence before using "ident -q /usr/bin/perl5".kuriyama2004-01-202-2/+2
* This fixes plist problem for people unlucky enough to have atobez2003-11-261-1/+2
* In some cases of weird symlinking (possibly triggered by portupgrade),tobez2003-11-122-3/+8
* Update forgotten distinfo.tobez2003-11-111-1/+1
* 1. Update to 5.8.2.tobez2003-11-112-7/+6
* Under certain conditions (perl Makefile.PL used directly or by proxy,tobez2003-10-292-1/+11
* Fix the workings of ENABLE_SUIDPERL knob.tobez2003-10-292-1/+3
* Update to 5.8.1.tobez2003-10-2815-1202/+1015
* utilize SITE_PERLijliao2003-10-241-6/+6
* Add a patch to properly escape generated action attribute intobez2003-09-302-1/+16
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1
* Fix a bug which goes unnoticed on all platforms but leads to atobez2003-07-142-1/+32
* Respect global CC settings.sobomax2003-04-281-0/+1
* Under certain conditions, perl's configure script could pick a directorytobez2003-04-241-1/+2
* Patch Safe.pm (seetobez2003-04-212-1/+84
* Add a new `WITH_THREADS' option to build perl with support for threads andsobomax2003-04-012-2/+20
* Clear moonlight beckons.ade2003-03-072-1/+1
* chase gdbm lib versionijliao2003-01-031-1/+1
* Make port's Configure correctly detect crypt(3). Bump PORTREVISION.tobez2002-12-112-4/+16
* o Make perl -MConfig -e 'use lib $Config{installsitelib}' worktobez2002-08-212-1/+46
* Merge from lang/perl5:tobez2002-07-282-3/+24
* Modify BSDPAN to make INSTALLSITEMAN1DIR and INSTALLSITEMAN3DIR be equaltobez2002-07-232-2/+4
* Update to 5.8.0 (after repocopy).tobez2002-07-228-859/+1339
* 1. Merge from src/contrib/perl5/lib/ExtUtils/Attic/Install.pm rev. 1.2:tobez2002-07-113-6/+14
* During deinstallation, for *.ph files, replace find | xargs rm withtobez2002-06-161-1/+1
* Fix manpath.config patching in case there is no system perl manpathtobez2002-06-161-4/+11
* 1. Do not do rm -rf as a mean to deinstall this port. Instead, aparttobez2002-06-164-4/+123
* Bump PORTREVISION to take the new version of use.perl into account.dougb2002-06-091-1/+1
* Update to better handle life as it is now in -current.dougb2002-06-091-9/+26
* Put SITEARCH and SITELIB paths in front of ARCHLIB and PRIVLIB in thetobez2002-06-039-8/+87
* Use a cleaner, documented way to obtain the path of BSDPAN. This fixestobez2002-05-242-3/+4
* Make make depend to work with the new gcc (the new preprocessor outputstobez2002-05-211-0/+13
* 1. Speed up the fetch stage by using groups of MASTER_SITES.tobez2002-05-202-10/+11
* Unforbid the port for the use of general FreeBSD public.tobez2001-12-207-16/+142
* Make this port do the same thing whether databases/gdbm is installed ortobez2001-08-202-6/+3
* Fix wrong directory name.tobez2001-06-301-1/+1
* Take over maintainership.tobez2001-06-131-1/+1