From 76fc4757ac91ac7947a01fb7b53dddf9a78a01d1 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 4 Nov 2013 17:08:47 +0000 Subject: Slackware 14.1 Mon Nov 4 17:08:47 UTC 2013 Slackware 14.1 x86_64 stable is released! It's been another interesting release cycle here at Slackware bringing new features like support for UEFI machines, updated compilers and development tools, the switch from MySQL to MariaDB, and many more improvements throughout the system. Thanks to the team, the upstream developers, the dedicated Slackware community, and everyone else who pitched in to help make this release a reality. The ISOs are off to be replicated, a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD. Please consider supporting the Slackware project by picking up a copy from store.slackware.com. We're taking pre-orders now, and offer a discount if you sign up for a subscription. Have fun! :-) --- source/d/perl/perl.SlackBuild | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'source/d/perl') diff --git a/source/d/perl/perl.SlackBuild b/source/d/perl/perl.SlackBuild index df535c7d5..7485d33f8 100755 --- a/source/d/perl/perl.SlackBuild +++ b/source/d/perl/perl.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2009, 2010, 2011, 2012 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2009, 2010, 2011, 2012, 2013 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # originally by: David Cantrell # maintained by: -VERSION=5.16.1 +VERSION=5.18.1 BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: @@ -44,11 +44,12 @@ TMP=${TMP:-/tmp} PKG=$TMP/package-perl # Additional required modules: -DBDMYSQL=4.021 -DBI=1.622 +DBDMYSQL=4.023 +DBI=1.628 URI=1.60 XMLPARSER=2.41 XMLSIMPLE=2.20 +GETTEXT=1.05 if [ "$ARCH" = "i386" ]; then SLKCFLAGS="-O2 -march=i386 -mcpu=i686" @@ -225,6 +226,18 @@ make install DESTDIR=$PKG cp -a README $PKG/usr/doc/perl-$VERSION/URI-${URI} chmod 644 $PKG/usr/doc/perl-$VERSION/URI-${URI}/* ) + ( tar xzvf $CWD/gettext-${GETTEXT}.tar.gz + cd gettext-${GETTEXT} + chown -R root:root . + perl Makefile.PL INSTALLDIRS=vendor + make + make test + make install + make install DESTDIR=$PKG + mkdir -p $PKG/usr/doc/perl-$VERSION/gettext-${GETTEXT} + cp -a README $PKG/usr/doc/perl-$VERSION/gettext-${GETTEXT} + chmod 644 $PKG/usr/doc/perl-$VERSION/gettext-${GETTEXT}/* + ) ) # Strip everything: -- cgit v1.2.3