Hi Jolan,

Jolan Luff [Wed, Nov 02, 2005 at 10:38:01PM -0600] wrote:
>dlg@ and marco@ saw this screenshot of mutt with a sidebar that has a
>folder list with new msg counts:
>
>http://vorlon.cwru.edu/~jrh29/mutt/mutt_shot_patch8.png
>
>they promised me beer if i included it so here's a diff to the port
>which adds the sidebar patch as a FLAVOR.  all the config stuff is
>listed on the website for the patch, http://thomer.com/mutt/.  the
>website is referenced in the DESCR.
>
>comments? oks?
>
I personally don't like that sidebar thingie, but that's my problem. ;)

I think we should stay consistent and put the FLAVOR .if stuff into 
mutt/Makefile.inc. (like all the other FLAVOR stuff) I think I'll test 
it for some days to see if it doesn't break other stuff.

Diff for the .if stuff moving and PKGNAME bump attached.

Bernd
Index: Makefile.inc
===================================================================
RCS file: /cvs/ports/mail/mutt/Makefile.inc,v
retrieving revision 1.17
diff -u -r1.17 Makefile.inc
--- Makefile.inc        5 Oct 2005 09:48:10 -0000       1.17
+++ Makefile.inc        3 Nov 2005 11:12:42 -0000
@@ -10,6 +10,7 @@
                   ftp://ftp.gwdg.de/pub/unix/mail/mutt/international/
 
 MASTER_SITES0= http://www.spinnaker.de/mutt/compressed/
+MASTER_SITES1= http://thomer.com/mutt/
 
 MODULES=       devel/gettext
 
@@ -81,6 +82,11 @@
 LIB_DEPENDS+=          idn.16::devel/libidn
 .else
 CONFIGURE_ARGS+=       --without-idn
+.endif
+
+.if ${FLAVOR:L:Msidebar}
+PATCHFILES+=           patch-1.5.10i.sidebar.20050816.txt:1
+PATCH_DIST_STRIP=      -p1
 .endif
 
 .if defined(HOMESPOOL)
Index: snapshot/Makefile
===================================================================
RCS file: /cvs/ports/mail/mutt/snapshot/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- snapshot/Makefile   5 Oct 2005 09:48:10 -0000       1.36
+++ snapshot/Makefile   3 Nov 2005 11:12:42 -0000
@@ -4,11 +4,11 @@
 
 VERSION=       1.5.11
 DISTNAME=      mutt-${VERSION}
-PKGNAME=       ${DISTNAME}p0
+PKGNAME=       ${DISTNAME}p1
 MASTER_SITES=  ${MASTER_SITES_MUTT:=devel/}
 
 AUTOCONF_VERSION= 2.59
 
-FLAVORS=       hcache idn
+FLAVORS=       hcache idn sidebar
 
 .include <bsd.port.mk>
Index: snapshot/distinfo
===================================================================
RCS file: /cvs/ports/mail/mutt/snapshot/distinfo,v
retrieving revision 1.20
diff -u -r1.20 distinfo
--- snapshot/distinfo   29 Sep 2005 17:25:28 -0000      1.20
+++ snapshot/distinfo   3 Nov 2005 11:12:42 -0000
@@ -1,8 +1,12 @@
 MD5 (mutt-1.5.11.tar.gz) = 00e6f8f7c37d4840e5e30583ebee21ce
+MD5 (patch-1.5.10i.sidebar.20050816.txt) = da7f5094a408369992008cf0f951774d
 MD5 (patch-1.5.11.rr.compressed.1.gz) = fb79645e8269e2f5bfb53a8ecf955bf7
 RMD160 (mutt-1.5.11.tar.gz) = 812bfa6b1c9bfb1650341f7522298699c7b214a5
+RMD160 (patch-1.5.10i.sidebar.20050816.txt) = 
6ad917550dafd509babc0b07bf4ead4efe888fc8
 RMD160 (patch-1.5.11.rr.compressed.1.gz) = 
00f3302e86ce382e274e1b1745e0082ef1f643c4
 SHA1 (mutt-1.5.11.tar.gz) = cc5823016fe7de6ee3a131b19a3f78796f9f53d5
+SHA1 (patch-1.5.10i.sidebar.20050816.txt) = 
2d9c32ab1fa2e439b7ad7621cfbc92c61f1e87e6
 SHA1 (patch-1.5.11.rr.compressed.1.gz) = 
0a82f2253d11655a6f743d1a2cfc82877c4ef134
 SIZE (mutt-1.5.11.tar.gz) = 3187375
+SIZE (patch-1.5.10i.sidebar.20050816.txt) = 47544
 SIZE (patch-1.5.11.rr.compressed.1.gz) = 10433
Index: snapshot/pkg/DESCR
===================================================================
RCS file: /cvs/ports/mail/mutt/snapshot/pkg/DESCR,v
retrieving revision 1.5
diff -u -r1.5 DESCR
--- snapshot/pkg/DESCR  5 Oct 2005 09:48:10 -0000       1.5
+++ snapshot/pkg/DESCR  3 Nov 2005 11:12:42 -0000
@@ -21,5 +21,7 @@
        mixmaster  - build with anonymous remailing support
        hcache     - build with maildir header caching support
        idn        - build with internationalized domain name support
+       sidebar    - adds a sidebar that has a folder list
+                    (see: http://thomer.com/mutt/)
 
 This is the development version of mutt.

Reply via email to