* [Buildroot] svn commit: trunk/buildroot/package/mutt
@ 2007-09-02 20:58 aldot at uclibc.org
0 siblings, 0 replies; 2+ messages in thread
From: aldot at uclibc.org @ 2007-09-02 20:58 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2007-09-02 13:58:51 -0700 (Sun, 02 Sep 2007)
New Revision: 19765
Log:
- it's a stub, add prominent note on it's brokenness
Modified:
trunk/buildroot/package/mutt/Config.in
Changeset:
Modified: trunk/buildroot/package/mutt/Config.in
===================================================================
--- trunk/buildroot/package/mutt/Config.in 2007-09-02 20:53:38 UTC (rev 19764)
+++ trunk/buildroot/package/mutt/Config.in 2007-09-02 20:58:51 UTC (rev 19765)
@@ -1,5 +1,5 @@
config BR2_PACKAGE_MUTT
- bool "mutt"
+ bool "mutt (BROKEN for wchar; FIXME!)"
default n
select BR2_PACKAGE_NCURSES
help
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mutt
@ 2008-05-11 6:41 ulf at uclibc.org
0 siblings, 0 replies; 2+ messages in thread
From: ulf at uclibc.org @ 2008-05-11 6:41 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2008-05-10 23:41:33 -0700 (Sat, 10 May 2008)
New Revision: 21963
Log:
Bump mutt version
Modified:
trunk/buildroot/package/mutt/mutt.mk
Changeset:
Modified: trunk/buildroot/package/mutt/mutt.mk
===================================================================
--- trunk/buildroot/package/mutt/mutt.mk 2008-05-09 18:15:16 UTC (rev 21962)
+++ trunk/buildroot/package/mutt/mutt.mk 2008-05-11 06:41:33 UTC (rev 21963)
@@ -3,9 +3,9 @@
# mutt
#
#############################################################
-MUTT_VERSION:=1.5.16
+MUTT_VERSION:=1.5.17+20080114
MUTT_SOURCE:=mutt_$(MUTT_VERSION).orig.tar.gz
-MUTT_PATCH:=mutt_$(MUTT_VERSION)-3.diff.gz
+MUTT_PATCH:=mutt_$(MUTT_VERSION)-1.diff.gz
MUTT_SITE:=$(BR2_DEBIAN_MIRROR)/debian/pool/main/m/mutt/
MUTT_DIR:=$(BUILD_DIR)/mutt-$(MUTT_VERSION)
MUTT_CAT:=$(ZCAT)
@@ -18,11 +18,9 @@
$(DL_DIR)/$(MUTT_PATCH):
$(WGET) -P $(DL_DIR) $(MUTT_SITE)/$(MUTT_PATCH)
-mutt-source: $(DL_DIR)/$(MUTT_SOURCE) $(DL_DIR)/$(MUTT_PATCH)
-
$(MUTT_DIR)/.unpacked: $(DL_DIR)/$(MUTT_SOURCE) $(DL_DIR)/$(MUTT_PATCH)
$(MUTT_CAT) $(DL_DIR)/$(MUTT_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
- toolchain/patch-kernel.sh $(MUTT_DIR) package/mutt/ mutt\*.patch
+ toolchain/patch-kernel.sh $(MUTT_DIR) package/mutt/ mutt-$(MUTT_VERSION)\*.patch
ifneq ($(MUTT_PATCH),)
(cd $(MUTT_DIR) && $(MUTT_CAT) $(DL_DIR)/$(MUTT_PATCH) | patch -p1)
if [ -d $(MUTT_DIR)/debian/patches ]; then \
@@ -56,6 +54,10 @@
cp -dpf $(MUTT_DIR)/$(MUTT_BINARY) $@
$(STRIPCMD) $(STRIP_STRIP_ALL) $@
+mutt-source: $(DL_DIR)/$(MUTT_SOURCE) $(DL_DIR)/$(MUTT_PATCH)
+
+mutt-unpacked: $(MUTT_DIR)/.unpacked
+
mutt: uclibc ncurses $(TARGET_DIR)/$(MUTT_TARGET_BINARY)
mutt-clean:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-11 6:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-02 20:58 [Buildroot] svn commit: trunk/buildroot/package/mutt aldot at uclibc.org
-- strict thread matches above, loose matches on Subject: below --
2008-05-11 6:41 ulf at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox