perl: Bump PKG_RELEASE
authorMarcel Denia <redacted>
Wed, 26 Aug 2015 16:03:34 +0000 (18:03 +0200)
committerMarcel Denia <redacted>
Tue, 1 Sep 2015 07:23:25 +0000 (09:23 +0200)
Despite being just a packaging update, this update packs quite a few changes.

To start things off, we're finally passing perl's testsuite on at least
x86/musl. There are a lot of skipped tests left, as well as some oddities.
Nothing too heavy though. Making this happen was an ongoing effort since the
perl-5.20.1 release.
We still can't run module testsuites and I don't expect all target/libc
combinations to pass yet. So we'll leave test suite support marked as
experimental.

We've also switched from the old collection of target-specific configuration
files to a new, more flexible and easier-to-maintain system based on
perlconfig.pl. It'll generate a suitable configuration file using information
found in it's *.config files as well as command-line parameters passed.
See the POD and files/README.config for details.

Signed-off-by: Marcel Denia <redacted>
lang/perl/Makefile

index 529f95a29c9633c8b0f9e664f39191215cfc6e55..0dcf2012bef0e64fa0cbbf2a85182ad97b1a0496 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=perl
 PKG_VERSION:=5.22.0
-PKG_RELEASE:=0
+PKG_RELEASE:=2
 
 PKG_SOURCE_URL:=ftp://ftp.cpan.org/pub/CPAN/src/5.0 \
                http://www.cpan.org/src/5.0 \
git clone https://git.99rst.org/PROJECT