OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 19-Jan-2004 16:20:27
Branch: HEAD Handle: 2004011915202303
Modified files:
openpkg-src/sed sed.spec
openpkg-web news.txt
Log:
Hack gettext locale support totally out of this package
Summary:
Revision Changes Path
1.36 +3 -1 openpkg-src/sed/sed.spec
1.8139 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sed/sed.spec
============================================================================
$ cvs diff -u -r1.35 -r1.36 sed.spec
--- openpkg-src/sed/sed.spec 10 Jan 2004 19:11:43 -0000 1.35
+++ openpkg-src/sed/sed.spec 19 Jan 2004 15:20:26 -0000 1.36
@@ -33,7 +33,7 @@
Group: Text
License: GPL
Version: 4.0.9
-Release: 20040110
+Release: 20040119
# list of sources
Source0: ftp://ftp.gnu.org/gnu/sed/sed-%{version}.tar.gz
@@ -57,9 +57,11 @@
%patch -p0
%build
+ echo 'ac_cv_header_locale_h=no' >config.cache
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
./configure \
+ --cache-file=./config.cache \
--prefix=%{l_prefix} \
--disable-nls
%{l_make} %{l_mflags -O}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8138 -r1.8139 news.txt
--- openpkg-web/news.txt 19 Jan 2004 15:03:04 -0000 1.8138
+++ openpkg-web/news.txt 19 Jan 2004 15:20:23 -0000 1.8139
@@ -1,3 +1,4 @@
+19-Jan-2004: Upgraded package: P<sed-4.0.9-20040119>
19-Jan-2004: Upgraded package: P<uuid-0.9.4-20040119>
19-Jan-2004: Upgraded package: P<openpkg-20040119-20040119>
19-Jan-2004: Upgraded package: P<nmap-3.50-20040119>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]