~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] main/mutt: depend on gdbm-dev instead of db-dev

Details
Message ID
<83efd2ef450463320beb6461cbf100e1439c178f.1372313552.git.dubiousjim@gmail.com>
Sender timestamp
1372313552
DKIM signature
missing
Download raw message
Patch: +1 -1
The --enable-hcache config options demands some DB headers/lib be present; currently
we specify db in the APKBUILD, however this version of mutt only seems to recognize
db v4, and we're currently at v5.3. Let's specify gdbm instead, which mutt also
accepts.
---
 main/mutt/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/mutt/APKBUILD b/main/mutt/APKBUILD
index 1c6bc7d..9efe8a7 100644
--- a/main/mutt/APKBUILD
+++ b/main/mutt/APKBUILD
@@ -8,7 +8,7 @@ url="http://www.mutt.org"
arch="all"
license="GPL"
depends=
makedepends="cyrus-sasl-dev db-dev gettext-dev gpgme-dev libiconv-dev
makedepends="cyrus-sasl-dev gdbm-dev gettext-dev gpgme-dev libiconv-dev
	libidn-dev ncurses-dev openssl-dev perl"
install=
subpackages="$pkgname-doc $pkgname-lang"
-- 
1.8.3.1



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20130628090800.3869aacd@ncopa-desktop.alpinelinux.org>
In-Reply-To
<83efd2ef450463320beb6461cbf100e1439c178f.1372313552.git.dubiousjim@gmail.com> (view parent)
Sender timestamp
1372403280
DKIM signature
missing
Download raw message
On Thu, 27 Jun 2013 02:12:32 -0400
Dubiousjim <dubiousjim@gmail.com> wrote:

> The --enable-hcache config options demands some DB headers/lib be present; currently
> we specify db in the APKBUILD, however this version of mutt only seems to recognize
> db v4, and we're currently at v5.3. Let's specify gdbm instead, which mutt also
> accepts.
> ---
>  main/mutt/APKBUILD | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/main/mutt/APKBUILD b/main/mutt/APKBUILD
> index 1c6bc7d..9efe8a7 100644
> --- a/main/mutt/APKBUILD
> +++ b/main/mutt/APKBUILD
> @@ -8,7 +8,7 @@ url="http://www.mutt.org"
>  arch="all"
>  license="GPL"
>  depends=
> -makedepends="cyrus-sasl-dev db-dev gettext-dev gpgme-dev libiconv-dev
> +makedepends="cyrus-sasl-dev gdbm-dev gettext-dev gpgme-dev libiconv-dev
>  	libidn-dev ncurses-dev openssl-dev perl"
>  install=
>  subpackages="$pkgname-doc $pkgname-lang"

Applied and bumped pkgrel so we get a new .apk

Thanks!

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)