Enable sidebar patch support, as provided by tonnerre@.
This also fixes PR pkg/35917
This commit is contained in:
parent
4832b17178
commit
f790814a93
4 changed files with 21 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.73 2009/02/05 13:45:28 tonio Exp $
|
||||
# $NetBSD: Makefile,v 1.74 2009/04/12 08:25:43 tonio Exp $
|
||||
|
||||
DISTNAME= mutt-1.5.19
|
||||
PKGREVISION= 2
|
||||
|
@ -22,7 +22,7 @@ USE_PKGLOCALEDIR= yes
|
|||
USE_TOOLS+= msgfmt
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} \
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} \
|
||||
--with-docdir=${PREFIX}/share/doc/mutt \
|
||||
--without-included-gettext \
|
||||
--enable-external-dotlock \
|
||||
|
@ -61,7 +61,7 @@ INSTALLATION_DIRS+= ${DOCDIR} ${EGDIR}
|
|||
SUBST_CLASSES+= paths
|
||||
SUBST_FILES.paths= doc/Muttrc
|
||||
SUBST_VARS.paths+= DOCDIR PREFIX
|
||||
SUBST_STAGE.paths+= pre-configure
|
||||
SUBST_STAGE.paths= pre-configure
|
||||
|
||||
SPECIAL_PERMS+= bin/mutt_dotlock ${REAL_ROOT_USER} mail 2551
|
||||
INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.19 2009/01/27 19:50:33 tonio Exp $
|
||||
@comment $NetBSD: PLIST,v 1.20 2009/04/12 08:25:43 tonio Exp $
|
||||
bin/flea
|
||||
bin/mutt
|
||||
bin/muttbug
|
||||
bin/mutt_dotlock
|
||||
bin/muttbug
|
||||
bin/pgpewrap
|
||||
bin/pgpring
|
||||
${PLIST.smime}bin/smime_keys
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.56 2009/03/23 00:24:31 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.57 2009/04/12 08:25:43 tonio Exp $
|
||||
|
||||
SHA1 (mutt-1.5.19.tar.gz) = 96e4cc1e1419ba816fcc19d77255978e62c20793
|
||||
RMD160 (mutt-1.5.19.tar.gz) = dcb8d027593bfccd62eb7aba338007bce3c7e22e
|
||||
|
@ -6,6 +6,9 @@ Size (mutt-1.5.19.tar.gz) = 3558746 bytes
|
|||
SHA1 (patch-1.5.19.rr.compressed.1.gz) = c639230a5fdac96d5a4e735e320af66e4bde688a
|
||||
RMD160 (patch-1.5.19.rr.compressed.1.gz) = b8eb5201fde7511377e5588953c071d0b7e30c8d
|
||||
Size (patch-1.5.19.rr.compressed.1.gz) = 10562 bytes
|
||||
SHA1 (patch-1.5.19.sidebar.20090308.txt) = c16533176fce2b48d27cd587b63caa379258e740
|
||||
RMD160 (patch-1.5.19.sidebar.20090308.txt) = 076272ffcb70f118c1d8850c430f3d74f43ad23b
|
||||
Size (patch-1.5.19.sidebar.20090308.txt) = 51936 bytes
|
||||
SHA1 (patch-aa) = 59d89dce24110be2927c8a1ea1fa5b780d644372
|
||||
SHA1 (patch-ab) = 39a3cbe6e1738e036cb679a22c7385ed5ac401eb
|
||||
SHA1 (patch-ad) = ecfa994c7c5e494b6eb7356327b96de6559146fc
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.34 2009/03/23 00:24:31 joerg Exp $
|
||||
# $NetBSD: options.mk,v 1.35 2009/04/12 08:25:43 tonio Exp $
|
||||
|
||||
# Global and legacy options
|
||||
|
||||
|
@ -9,6 +9,7 @@ PKG_SUPPORTED_OPTIONS= debug gpgme idn ssl smime sasl
|
|||
PKG_SUPPORTED_OPTIONS+= mutt-hcache mutt-smtp
|
||||
# Comment the following line out on updates.
|
||||
PKG_SUPPORTED_OPTIONS+= mutt-compressed-mbox
|
||||
PKG_SUPPORTED_OPTIONS+= mutt-sidebar
|
||||
#PKG_SUPPORTED_OPTIONS+= mutt-xlabel
|
||||
PKG_SUGGESTED_OPTIONS= ssl smime curses
|
||||
|
||||
|
@ -119,6 +120,16 @@ CONFIGURE_ARGS+= --enable-smtp
|
|||
CONFIGURE_ARGS+= --disable-smtp
|
||||
.endif
|
||||
|
||||
###
|
||||
### Sidebar support
|
||||
###
|
||||
.if !empty(PKG_OPTIONS:Mmutt-sidebar)
|
||||
PATCH_SITES= http://lunar-linux.org/~tchan/mutt/
|
||||
PATCHFILES+= patch-1.5.19.sidebar.20090308.txt
|
||||
PATCH_DIST_STRIP= -p1
|
||||
PATCH_FUZZ_FACTOR= -F1
|
||||
.endif
|
||||
|
||||
###
|
||||
### X-Label header support
|
||||
###
|
||||
|
|
Loading…
Reference in a new issue