OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 25-Sep-2005 22:43:02
Branch: HEAD Handle: 2005092521430200
Modified files:
openpkg-src/tetex tetex.patch tetex.spec
Log:
get rid of ed(1) dependency, saving vm21-ix86-mandriva10.2
Summary:
Revision Changes Path
1.9 +19 -0 openpkg-src/tetex/tetex.patch
1.67 +2 -2 openpkg-src/tetex/tetex.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tetex/tetex.patch
============================================================================
$ cvs diff -u -r1.8 -r1.9 tetex.patch
--- openpkg-src/tetex/tetex.patch 15 Mar 2005 12:55:29 -0000 1.8
+++ openpkg-src/tetex/tetex.patch 25 Sep 2005 20:43:02 -0000 1.9
@@ -31,3 +31,22 @@
char *arg = *argp + 1;
if (*arg == '\0') --arg; /* this will flag an error later */
+
+Index: texk/dvipsk/texc.script
+--- texk/dvipsk/texc.script.orig 2005-09-25 22:05:56 +0200
++++ texk/dvipsk/texc.script 2005-09-25 22:05:56 +0200
+@@ -4,9 +4,7 @@
+ # To use it, say
+ # texc.script tex.lpro texc.lpro
+ #
+-ed $1 <<edscriptend
+-/% begin code for uncompressed fonts only/d
+-.,/% end code for uncompressed fonts only/d
+-.,/% end of code for unpacking compressed fonts/s/% //
+-w $2
+-edscriptend
++sed <$1 \
++-e '/% end code for uncompressed fonts only/,/% end of code for unpacking
compressed fonts/s/% //' \
++-e '/% begin code for uncompressed fonts only/,/end code for uncompressed
fonts only/d' \
++>$2
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tetex/tetex.spec
============================================================================
$ cvs diff -u -r1.66 -r1.67 tetex.spec
--- openpkg-src/tetex/tetex.spec 26 Jul 2005 06:25:54 -0000 1.66
+++ openpkg-src/tetex/tetex.spec 25 Sep 2005 20:43:02 -0000 1.67
@@ -38,7 +38,7 @@
Group: Text
License: GPL
Version: %{V_src}
-Release: 20050726
+Release: 20050925
# package options
%option with_x11 no
@@ -53,7 +53,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make, infozip, flex, bison,
png, zlib
+BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make, infozip, flex, bison,
png, zlib, sed
PreReq: OpenPKG, openpkg >= 20040130, perl, png, zlib
%if "%{with_x11}" == "yes"
BuildPreReq: X11, xaw3d
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]