OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 18-Aug-2003 19:46:42
Branch: HEAD Handle: 2003081818464101
Modified files:
openpkg-src/mutt mutt.spec
openpkg-web news.txt
Log:
reduce Autoconf/Automake requirements; remove already obsolete
ICONV_CONST hack; disable compiler warnings
Summary:
Revision Changes Path
1.50 +12 -4 openpkg-src/mutt/mutt.spec
1.6212 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mutt/mutt.spec
============================================================================
$ cvs diff -u -r1.49 -r1.50 mutt.spec
--- openpkg-src/mutt/mutt.spec 17 Aug 2003 18:42:22 -0000 1.49
+++ openpkg-src/mutt/mutt.spec 18 Aug 2003 17:46:42 -0000 1.50
@@ -36,7 +36,7 @@
Group: Mail
License: BSD
Version: %{V_mutt}i
-Release: 20030817
+Release: 20030818
# build options
%option with_comp no
@@ -71,10 +71,17 @@
%prep
%setup -q -n mutt-%{V_mutt}
%if "%{with_comp}" == "yes"
- %patch0 -p1
+ %{l_gzip} -d -c <%{PATCH0} |\
+ sed -e '/^diff.*Makefile\.am/,/^diff/d' \
+ -e '/^diff.*configure\.in /,/^diff/d' \
+ -e '/^diff.*acconfig\.h /,/^diff/d' |\
+ %{l_patch} -p1
%endif
%if "%{with_nntp}" == "yes"
- %patch1 -p1
+ %{l_gzip} -d -c <%{PATCH1} |\
+ sed -e '/^diff.*configure\.in /,/^diff/d' \
+ -e '/^diff.*acconfig\.h /,/^diff/d' |\
+ %{l_patch} -p1
%endif
%if "%{with_initials}" == "yes"
%patch2 -p1
@@ -93,7 +100,7 @@
esac
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
- CPPFLAGS="-DICONV_CONST=const" \
+ CPPFLAGS="%{l_cppflags}" \
LDFLAGS="-Limap %{l_ldflags}" \
./configure \
--cache-file=./config.cache \
@@ -111,6 +118,7 @@
--enable-nntp \
%endif
--enable-buffy-size \
+ --disable-warnings \
--without-iconv \
--without-wc-funcs \
--disable-nls \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6211 -r1.6212 news.txt
--- openpkg-web/news.txt 18 Aug 2003 13:22:30 -0000 1.6211
+++ openpkg-web/news.txt 18 Aug 2003 17:46:41 -0000 1.6212
@@ -1,3 +1,4 @@
+18-Aug-2003: Upgraded package: P<mutt-1.4.1i-20030818>
18-Aug-2003: Upgraded package: P<snmp-5.0.8-20030818>
18-Aug-2003: Upgraded package: P<exim-4.21-20030818>
18-Aug-2003: Upgraded package: P<exim-4.20-20030818>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]