OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 05-Aug-2007 20:14:24
Branch: HEAD Handle: 2007080519142300
Modified files:
openpkg-src/mutt mutt.spec
Log:
force SMTP, PGP and SMIME support to be available; add optional IMAP
header cache support via QDBM
Summary:
Revision Changes Path
1.94 +13 -1 openpkg-src/mutt/mutt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mutt/mutt.spec
============================================================================
$ cvs diff -u -r1.93 -r1.94 mutt.spec
--- openpkg-src/mutt/mutt.spec 5 Jul 2007 05:52:26 -0000 1.93
+++ openpkg-src/mutt/mutt.spec 5 Aug 2007 18:14:23 -0000 1.94
@@ -38,9 +38,10 @@
Group: Mail
License: BSD
Version: %{V_mutt}
-Release: 20070705
+Release: 20070805
# build options
+%option with_hcache no
%option with_comp no
%option with_nntp no
%option with_initials no
@@ -65,6 +66,10 @@
PreReq: OpenPKG, openpkg >= 20060622
BuildPreReq: openssl, libidn, libiconv
PreReq: openssl, libidn, libiconv
+%if "%{with_hcache}" == "yes"
+BuildPreReq: qdbm
+PreReq: qdbm
+%endif
%if "%{with_ncurses}" == "yes"
BuildPreReq: ncurses
PreReq: ncurses
@@ -185,12 +190,19 @@
--with-ssl=%{l_prefix} \
--enable-pop \
--enable-imap \
+ --enable-smtp \
+%if "%{with_hcache}" == "yes"
+ --enable-hcache \
+ --with-qdbm=%{l_prefix} \
+%endif
%if "%{with_comp}" == "yes"
--enable-compressed \
%endif
%if "%{with_nntp}" == "yes"
--enable-nntp \
%endif
+ --enable-pgp \
+ --enable-smime \
--enable-buffy-size \
--disable-warnings \
--with-iconv \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]