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: 22-Dec-2007 12:30:04
Branch: HEAD Handle: 2007122211300400
Modified files:
openpkg-src/tetex tetex.patch tetex.spec
Log:
just remove the Solaris lex-specific crap and this way be able to
again build with latest Flex
Summary:
Revision Changes Path
1.10 +16 -0 openpkg-src/tetex/tetex.patch
1.77 +1 -1 openpkg-src/tetex/tetex.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tetex/tetex.patch
============================================================================
$ cvs diff -u -r1.9 -r1.10 tetex.patch
--- openpkg-src/tetex/tetex.patch 25 Sep 2005 20:43:02 -0000 1.9
+++ openpkg-src/tetex/tetex.patch 22 Dec 2007 11:30:04 -0000 1.10
@@ -50,3 +50,19 @@
+-e '/% begin code for uncompressed fonts only/,/end code for uncompressed
fonts only/d' \
+>$2
+Index: texk/web2c/omegafonts/pl.l
+--- texk/web2c/omegafonts/pl.l.orig 2003-05-06 10:30:52 +0200
++++ texk/web2c/omegafonts/pl.l 2007-12-22 12:11:05 +0100
+@@ -63,12 +63,6 @@
+
+ %}
+
+-/* For Solaris's lex, to increase tables sizes --RP */
+-/* Space before number keeps ancient flex happy. */
+-%e 4000
+-%p 7000
+-%n 1000
+-
+ ws [ \t]+
+ hexnumber H{ws}[A-F0-9]+
+ octnumber O{ws}[0-7]+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tetex/tetex.spec
============================================================================
$ cvs diff -u -r1.76 -r1.77 tetex.spec
--- openpkg-src/tetex/tetex.spec 22 Dec 2007 10:34:47 -0000 1.76
+++ openpkg-src/tetex/tetex.spec 22 Dec 2007 11:30:04 -0000 1.77
@@ -176,7 +176,7 @@
CFLAGS="%{l_cflags -O}" \
CXXFLAGS="%{l_cxxflags -O}" \
CPPFLAGS="%{l_cppflags}" \
- LEX="%{l_prefix}/bin/flex-old" \
+ LEX="%{l_prefix}/bin/flex" \
./configure \
--prefix=$RPM_BUILD_ROOT%{l_prefix} \
--datadir=$RPM_BUILD_ROOT%{l_prefix}/share \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]