OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 06-Apr-2009 22:32:33 Branch: HEAD Handle: 2009040621323300 Modified files: openpkg-src/libedit libedit.patch libedit.spec Log: upgrading package: libedit 3.0.20090111 -> 3.0.20090405 Summary: Revision Changes Path 1.7 +23 -5 openpkg-src/libedit/libedit.patch 1.40 +2 -5 openpkg-src/libedit/libedit.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/libedit/libedit.patch ============================================================================ $ cvs diff -u -r1.6 -r1.7 libedit.patch --- openpkg-src/libedit/libedit.patch 22 Oct 2006 17:53:43 -0000 1.6 +++ openpkg-src/libedit/libedit.patch 6 Apr 2009 20:32:33 -0000 1.7 @@ -1,6 +1,24 @@ +Index: configure +--- configure.orig 2009-04-05 17:40:30 +0200 ++++ configure 2009-04-06 22:25:23 +0200 +@@ -6550,13 +6550,7 @@ + if $ac_preproc_ok; then + : + else +- { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +-{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check +-See \`config.log' for more details." >&5 +-$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check +-See \`config.log' for more details." >&2;} +- { (exit 1); exit 1; }; }; } ++ : + fi + + ac_ext=c Index: src/unvis.c ---- src/unvis.c.orig 2006-10-22 15:25:36 +0200 -+++ src/unvis.c 2006-10-22 19:51:19 +0200 +--- src/unvis.c.orig 2009-04-05 17:30:28 +0200 ++++ src/unvis.c 2009-04-06 22:25:03 +0200 @@ -45,7 +45,7 @@ #include <stdio.h> #include <vis.h> @@ -11,9 +29,9 @@ #endif Index: src/vi.c ---- src/vi.c.orig 2006-10-22 15:25:36 +0200 -+++ src/vi.c 2006-10-22 19:51:55 +0200 -@@ -915,14 +915,14 @@ +--- src/vi.c.orig 2009-04-05 17:30:28 +0200 ++++ src/vi.c 2009-04-06 22:25:03 +0200 +@@ -916,14 +916,14 @@ * NB: posix implies that we should enter insert mode, however * this is against historical precedent... */ @@ . patch -p0 <<'@@ .' Index: openpkg-src/libedit/libedit.spec ============================================================================ $ cvs diff -u -r1.39 -r1.40 libedit.spec --- openpkg-src/libedit/libedit.spec 12 Jan 2009 08:33:01 -0000 1.39 +++ openpkg-src/libedit/libedit.spec 6 Apr 2009 20:32:33 -0000 1.40 @@ -23,7 +23,7 @@ # package version %define V_main 3.0 -%define V_snap 20090111 +%define V_snap 20090405 # package information Name: libedit @@ -36,7 +36,7 @@ Group: Terminal License: BSD Version: %{V_main}.%{V_snap} -Release: 20090112 +Release: 20090406 # list of sources Source0: http://www.thrysoee.dk/editline/libedit-%{V_snap}-%{V_main}.tar.gz @@ -65,9 +65,6 @@ %prep %setup -q -n libedit-%{V_snap}-%{V_main} %patch -p0 - %{l_shtool} subst \ - -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \ - configure %build CC="%{l_cc}" \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org