aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-06-21 06:33:19 +0800
committermiwi <miwi@FreeBSD.org>2008-06-21 06:33:19 +0800
commit57398a97f9d67e82f45f2a0c7f2c676b55b8a6bf (patch)
tree51eb5604f102fabd113ddab4869cc1df9ae60006 /mail
parent4faee30b36c24e12db80ba0822237a1bae8d4fec (diff)
downloadfreebsd-ports-gnome-57398a97f9d67e82f45f2a0c7f2c676b55b8a6bf.tar.gz
freebsd-ports-gnome-57398a97f9d67e82f45f2a0c7f2c676b55b8a6bf.tar.zst
freebsd-ports-gnome-57398a97f9d67e82f45f2a0c7f2c676b55b8a6bf.zip
- Add WITH_MUTT_DEBUG knob (as requested by the community).
- Update the sidebar patch. - Fix the text version of the manual. - Remove superfluous entries from distinfo. - Bump PORTREVISION PR: 124550 Submitted by: Udo Schweigert <ust@cert.siemens.de> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/Makefile8
-rw-r--r--mail/mutt-devel/distinfo9
-rw-r--r--mail/mutt-devel/files/patch-0211
3 files changed, 15 insertions, 13 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index 72a826586ffd..7c40b2184661 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -107,6 +107,9 @@
# If you want to enable the internal SMTP relay support define:
# WITH_MUTT_SMTP
#
+# If you want to enable debugging capabilities define:
+# WITH_MUTT_DEBUG
+#
PORTNAME= mutt-devel
PORTVERSION= 1.5.18
@@ -400,6 +403,9 @@ CONFIGURE_ARGS+= --enable-smtp
.else
CONFIGURE_ARGS+= --disable-smtp
.endif
+.if defined(WITH_MUTT_DEBUG)
+CONFIGURE_ARGS+= --enable-debug
+.endif
PATCH_DIST_STRIP= -p1
@@ -442,7 +448,7 @@ IGNORE= The WITH_MUTT_MBOX_HOOK_PATCH does not work at the moment.
PATCHFILES+= p0-patch-${DW_MBOX_PATCH_VERSION}.dw.mbox-hook.1:dw
.endif
.if defined(WITH_MUTT_SIDEBAR_PATCH)
-SIDEBAR_PATCH= patch-1.5.18.sidebar.20080517.txt
+SIDEBAR_PATCH= patch-1.5.18.sidebar.20080611.txt
DISTFILES+= ${SIDEBAR_PATCH}:tchan
XML_NEEDED= yes
pre-patch::
diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo
index 7bc15db8255a..3932efe65aa0 100644
--- a/mail/mutt-devel/distinfo
+++ b/mail/mutt-devel/distinfo
@@ -16,12 +16,9 @@ SIZE (mutt/patch-1.5.18.vvv.initials.gz) = 679
MD5 (mutt/patch-1.5.18.vvv.quote.gz) = 67c3582b272d71612bef6216f028d960
SHA256 (mutt/patch-1.5.18.vvv.quote.gz) = 9f77848a63e6775a88e84901b9fcad743985f481b5f7a9249df5603d871277a0
SIZE (mutt/patch-1.5.18.vvv.quote.gz) = 1736
-MD5 (mutt/p0-patch-1.5.6.dw.mbox-hook.1) = 9e29a6778ab07a4de3442691e4573fea
-SHA256 (mutt/p0-patch-1.5.6.dw.mbox-hook.1) = ec9511b86a595f9b4f1f96b05d9e9e12e997bc62b0a0f2b5a36e2817dee61406
-SIZE (mutt/p0-patch-1.5.6.dw.mbox-hook.1) = 6405
MD5 (mutt/mutt-1.5.16.vc.greeting) = 4bd9beeb74d075e4418e86e8ed887aa0
SHA256 (mutt/mutt-1.5.16.vc.greeting) = cf05aeab5f1813864aa72b68f59a579c46dacf2fbd8e5fd064b920012320b986
SIZE (mutt/mutt-1.5.16.vc.greeting) = 4526
-MD5 (mutt/patch-1.5.18.sidebar.20080517.txt) = 93baec963e44d05a9fb39112eb4a0d7e
-SHA256 (mutt/patch-1.5.18.sidebar.20080517.txt) = a46e4842eb44cf268ccf50281348564524ebe22f42a25d27d23ac347c5093add
-SIZE (mutt/patch-1.5.18.sidebar.20080517.txt) = 51974
+MD5 (mutt/patch-1.5.18.sidebar.20080611.txt) = 0f6565cecfc7fd72eaf33756abbc3088
+SHA256 (mutt/patch-1.5.18.sidebar.20080611.txt) = a94bc11072dbfe9a4a7d5a761105bf40a496bb2706e9940978de7b64d1555fa7
+SIZE (mutt/patch-1.5.18.sidebar.20080611.txt) = 52201
diff --git a/mail/mutt-devel/files/patch-02 b/mail/mutt-devel/files/patch-02
index 62c954a354b7..a9e3683995f4 100644
--- a/mail/mutt-devel/files/patch-02
+++ b/mail/mutt-devel/files/patch-02
@@ -1,6 +1,6 @@
--- doc/Makefile.am.orig 2008-01-30 05:26:50.000000000 +0100
-+++ doc/Makefile.am 2008-05-19 19:24:02.000000000 +0200
-@@ -45,7 +45,7 @@
++++ doc/Makefile.am 2008-06-13 12:18:37.000000000 +0200
+@@ -45,7 +46,7 @@
all: makedoc-all
@@ -9,7 +9,7 @@
install-data-local: makedoc-all instdoc
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1
-@@ -67,9 +67,6 @@
+@@ -67,9 +68,6 @@
$(INSTALL) -m 644 $(srcdir)/$$f $(DESTDIR)$(docdir) ; \
done
-$(INSTALL) -m 644 manual.txt $(DESTDIR)$(docdir)
@@ -19,7 +19,7 @@
$(INSTALL) -m 644 Muttrc $(DESTDIR)$(sysconfdir)/Muttrc.dist
-if [ -f $(DESTDIR)$(pkgdatadir)/Muttrc ] ; then \
mv $(DESTDIR)$(pkgdatadir)/Muttrc* $(DESTDIR)$(sysconfdir) ; \
-@@ -100,10 +97,8 @@
+@@ -100,10 +98,7 @@
check:
manual.txt: manual.html db-cleanup.xsl
@@ -27,8 +27,7 @@
- -lynx -dump -nolist -with_backspaces manual-txt.html > $@ || \
- w3m -dump manual-txt.html > $@ || \
- elinks -dump -no-numbering -no-references manual-txt.html > $@
-+ -xsltproc --nonet -o manual-txt.out $(srcdir)/db-cleanup.xsl manual.html || cp manual.html manual-txt.out
-+ -lynx -dump -nolist -with_backspaces manual-txt.out > $@
++ -lynx -dump -nolist -with_backspaces manual.html > $@
Muttrc: stamp-doc-rc