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: 09-Jan-2008 20:49:20
Branch: HEAD Handle: 2008010919492000
Added files:
openpkg-src/libidl libidl.patch
Modified files:
openpkg-src/libidl libidl.spec
Log:
fix building under newer Flex
Summary:
Revision Changes Path
1.1 +12 -0 openpkg-src/libidl/libidl.patch
1.33 +3 -1 openpkg-src/libidl/libidl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libidl/libidl.patch
============================================================================
$ cvs diff -u -r0 -r1.1 libidl.patch
--- /dev/null 2008-01-09 20:49:10 +0100
+++ libidl.patch 2008-01-09 20:49:20 +0100
@@ -0,0 +1,12 @@
+Index: lexer.l
+--- lexer.l.orig 2007-01-02 00:41:34 +0100
++++ lexer.l 2008-01-09 20:47:13 +0100
+@@ -113,8 +113,6 @@
+ sqstring \'[^\'\n]*[\'\n]
+ dqstring \"[^\"\n]*[\"\n]
+
+-%p 5000
+-
+ %s XP
+
+ %x PROP
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/libidl/libidl.spec
============================================================================
$ cvs diff -u -r1.32 -r1.33 libidl.spec
--- openpkg-src/libidl/libidl.spec 1 Jan 2008 14:57:00 -0000 1.32
+++ openpkg-src/libidl/libidl.spec 9 Jan 2008 19:49:20 -0000 1.33
@@ -36,10 +36,11 @@
Group: RPC
License: LGPL
Version: %{V_major}.%{V_minor}
-Release: 20080101
+Release: 20080109
# list of sources
Source0:
ftp://ftp.gnome.org/pub/GNOME/sources/libIDL/%{V_major}/libIDL-%{version}.tar.gz
+Patch0: libidl.patch
# build information
Prefix: %{l_prefix}
@@ -65,6 +66,7 @@
%prep
%setup -q -n libIDL-%{version}
+ %patch -p0
%{l_shtool} subst \
-e 's;/libIDL-2\.0\([^.]\);/libIDL\1;g' \
-e 's;libIDL-2\.la;libIDL2.la;g' \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]