OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-Jan-2005 16:32:11
Branch: HEAD Handle: 2005012015321000
Added files:
openpkg-src/mutt15 mutt15.patch
Modified files:
openpkg-src/mutt15 mutt15.spec
Log:
modifying package: mutt15-1.5.6i 20040205 -> 20050120
Summary:
Revision Changes Path
1.1 +28 -0 openpkg-src/mutt15/mutt15.patch
1.11 +3 -1 openpkg-src/mutt15/mutt15.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mutt15/mutt15.patch
============================================================================
$ cvs diff -u -r0 -r1.1 mutt15.patch
--- /dev/null 2005-01-20 16:32:11 +0100
+++ mutt15.patch 2005-01-20 16:32:11 +0100
@@ -0,0 +1,28 @@
+--- menu.c.orig 2004-02-01 18:10:57.000000000 +0100
++++ menu.c 2005-01-20 16:20:14.733413000 +0100
+@@ -45,6 +45,7 @@
+ {
+ if (*s < M_TREE_MAX)
+ {
++#ifndef USE_SLANG_CURSES
+ if (do_color)
+ {
+ pair_content(PAIR_NUMBER(ColorDefs[MT_COLOR_TREE]), &f1, &b1);
+@@ -52,6 +53,7 @@
+ if (b1 == b2)
+ SETCOLOR (MT_COLOR_TREE);
+ }
++#endif
+ while (*s && *s < M_TREE_MAX)
+ {
+ switch (*s)
+@@ -133,7 +135,9 @@
+ }
+ s++, n--;
+ }
++#ifndef USE_SLANG_CURSES
+ if (do_color) attrset(attr);
++#endif
+ }
+ else if ((k = mbrtowc (&wc, (char *)s, n, &mbstate)) > 0)
+ {
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mutt15/mutt15.spec
============================================================================
$ cvs diff -u -r1.10 -r1.11 mutt15.spec
--- openpkg-src/mutt15/mutt15.spec 1 Jan 2005 10:52:42 -0000 1.10
+++ openpkg-src/mutt15/mutt15.spec 20 Jan 2005 15:32:10 -0000 1.11
@@ -37,7 +37,7 @@
Group: Mail
License: BSD
Version: %{V_mutt}i
-Release: 20040205
+Release: 20050120
# build options
%option with_comp no
@@ -53,6 +53,7 @@
Patch1:
ftp://ftp.mutt.org.ua/pub/mutt/mutt-%{V_mutt}/patch-%{V_mutt}.vvv.nntp.gz
Patch2:
ftp://ftp.mutt.org.ua/pub/mutt/mutt-%{V_mutt}/patch-%{V_mutt}.vvv.initials.gz
Patch3:
ftp://ftp.mutt.org.ua/pub/mutt/mutt-%{V_mutt}/patch-%{V_mutt}.vvv.quote.gz
+Patch4: mutt15.patch
# build information
Prefix: %{l_prefix}
@@ -128,6 +129,7 @@
%if "%{with_quote}" == "yes"
%patch -p1 -P 3
%endif
+ %patch -p0 -P 4
%build
# configure for particular platform
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]