[Lunar-commits] r24463 - moonbase/trunk/perl/perl
Florin Braescu
florin at lunar-linux.org
Thu May 17 21:18:41 CEST 2007
Author: florin
Date: 2007-05-17 21:18:41 +0200 (Thu, 17 May 2007)
New Revision: 24463
Modified:
moonbase/trunk/perl/perl/BUILD
moonbase/trunk/perl/perl/DETAILS
Log:
add a patch to compile with gcc 4.2.0.
Modified: moonbase/trunk/perl/perl/BUILD
===================================================================
--- moonbase/trunk/perl/perl/BUILD 2007-05-17 17:47:26 UTC (rev 24462)
+++ moonbase/trunk/perl/perl/BUILD 2007-05-17 19:18:41 UTC (rev 24463)
@@ -7,6 +7,8 @@
# compling win32 test programs.
sedit 's/COMPILE/PERL_DID_AN_OOPS/' Makefile.SH installperl &&
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+
if [ "$SUIDPERL" == "y" ] ; then
OPTS="$OPTS -Dd_dosuid"
fi &&
Modified: moonbase/trunk/perl/perl/DETAILS
===================================================================
--- moonbase/trunk/perl/perl/DETAILS 2007-05-17 17:47:26 UTC (rev 24462)
+++ moonbase/trunk/perl/perl/DETAILS 2007-05-17 19:18:41 UTC (rev 24463)
@@ -2,14 +2,18 @@
### YOU MUST ALSO UPDATE SGMLSpm !!!
VERSION=5.8.8
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=$MODULE-$VERSION-gcc42.patch.bz2
SOURCE_URL[0]=http://mirrors.kernel.org/cpan/src/
SOURCE_URL[1]=http://www.cpan.org/src/
+ SOURCE2_URL=$PATCH_URL
WEB_SITE=http://www.perl.org
SOURCE_VFY=sha1:4aab490040727ca4419098720eca2ba4367df539
+ SOURCE2_VFY=sha1:be22372b03de90ed273f565901ca458934dd3338
ENTERED=20010922
- UPDATED=20060212
+ UPDATED=20070517
PSAFE=no
- SHORT="Larry Wall's practical extraction and reporting language."
+ SHORT="Larry Wall's practical extraction and reporting language"
+
cat << EOF
Perl is a high-level, general-purpose programming language that makes
easy things easy and hard things possible. It is optimized for scanning
More information about the Lunar-commits
mailing list