OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 19-Aug-2008 23:21:36
Branch: HEAD Handle: 2008081922213600
Modified files:
openpkg-src/parrot parrot.patch parrot.spec
Log:
upgrading package: parrot 0.6.2 -> 0.7.0
Summary:
Revision Changes Path
1.9 +19 -32 openpkg-src/parrot/parrot.patch
1.38 +5 -5 openpkg-src/parrot/parrot.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/parrot/parrot.patch
============================================================================
$ cvs diff -u -r1.8 -r1.9 parrot.patch
--- openpkg-src/parrot/parrot.patch 4 Jul 2008 12:05:23 -0000 1.8
+++ openpkg-src/parrot/parrot.patch 19 Aug 2008 21:21:36 -0000 1.9
@@ -1,7 +1,7 @@
Index: compilers/imcc/imcc.l
---- compilers/imcc/imcc.l.orig 2007-01-16 20:55:34 +0100
-+++ compilers/imcc/imcc.l 2007-01-19 20:28:35 +0100
-@@ -78,6 +78,7 @@
+--- compilers/imcc/imcc.l.orig 2008-08-19 15:17:14 +0200
++++ compilers/imcc/imcc.l 2008-08-19 22:08:27 +0200
+@@ -125,6 +125,7 @@
%option reentrant
%option never-interactive
%option stack
@@ -10,20 +10,20 @@
LETTER [EMAIL PROTECTED]
DIGIT [0-9]
Index: config/auto/icu.pm
---- config/auto/icu.pm.orig 2007-01-16 20:55:44 +0100
-+++ config/auto/icu.pm 2007-01-19 20:28:35 +0100
-@@ -75,7 +75,7 @@
- if ( defined $icuheaders ) {
- chomp $icuheaders;
- $without = 1 unless -d $icuheaders;
-- $icuheaders .= "${slash}include";
-+ $icuheaders .= "${slash}include/icu";
- $without = 1 unless -d $icuheaders;
- }
-
+--- config/auto/icu.pm.orig 2008-08-19 15:17:25 +0200
++++ config/auto/icu.pm 2008-08-19 22:09:59 +0200
+@@ -332,7 +332,7 @@
+ $without = 1;
+ }
+ my $slash = $conf->data->get('slash');
+- $icuheaders .= "${slash}include";
++ $icuheaders .= "${slash}include/icu";
+ if (! -d $icuheaders) {
+ $without = 1;
+ }
Index: config/init/hints/freebsd.pm
---- config/init/hints/freebsd.pm.orig 2007-01-16 20:55:40 +0100
-+++ config/init/hints/freebsd.pm 2007-01-19 20:29:01 +0100
+--- config/init/hints/freebsd.pm.orig 2008-08-19 15:17:23 +0200
++++ config/init/hints/freebsd.pm 2008-08-19 22:08:27 +0200
@@ -34,7 +34,7 @@
rpath => '-Wl,-R',
@@ -34,9 +34,9 @@
libparrot_shared_alias => 'libparrot$(SHARE_EXT)',
libparrot_soname =>
'-Wl,-soname=libparrot$(SHARE_EXT).$(SOVERSION)',
Index: config/init/hints/linux.pm
---- config/init/hints/linux.pm.orig 2007-01-16 20:55:40 +0100
-+++ config/init/hints/linux.pm 2007-01-19 20:29:13 +0100
-@@ -80,7 +80,7 @@
+--- config/init/hints/linux.pm.orig 2008-08-19 15:17:23 +0200
++++ config/init/hints/linux.pm 2008-08-19 22:08:27 +0200
+@@ -137,7 +137,7 @@
rpath => '-Wl,-rpath=',
has_dynamic_linking => 1,
@@ -45,16 +45,3 @@
libparrot_shared => 'libparrot$(SHARE_EXT).$(SOVERSION)',
libparrot_shared_alias => 'libparrot$(SHARE_EXT)',
libparrot_soname =>
'-Wl,-soname=libparrot$(SHARE_EXT).$(SOVERSION)',
-Index: src/packdump.c
---- src/packdump.c.orig 2008-07-04 11:46:26 +0200
-+++ src/packdump.c 2008-07-04 11:47:27 +0200
-@@ -36,8 +36,7 @@
- __attribute__nonnull__(3);
-
- static void pobj_flag_dump(PARROT_INTERP, ARGIN(long flags))
-- __attribute__nonnull__(1)
-- __attribute__nonnull__(2);
-+ __attribute__nonnull__(1);
-
- /* Don't modify between HEADERIZER BEGIN / HEADERIZER END. Your changes
will be lost. */
- /* HEADERIZER END: static */
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/parrot/parrot.spec
============================================================================
$ cvs diff -u -r1.37 -r1.38 parrot.spec
--- openpkg-src/parrot/parrot.spec 4 Jul 2008 12:05:23 -0000 1.37
+++ openpkg-src/parrot/parrot.spec 19 Aug 2008 21:21:36 -0000 1.38
@@ -31,14 +31,14 @@
Class: EVAL
Group: Language
License: Artistic/GPL
-Version: 0.6.2
-Release: 20080704
+Version: 0.7.0
+Release: 20080819
# package options
%option with_icu no
# list of sources
-Source0:
http://www.cpan.org/authors/id/C/CH/CHROMATIC/parrot-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/R/RG/RGRJR/parrot-%{version}.tar.gz
Patch0: parrot.patch
# build information
@@ -63,7 +63,7 @@
%track
prog parrot = {
version = %{version}
- url = http://www.cpan.org/authors/id/C/CH/CHROMATIC/
+ url = http://www.cpan.org/authors/id/R/RG/RGRJR/
regex = parrot-(__VER__)\.tar\.gz
}
@@ -94,7 +94,7 @@
# build program
%{l_make} %{l_mflags} \
- parrot pdb pdump
+ parrot pdump
%install
# install program
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]