From 7fee2b5185e7d9e0bd0212470747195e175fb6fa Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Sat, 16 Nov 2013 18:07:44 +0100 Subject: [PATCH] perl: update to 5.16.3 --- perl/build.sh | 8 ++++---- perl/meta/ChangeLog | 4 ++++ perl/meta/relnotes | 27 --------------------------- 3 files changed, 8 insertions(+), 31 deletions(-) create mode 100644 perl/meta/ChangeLog delete mode 100644 perl/meta/relnotes diff --git a/perl/build.sh b/perl/build.sh index 13b0682..f83d90e 100755 --- a/perl/build.sh +++ b/perl/build.sh @@ -6,21 +6,21 @@ ########################################################### # Check the following 4 variables before running the script topdir=perl -version=5.8.8 +version=5.16.3 pkgver=1 -source[0]=$topdir-$version.tar.gz +source[0]=http://www.cpan.org/src/5.0/perl-${version}.tar.gz # If there are no patches, simply comment this #patch[0]= # Source function library . ${BUILDPKG_SCRIPTS}/buildpkg.functions - + # Global settings make_check_target="test" __configure="sh Configure" [ "$arch" = "sparc" ] && arch_name="sun4-solaris" [ "$arch" = "i386" ] && arch_name="i86pc-solaris" -configure_args=(-Dcc=gcc -Darchname=${arch_name} -Dprefix=$prefix -Dmyhostname=localhost -Dcf_by="Tom G. Christensen" -Dcf_email=swpkg@jupiterrise.com -Dperladmin=root@localhost -Dinstallprefix=${stagedir}${prefix} -Dman3ext=3pm -Uinstallusrbinperl -Dpager=/usr/bin/more -Dlocincpth=/usr/tgcware/include -Dloclibpth=/usr/tgcware/lib -des) +configure_args=(-Dcc=gcc -Accflags=-fno-stack-protector -Darchname=${arch_name} -Dprefix=$prefix -Dmyhostname=localhost -Dcf_by="Tom G. Christensen" -Dcf_email=swpkg@jupiterrise.com -Dperladmin=root@localhost -Dinstallprefix=${stagedir}${prefix} -Dman3ext=3pm -Uinstallusrbinperl -Dpager=/usr/bin/more -Dlocincpth=/usr/tgcware/include -Dloclibpth=/usr/tgcware/lib -des) reg prep prep() diff --git a/perl/meta/ChangeLog b/perl/meta/ChangeLog new file mode 100644 index 0000000..0d0e2c2 --- /dev/null +++ b/perl/meta/ChangeLog @@ -0,0 +1,4 @@ +CHANGELOG +--------- +* Sun Nov 10 2013 Tom G. Christensen - 5.16.3-1 +- Update to 5.16.3 diff --git a/perl/meta/relnotes b/perl/meta/relnotes deleted file mode 100644 index bd83629..0000000 --- a/perl/meta/relnotes +++ /dev/null @@ -1,27 +0,0 @@ -PACKAGE DETAILS ---------------- -Name: %%PKGNAME%% -Version: %%SOURCE_AND_VER%% -Vendor: %%VENDOR%% -Packager: %%PKGEDBY%% - -Source (sha1sum): -%%SOURCE_SHA1SUM%% - -BUILD DETAILS -------------- -Compiler: -%%COMPILER%% - -Environment: -%%ENVIRONMENT%% - -Configure: -%%CONFIGURE%% - -KNOWN DEPENDENCIES ------------------- -%%DEPENDENCIES%% - -ERRORS/MISCELLANEOUS ---------------------