OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-Jan-2005 16:42:40
Branch: HEAD Handle: 2005012015424000
Modified files:
openpkg-src/sed sed.patch sed.spec
Log:
backout sed upgrade, due to runtime problems on all platforms badly
affecting the host OpenPKG instance (because OpenPKG itself uses sed)
Summary:
Revision Changes Path
1.6 +19 -0 openpkg-src/sed/sed.patch
1.50 +2 -1 openpkg-src/sed/sed.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sed/sed.patch
============================================================================
$ cvs diff -u -r1.5 -r1.6 sed.patch
--- openpkg-src/sed/sed.patch 20 Jan 2005 15:35:24 -0000 1.5
+++ openpkg-src/sed/sed.patch 20 Jan 2005 15:42:40 -0000 1.6
@@ -9,3 +9,22 @@
/* Read up to (and including) a '\n' from STREAM into *LINEPTR
(and null-terminate it). *LINEPTR is a pointer returned from malloc (or
+Index: configure
+--- configure.orig 2004-07-06 09:19:36 +0200
++++ configure 2004-07-07 16:53:15 +0200
+@@ -3466,6 +3466,7 @@
+ fi
+
+
++ ac_max=0
+ ac_count=0
+ echo $ECHO_N "0123456789$ECHO_C" >"$tmp/conftest.in"
+ while :
+@@ -3548,6 +3549,7 @@
+ }
+ # Loop through the user's path and test for each of PROGNAME-LIST
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++ ac_max=0
+ for as_dir in $PATH
+ do
+ IFS=$as_save_IFS
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sed/sed.spec
============================================================================
$ cvs diff -u -r1.49 -r1.50 sed.spec
--- openpkg-src/sed/sed.spec 20 Jan 2005 14:40:53 -0000 1.49
+++ openpkg-src/sed/sed.spec 20 Jan 2005 15:42:40 -0000 1.50
@@ -33,7 +33,7 @@
Class: BASE
Group: Text
License: GPL
-Version: 4.1.3
+Version: 4.1.2
Release: 20050120
# list of sources
@@ -55,6 +55,7 @@
%track
prog sed = {
+ comment = "msvb: 4.1.3: Build succeeds, but sed(1) fails with a
segfault at runtime with some substitutions."
version = %{version}
url = ftp://ftp.gnu.org/gnu/sed/
regex = sed-(__VER__)\.tar\.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]