[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openpkg-cvs
Subject:    [CVS] OpenPKG: openpkg-src/mutt/ mutt.spec openpkg-web/ news.txt
From:       "Ralf S. Engelschall" <rse () openpkg ! org>
Date:       2003-09-29 8:33:44
[Download RAW message or body]

  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  rse@openpkg.org
  Module: openpkg-src openpkg-web          Date:   29-Sep-2003 10:33:44
  Branch: HEAD                             Handle: 2003092909334202

  Modified files:
    openpkg-src/mutt        mutt.spec
    openpkg-web             news.txt

  Log:
    add optional ncurses support in the hope this can workaround keyboard
    timing issues I see over slow network connections

  Summary:
    Revision    Changes     Path
    1.52        +19 -3      openpkg-src/mutt/mutt.spec
    1.6779      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mutt/mutt.spec
  ============================================================================
  $ cvs diff -u -r1.51 -r1.52 mutt.spec
  --- openpkg-src/mutt/mutt.spec	18 Sep 2003 15:45:15 -0000	1.51
  +++ openpkg-src/mutt/mutt.spec	29 Sep 2003 08:33:44 -0000	1.52
  @@ -36,13 +36,14 @@
   Group:        Mail
   License:      BSD
   Version:      %{V_mutt}i
  -Release:      20030918
  +Release:      20030929
   
   #   build options
   %option       with_comp      no
   %option       with_nntp      no
   %option       with_initials  no
   %option       with_quote     no
  +%option       with_ncurses   no
   
   #   list of sources
   Source0:      ftp://ftp.mutt.org/mutt/mutt-%{V_mutt}i.tar.gz
  @@ -58,8 +59,15 @@
   BuildRoot:    %{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20030909, make
   PreReq:       OpenPKG, openpkg >= 20030909
  -BuildPreReq:  openssl, slang
  -PreReq:       openssl, slang
  +BuildPreReq:  openssl
  +PreReq:       openssl
  +%if "%{with_ncurses}" == "yes"
  +BuildPreReq:  ncurses
  +PreReq:       ncurses
  +%else
  +BuildPreReq:  slang
  +PreReq:       slang
  +%endif
   AutoReq:      no
   AutoReqProv:  no
   
  @@ -100,14 +108,22 @@
       esac
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
  +%if "%{with_ncurses}" == "yes"
  +    CPPFLAGS="%{l_cppflags ncurses .}" \
  +%else
       CPPFLAGS="%{l_cppflags}" \
  +%endif
       LDFLAGS="-Limap %{l_ldflags}" \
       ./configure \
           --cache-file=./config.cache \
           --prefix=%{l_prefix} \
           --sysconfdir=%{l_prefix}/etc/mutt \
           --with-docdir=%{l_prefix}/share/mutt \
  +%if "%{with_ncurses}" == "yes"
  +        --with-curses=%{l_prefix} \
  +%else
           --with-slang=%{l_prefix} \
  +%endif
           --with-ssl=%{l_prefix} \
           --enable-pop \
           --enable-imap \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.6778 -r1.6779 news.txt
  --- openpkg-web/news.txt	29 Sep 2003 07:48:44 -0000	1.6778
  +++ openpkg-web/news.txt	29 Sep 2003 08:33:42 -0000	1.6779
  @@ -1,3 +1,4 @@
  +29-Sep-2003: Upgraded package: P<mutt-1.4.1i-20030929>
   29-Sep-2003: Upgraded package: P<geoip-1.3.0-20030929>
   29-Sep-2003: Upgraded package: P<cvsd-1.0.0-20030929>
   29-Sep-2003: Upgraded package: P<docbook-4.2-20030929>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic