OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 01-Aug-2003 12:45:43
Branch: HEAD Handle: 2003080111454101
Modified files:
openpkg-src/tetex tetex.spec
openpkg-web news.txt
Log:
require perl, align t1mapper script with the other perl-scripts in the
package
Summary:
Revision Changes Path
1.49 +5 -2 openpkg-src/tetex/tetex.spec
1.5997 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tetex/tetex.spec
============================================================================
$ cvs diff -u -r1.48 -r1.49 tetex.spec
--- openpkg-src/tetex/tetex.spec 23 Jul 2003 13:32:24 -0000 1.48
+++ openpkg-src/tetex/tetex.spec 1 Aug 2003 10:45:42 -0000 1.49
@@ -38,7 +38,7 @@
Group: Text
License: GPL
Version: %{V_src}
-Release: 20030723
+Release: 20030801
# package options
%option with_x11 no
@@ -53,7 +53,7 @@
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, gcc, make, infozip, flex, bison
-PreReq: OpenPKG, openpkg >= 20030103
+PreReq: OpenPKG, openpkg >= 20030103, perl
%if "%{with_x11}" == "yes"
BuildPreReq: X11
PreReq: X11
@@ -131,6 +131,9 @@
# minor fixes to the teTeX sources
%{l_shtool} subst -e "s;\|O_SYNC;;g" libs/libwww/HTMemLog.c
%{l_shtool} subst -e "s;strnstr;my_strnstr;g" libs/libwww/HTReader.c
+ %{l_shtool} subst \
+ -e '1s;/usr/bin/perl;/usr/bin/env perl;' \
+ texk/*/t1mapper
%build
# configure the system by using the (wrong) paths to the temporary
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5996 -r1.5997 news.txt
--- openpkg-web/news.txt 1 Aug 2003 10:24:12 -0000 1.5996
+++ openpkg-web/news.txt 1 Aug 2003 10:45:41 -0000 1.5997
@@ -1,3 +1,4 @@
+01-Aug-2003: Upgraded package: P<tetex-2.0.2-20030801>
01-Aug-2003: Upgraded package: P<amd-6.0.9-20030801>
01-Aug-2003: Upgraded package: P<magicpoint-1.10a-20030801>
01-Aug-2003: Upgraded package: P<samba-2.2.8a-20030801>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]