From eb05a990ea8fa7c0502250f7937caf537b011445 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 20 Sep 2018 14:19:13 +0200 Subject: [PATCH 1/3] Mutt: convert to be0file --- mutt-1.5.21-0.bee => mutt.be0 | 2 ++ 1 file changed, 2 insertions(+) rename mutt-1.5.21-0.bee => mutt.be0 (92%) diff --git a/mutt-1.5.21-0.bee b/mutt.be0 similarity index 92% rename from mutt-1.5.21-0.bee rename to mutt.be0 index beff7758c..a4b54ac79 100755 --- a/mutt-1.5.21-0.bee +++ b/mutt.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION mutt-1.5.21-0 + SRCURL[0]="ftp://ftp.mutt.org/mutt/devel/mutt-${PKGVERSION}.tar.gz" PATCHURL[0]="" From fedd918af69dcae8e59dd5cce390c3a4789d3f9a Mon Sep 17 00:00:00 2001 From: david Date: Thu, 20 Sep 2018 14:20:03 +0200 Subject: [PATCH 2/3] Mutt: remove old bee options --- mutt.be0 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mutt.be0 b/mutt.be0 index a4b54ac79..984552cc5 100755 --- a/mutt.be0 +++ b/mutt.be0 @@ -4,9 +4,7 @@ SRCURL[0]="ftp://ftp.mutt.org/mutt/devel/mutt-${PKGVERSION}.tar.gz" -PATCHURL[0]="" - -# BEE_CONFIGURE=compat +# PATCHURL[0]="" # BEE_BUILDTYPE= From 887fb094c3cac99e11f5768b1a4d73e4fa33c742 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 20 Sep 2018 15:19:46 +0200 Subject: [PATCH 3/3] mutt: Update from version 1.5.21 to 1.10.1 build like LFS [1] indirect request Sebastian Mackowiak [1] http://www.linuxfromscratch.org/blfs/view/svn/basicnet/mutt.html --- mutt.be0 | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/mutt.be0 b/mutt.be0 index 984552cc5..0bad43a59 100755 --- a/mutt.be0 +++ b/mutt.be0 @@ -1,8 +1,8 @@ #!/usr/bin/env beesh -# BEE_VERSION mutt-1.5.21-0 +# BEE_VERSION mutt-1.10.1-0 -SRCURL[0]="ftp://ftp.mutt.org/mutt/devel/mutt-${PKGVERSION}.tar.gz" +SRCURL[0]="ftp://ftp.mutt.org/pub/mutt/mutt-${PKGVERSION}.tar.gz" # PATCHURL[0]="" @@ -20,9 +20,14 @@ SRCURL[0]="ftp://ftp.mutt.org/mutt/devel/mutt-${PKGVERSION}.tar.gz" # bee_patch ${@} #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure --with-ssl \ + --enable-external-dotlock \ + --enable-pop \ + --enable-imap \ + --enable-hcache \ + --enable-sidebar +} #mee_build() { # bee_build