From 79f5d0e3b97edcf6f43c270a505d0462bcdab4e8 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Sun, 16 Oct 2011 00:04:32 -0300 Subject: mutt: bump to version 1.5.21 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/mutt/mutt-1.5.17+20080114-nodoc.patch | 21 --------------------- package/mutt/mutt-1.5.21-nodoc.patch | 21 +++++++++++++++++++++ package/mutt/mutt.mk | 22 +++++----------------- 3 files changed, 26 insertions(+), 38 deletions(-) delete mode 100644 package/mutt/mutt-1.5.17+20080114-nodoc.patch create mode 100644 package/mutt/mutt-1.5.21-nodoc.patch (limited to 'package/mutt') diff --git a/package/mutt/mutt-1.5.17+20080114-nodoc.patch b/package/mutt/mutt-1.5.17+20080114-nodoc.patch deleted file mode 100644 index 6fd556dcbc..0000000000 --- a/package/mutt/mutt-1.5.17+20080114-nodoc.patch +++ /dev/null @@ -1,21 +0,0 @@ -Disable the documentation build - -The documentation tool is compiled for the target, but executed on the -host. We don't bother fixing this, as we don't care of the -documentation in Buildroot. - -Signed-off-by: Thomas Petazzoni - -Index: mutt-1.5.17+20080114/Makefile.am -=================================================================== ---- mutt-1.5.17+20080114.orig/Makefile.am 2010-05-15 18:15:08.000000000 +0200 -+++ mutt-1.5.17+20080114/Makefile.am 2010-05-15 18:15:17.000000000 +0200 -@@ -9,7 +9,7 @@ - IMAP_INCLUDES = -I$(top_srcdir)/imap - endif - --SUBDIRS = m4 po intl doc contrib $(IMAP_SUBDIR) -+SUBDIRS = m4 po intl contrib $(IMAP_SUBDIR) - - bin_SCRIPTS = muttbug flea @SMIMEAUX_TARGET@ - diff --git a/package/mutt/mutt-1.5.21-nodoc.patch b/package/mutt/mutt-1.5.21-nodoc.patch new file mode 100644 index 0000000000..6fd556dcbc --- /dev/null +++ b/package/mutt/mutt-1.5.21-nodoc.patch @@ -0,0 +1,21 @@ +Disable the documentation build + +The documentation tool is compiled for the target, but executed on the +host. We don't bother fixing this, as we don't care of the +documentation in Buildroot. + +Signed-off-by: Thomas Petazzoni + +Index: mutt-1.5.17+20080114/Makefile.am +=================================================================== +--- mutt-1.5.17+20080114.orig/Makefile.am 2010-05-15 18:15:08.000000000 +0200 ++++ mutt-1.5.17+20080114/Makefile.am 2010-05-15 18:15:17.000000000 +0200 +@@ -9,7 +9,7 @@ + IMAP_INCLUDES = -I$(top_srcdir)/imap + endif + +-SUBDIRS = m4 po intl doc contrib $(IMAP_SUBDIR) ++SUBDIRS = m4 po intl contrib $(IMAP_SUBDIR) + + bin_SCRIPTS = muttbug flea @SMIMEAUX_TARGET@ + diff --git a/package/mutt/mutt.mk b/package/mutt/mutt.mk index 4b75cc84ba..4c8e3991ee 100644 --- a/package/mutt/mutt.mk +++ b/package/mutt/mutt.mk @@ -3,23 +3,11 @@ # mutt # ############################################################# -MUTT_VERSION:=1.5.17+20080114 -MUTT_SOURCE:=mutt_$(MUTT_VERSION).orig.tar.gz -MUTT_PATCH:=mutt_$(MUTT_VERSION)-1.diff.gz -MUTT_SITE:=$(BR2_DEBIAN_MIRROR)/debian/pool/main/m/mutt/ -MUTT_DEPENDENCIES=ncurses -MUTT_CONF_OPT = \ - --disable-smtp \ - --disable-iconv \ - --without-wc-funcs -MUTT_AUTORECONF=YES -define MUTT_APPLY_DEBIAN_PATCHES - if [ -d $(@D)/debian/patches ]; then \ - support/scripts/apply-patches.sh $(@D) $(@D)/debian/patches \*.patch; \ - fi -endef - -MUTT_POST_PATCH_HOOKS += MUTT_APPLY_DEBIAN_PATCHES +MUTT_VERSION = 1.5.21 +MUTT_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/mutt +MUTT_DEPENDENCIES = ncurses +MUTT_CONF_OPT = --disable-iconv --disable-smtp +MUTT_AUTORECONF = YES $(eval $(call AUTOTARGETS)) -- cgit v1.2.3