summaryrefslogtreecommitdiff
path: root/lang/perl5
AgeCommit message (Collapse)AuthorFilesLines
2010-12-29Fix some patterns (hint: do not mix {} and <>wiz1-6/+6
2010-12-26Pass CFLAGS and LDFLAGS, otherwise fails on Mac OS X with different SDKs.adam1-1/+3
2010-11-02Remove alpha hack. Not needed any longer; per Staffan Thoménwiz1-12/+1
<duck@shangtai.net> on tech-pkg.
2010-09-23Updating lang/perl5 from 5.12.2 to 5.12.2nb1sno5-3/+1006
pkgsrc changes: - updating bundled modules * threads from 1.75 to 1.78 * threads::shared from 1.32 to 1.33 * Math::BigInt from 1.89_01 to 1.95 (without test merges) Upstream changes of avove modules >>> threads <<< 1.78 Wed Sep 22 17:21:22 2010 - Handle missing signal handler in thread (threads bug #60460) 1.77 Fri Mar 26 13:36:33 2010 - Fix race condition in t/threads.t (threads bug #55633) 1.76 Tue Mar 9 14:02:43 EST 2010 - Handle magic on arg to ->object() (bug #73330) - Make ->object(threads->tid()) work like ->self() (bug #73330) - Noted memory consumption issue in POD - Added reusable thread pool example >>> threads::shared <<< 1.33 Tue Mar 9 14:03:47 EST 2010 - Handle shared object reference during global destruction - Document that changing array length via $#array doesn't work >>> Math::BigInt <<< 2010-09-03 v1.90 rafl * fix bnok() for k==0 and k==n-1 2010-09-10 v1.91 rafl * fix various documentation bugs 2010-09-10 v1.92 rafl * re-upload v1.91 with a fixed SIGNATURE 2010-09-13 v1.93 rafl * Depend on perl >= 5.6.2 * Remove obsolete core test directory boilerplate * Convert from Test to Test::More 2010-09-13 v1.94 rafl DEVELOPMENT RELEASE * Attempt to fix Math::BigInt::Lite failures 2010-09-14 v1.95 rafl * Re-upload v1.94 as a stable release
2010-09-09Updating lang/perl5 from 5.12.1nb2 to 5.12.2sno3-8/+8
Upstream changes: Incompatible Changes There are no changes intentionally incompatible with 5.12.1. If any exist, they are bugs and reports are welcome. Core Enhancements Other than the bug fixes listed below, there should be no user-visible changes to the core language in this release. Modules and Pragmata New Modules and Pragmata This release does not introduce any new modules or pragmata. Pragmata Changes In the previous release, no VERSION; statements triggered a bug which could cause feature bundles to be loaded and strict mode to be enabled unintentionally. Updated Modules Carp Upgraded from version 1.16 to 1.17. Carp now detects incomplete caller() overrides and avoids using bogus @DB::args. To provide backtraces, Carp relies on particular behaviour of the caller built-in. Carp now detects if other code has overridden this with an incomplete implementation, and modifies its backtrace accordingly. Previously incomplete overrides would cause incorrect values in backtraces (best case), or obscure fatal errors (worst case) This fixes certain cases of Bizarre copy of ARRAY caused by modules overriding caller() incorrectly. CPANPLUS A patch to cpanp-run-perl has been backported from CPANPLUS 0.9004. This resolves [perl #55964] and [perl #57106], both of which related to failures to install distributions that use Module::Install::DSL. File::Glob A regression which caused a failure to find CORE::GLOBAL::glob after loading File::Glob to crash has been fixed. Now, it correctly falls back to external globbing via pp_glob. File::Copy File::Copy::copy(FILE, DIR) is now documented. File::Spec Upgraded from version 3.31 to 3.31_01. Several portability fixes were made in File::Spec::VMS: a colon is now recognized as a delimiter in native filespecs; caret-escaped delimiters are recognized for better handling of extended filespecs; catpath() returns an empty directory rather than the current directory if the input directory name is empty; abs2rel() properly handles Unix-style input. Utility Changes * perlbug now always gives the reporter a chance to change the email address it guesses for them. * perlbug should no longer warn about uninitialized values when using the -d and -v options. Changes to Existing Documentation * The existing policy on backward-compatibility and deprecation has been added to perlpolicy, along with definitions of terms like deprecation. * "srand" in perlfunc's usage has been clarified. * The entry for "die" in perlfunc was reorganized to emphasize its role in the exception mechanism. * Perl's INSTALL file has been clarified to explicitly state that Perl requires a C89 compliant ANSI C Compiler. * IO::Socket's getsockopt() and setsockopt() have been documented. * alarm()'s inability to interrupt blocking IO on Windows has been documented. * Math::TrulyRandom hasn't been updated since 1996 and has been removed as a recommended solution for random number generation. * perlrun has been updated to clarify the behaviour of octal flags to perl. * To ease user confusion, $# and $*, two special variables that were removed in earlier versions of Perl have been documented. * The version of perlfaq shipped with the Perl core has been updated from the official FAQ version, which is now maintained in the briandfoy/perlfaq branch of the Perl repository at git://perl5.git.perl.org/perl.git. Installation and Configuration Improvements Configuration improvements * The d_u32align configuration probe on ARM has been fixed. Compilation improvements * An "incompatible operand types" error in ternary expressions when building with clang has been fixed. * Perl now skips setuid File::Copy tests on partitions it detects to be mounted as nosuid. Selected Bug Fixes * A possible segfault in the T_PRTOBJ default typemap has been fixed. * A possible memory leak when using caller() to set @DB::args has been fixed. * Several memory leaks when loading XS modules were fixed. * unpack() now handles scalar context correctly for %32H and %32u, fixing a potential crash. split() would crash because the third item on the stack wasn't the regular expression it expected. unpack("%2H", ...) would return both the unpacked result and the checksum on the stack, as would unpack("%2u", ...). [perl #73814] * Perl now avoids using memory after calling free() in pp_require when there are CODEREFs in @INC. * A bug that could cause "Unknown error" messages when "call_sv(code, G_EVAL)" is called from an XS destructor has been fixed. * The implementation of the open $fh, '>' \$buffer feature now supports get/set magic and thus tied buffers correctly. * The pp_getc, pp_tell, and pp_eof opcodes now make room on the stack for their return values in cases where no argument was passed in. * When matching unicode strings under some conditions inappropriate backtracking would result in a Malformed UTF-8 character (fatal) error. This should no longer occur. See [perl #75680] Platform Specific Notes AIX * README.aix has been updated with information about the XL C/C++ V11 compiler suite. Windows * When building Perl with the mingw64 x64 cross-compiler incpath, libpth, ldflags, lddlflags and ldflags_nolargefiles values in Config.pm and Config_heavy.pl were not previously not being set correctly because, with that compiler, the include and lib directories are not immediately below $(CCHOME). VMS * git_version.h is now installed on VMS. This was an oversight in v5.12.0 which caused some extensions to fail to build. * Several memory leaks in stat() have been fixed. * A memory leak in Perl_rename() due to a double allocation has been fixed. * A memory leak in vms_fid_to_name() (used by realpath() and realname()) has been fixed.
2010-09-05adding some CONFLICTS (modules which are newer in core)sno1-2/+10
2010-08-30Reinstate patch-ac, which is still needed for Perl 5.12.1.dsainty2-1/+20
We intentionally wire down the 'libswanted' list in the package Makefile, so don't let the hints file add new libraries that may be found outside Pkgsrc control. Fixes build on Gentoo and SuSE systems, and possibly other Linux systems too that might have stray -lgdbm_compat libraries lying around.
2010-08-27Bump package revision again after unnecessary "gawk" dependence was removed.tron1-2/+2
2010-08-27Don't require "gawk". This is false positive reported by "pkglint".tron1-3/+1
2010-08-27Updating lang/perl5 from 5.12.1 to 5.12.1nb1sno8-70/+99
pkgsrc changes: - preparing for databases/p5-gdbm (using Makefile.common) - supporting external access to perl install dirs (dirs.mk) - fixing some errors/warnings from pkglint - adding conflict to packages of CPAN modules which are in Perl5 code on the one hand and are broken with perl-5.10+ Bumping PKGREVISION (dependencies changed, rebuild highly recommended). Recursive rebuild is not required.
2010-08-21Improve Haiku Supportobache4-14/+40
* Make perl executable * Add rpath for linkage, to allow using libraries outside of default LIB_PATH. * Allow PREFIX != /boot/common (patch-cp)
2010-08-19Update perl from version 5.10.1nb2 to version 5.12.1.seb14-1018/+224
Pkgsrc changes: - Adjust some patches - Remove patches integrated upstream - Use Perl's "Policy.sh" framework (along the way remove some patches) - Link in an enterprise friendly way on HPUX - in buildlink3.mk bump minimum required pkgsrc Perl version to 5.12.0 - placate some pkglint warnings Upstream changes: - From version 5.12.1 announce This release contains minor bug fixes and updates of several core modules, as well as minor documentation updates. It should be fully backward compatible with Perl 5.12.0. - From version 5.12.0 announce: Perl 5.12.0 represents approximately two years of development since version 5.10.0 and contains over 750,000 lines of changes across over 3,000 files from over 200 authors and committers. [...] Notable changes in Perl 5.12 include: * Perl now conforms much more closely to the Unicode standard. Additionally, this release includes an upgrade to version 5.2 of the standard. * New experimental APIs allow developers to extend Perl with "pluggable" keywords and syntax. * Perl now has a better sense of time and will be able to keep accurate time well past the "Y2038" barrier. * New syntax allows developers to specify package version numbers directly in "package" statements * Perl now warns the user about the use of deprecated features by default. - For a complete list of changes see included perl5120delta(1) and perl5121delta(1) or http://perldoc.perl.org/perl5120delta.html and http://perldoc.perl.org/perl5121delta.html
2010-06-27fix CVE-2010-1168 and CVE-2010-1447 by updating Safe.pm to the current,spz3-3/+569
not-affected version
2010-05-09Fix issue with PLIST generation by not reading existing .packlist.morr1-2/+3
2010-04-01Resolve building problem on SunOS and SPARC.fhajny3-3/+21
Fix PR 40560
2010-03-21Reset maintainer, developer lost his commit bit.wiz2-4/+3
2010-02-14Use "PKG_PREFIX" if it is set and the compiled in path otherwise.tron1-4/+4
Based on a suggestion by Steven Drake.
2010-02-03Don't use "${PKG_PREFIX}" which is not set when this script gets run.tron1-4/+4
This avoids error messages from "perllink" while deinstalling (or updateing) a Perl module package. Fixed based on an analysis provided by Steven Drake on "tech-pkg".
2010-01-31Reviewed patch from pkg/42709 and apply it.sno1-1/+2
2010-01-16Adding support to install via bundled Module::Install by allowingsno1-2/+17
PERL5_MODULE_TYPE set to Module::Install::Bundled.
2009-12-22We intentionally wire down the 'libswanted' list in the package Makefile, sodsainty2-1/+20
don't let the hints file add new libraries that may be found outside Pkgsrc control. Fixes build on Gentoo system, and possibly other Linux systems too that might have stray -lgdbm_compat libraries lying around. This reverts hints/linux.sh to look more like it did in 5.10.0.
2009-12-14Fix fetch: adjust MASTER_SITES to CPAN's src/5.0/ directory.seb1-2/+2
2009-12-14Update perl from version 5.10.0nb6 to version 5.10.1.seb16-277/+81
Pkgsrc changes: - Adjust some patches - Remove patches integrated upstream Upstream changes: "5.10.1 is a maintenance release for perl 5.10, incorporating various minor bugfixes and optimisations." Nonetheless some incompatibles changes are noteworthy and are related to: - flip-flop and defined-or operators behavior in switch statement - type-based dispatch and overloading of the smart match operator - 'use feature :5.10*' semantics - Perl development switched to git - internal structure of the ext/ perl source directory changed - removal of the modules Test::Harness::Straps, ExtUtils::MakeMaker::bytes and ExtUtils::MakeMaker::vmsish - the Module::CoreList module no longer contains the %:patchlevel hash - a bugfix related to the handling of the /m modifier and qr resulted in a change of behaviour between 5.8.x and 5.10.0 (this was missing from perl 5.10.0 perldelta). For a complete list of changes see included perl5101delta(1) or http://perldoc.perl.org/perl5101delta.html
2009-10-23Drop MAKE_JOBS_SAFE=no. Was updated a while back; MAKE_JOBS=16 works.tnn1-2/+1
2009-10-13Fix thread library detection on DragonFly. From corecode via PR 42170.hasso2-1/+75
2009-07-24Patch (from latest PathTools) to fix build failure on systems whereschmonz2-1/+17
$HOME's parent directory isn't readable by an unprivileged user. Tested on Linux with unprivileged pkgsrc (DreamHost, where the problem was encountered) and on Mac OS X with a more typical setup.
2009-07-17adjust PERL5_LICENSE - enable both valid licensessno1-2/+2
2009-07-17allow dependent modules check build options of perl5sno1-1/+4
2009-06-18Remove @unexec ${RMDIR} generating code that is now unnecessary with latestwiz1-9/+2
pkg_install.
2009-06-11Adding patch to allow nearly all CPAN modules can use the license ofsno2-2/+16
installed perl
2009-06-11- enabling some tuning options to control 64-bit usage of built perlsno2-27/+93
- add support for Module::Install Oked by joerg@
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-2/+2
block). Uncomment some commented out LICENSE lines while here.
2009-05-16cleanup: replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig2-5/+5
2009-05-02Adding patch from perl-5.10.1 upstream to fix "Unkown error bug" describedsno3-3/+48
in http://rt.perl.org/rt3/Public/Bug/Display.html?id=49472 Bumping PKGREVISION
2009-05-02Apply a patch to fix the broken build reported in PR pkg/41240sno2-1/+19
2009-03-21Fix PR pkg/40944 by using the Module::Build from Perl's Core as default.sno1-2/+2
Oked by tron@ and he@
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-11Add missing \ in multiline variable assignments. Only affects AIX.joerg1-3/+3
2009-01-29Add RCS Id.wiz2-2/+4
2009-01-29Fix patch.joerg1-1/+1
2009-01-18merge upstream commit b376053de54af4268a31e5a60d1f9e57db30af11:tnn3-5/+14
[perl #49003] pp_ftrread appears to use the wrong access mode for -x when using "use filetest 'access';" Bump PKGREVISION. Noted by Leo R. Lundgren.
2008-12-27Fix subst pattern to create parsable entry for XLC's cpp.joerg1-3/+3
2008-12-21Further refine AIX support.joerg1-4/+22
2008-12-20Improve AIX support to the point that dynamic modules work. Bumpjoerg4-12/+24
revision. In collaboration with Jens Rehsack.
2008-12-08Add fixes for CVE-2008-2827 and CVE-2008-5302 from CPAN respectivelytron3-3/+50
Debian. While there also fix two check interpreter warnings.
2008-12-08added fix for bug perl #57458 (relevant to FreeBSD 7.X)schwarz2-6/+19
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++rillig3-3/+18
2008-10-19Add BUILDLINK_API_DEPENDS.perl+= perl<5.12.0 together with a commenthe1-1/+5
explaining that this should prevent a repeat of the current problem where binary perl packages built for 5.8.8 can be installed together with perl 5.10.0 without any warning/error. By the perl numbering scheme, perl 5.12.0 will be the next maintenance version which installs modules in a different path than what's used for 5.10.0. The contents of perl itself doesn't change as a result of this change, so no revision bump, but a revision bump for all packages which depend directly on perl is forthcoming, as a workaround for the 5.8.8 -> 5.10.0 transition.
2008-10-19Remove some extraneous quoting which makes this package not buildhe1-2/+2
on Linux under certain circumstances. Does not change the contents of the package for other platforms, so no revision bump.