Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upmutt recipe #699
mutt recipe #699
Conversation
| 2000-2004 Edmund Grimley Evans | ||
| 2006-2009 Rocco Rutte | ||
| 2014-2015 Kevin J. McCarthy | ||
| " |
This comment has been minimized.
This comment has been minimized.
waddlesplash
Jul 22, 2016
Member
Quote goes on previous line. And all the continuation COPYRIGHT lines should be indented by 1 tab.
|
|
||
| BUILD() | ||
| { | ||
| libtoolize --force |
This comment has been minimized.
This comment has been minimized.
| DESCRIPTION="A text-based email client for Unix-like systems. \ | ||
| It was originally written by Michael Elkins in 1995 and released \ | ||
| under the GNU General Public License version 2 or any later \ | ||
| version. |
This comment has been minimized.
This comment has been minimized.
| PATCHES="mutt-$portVersion.patchset" | ||
|
|
||
| ARCHITECTURES="?x86_gcc2 x86 ?arm" | ||
| SECONDARY_ARCHITECTURES="?x86_gcc2 x86 ?arm" |
This comment has been minimized.
This comment has been minimized.
| cmd:gcc$secondaryArchSuffix | ||
| cmd:make | ||
| cmd:m4 | ||
| cmd:gawk |
This comment has been minimized.
This comment has been minimized.
| lib:libiconv$secondaryArchSuffix | ||
| lib:libgpgme$secondaryArchSuffix | ||
| lib:libgpg_error$secondaryArch | ||
| lib:libgpg_error.so.0$secondaryArch |
This comment has been minimized.
This comment has been minimized.
fbrosson
Sep 4, 2016
Member
I think you should replace
lib:libgpg_error$secondaryArch
lib:libgpg_error.so.0$secondaryArch
by just
lib:libgpg_error$secondaryArch
(if you don't need a specific version of the lib),
or by
lib:libgpg_error$secondaryArch >= 0
(if you need libgpg_error.so.0.)
| cmd:bison | ||
| cmd:gawk | ||
| cmd:gcc$secondaryArchSuffix | ||
| cmd:make |
This comment has been minimized.
This comment has been minimized.
fbrosson
Oct 4, 2016
Member
You need to add a cmd:libtoolize$secondaryArchSuffix to BUILD_PREREQUIRES. The best place for it is just before cmd:make.
BTW, the cmd:gpgme_config$secondaryArchSuffix currently in BUILD_REQUIRES would be better in BUILD_PREREQUIRES, between the cmd:gcc$secondaryArchSuffix and the cmd:libtoolize$secondaryArchSuffix.
| under the GNU General Public License version 2 or any later version. | ||
| The Mutt slogan is All mail clients suck. This one just sucks less." | ||
| HOMEPAGE="http://www.mutt.org" |
This comment has been minimized.
This comment has been minimized.
fbrosson
Oct 4, 2016
Member
IMHO it would be better to have
HOMEPAGE="http://www.mutt.org/"
I know most browsers hide the trailing slash when there is nothing after it, but, to be correct, a URL needs either a path or a trailing slash.
I also know that this is a detail and that some recipes are missing that trailing slash.
But I think we should have correct URLs in our recipes.
A practical reason for keeping the slash is that when wrong URLs are copy/pasted to forums that make hyperlinks with them, these hyperlinks do not always work because the wrapper that creates the hyperlinks is not able to correctly detect the end of the domain name when it is followed by a dot. I've already seen that in some places. This never happens with correct URLs ;-)
This comment has been minimized.
This comment has been minimized.
6661b5e
into
haikuports:master
extrowerk commentedJul 13, 2016
For the sake of IMAP.
Sadly gmail requires SASL.