summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2007-07-08 11:02:41 +0000
committerAlon Bar-Lev <alonbl@gentoo.org>2007-07-08 11:02:41 +0000
commit0f3c166303004728f23dfa88ef8cfcdd322f979a (patch)
tree4d3a9c0440c857118e985d464746785ca5ea94f9 /app-crypt/gnupg
parentAdded the patches from bugs 151089 and 154421 which fix compile failures with... (diff)
downloadgentoo-2-0f3c166303004728f23dfa88ef8cfcdd322f979a.tar.gz
gentoo-2-0f3c166303004728f23dfa88ef8cfcdd322f979a.tar.bz2
gentoo-2-0f3c166303004728f23dfa88ef8cfcdd322f979a.zip
Fix fbsd, bug#184535, thanks to lavajoe
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'app-crypt/gnupg')
-rw-r--r--app-crypt/gnupg/ChangeLog5
-rw-r--r--app-crypt/gnupg/gnupg-2.0.5.ebuild10
2 files changed, 13 insertions, 2 deletions
diff --git a/app-crypt/gnupg/ChangeLog b/app-crypt/gnupg/ChangeLog
index cc88fd17f970..2e2b45c36dc6 100644
--- a/app-crypt/gnupg/ChangeLog
+++ b/app-crypt/gnupg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/gnupg
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.299 2007/07/07 16:12:12 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.300 2007/07/08 11:02:41 alonbl Exp $
+
+ 08 Jul 2007; Alon Bar-Lev <alonbl@gentoo.org> gnupg-2.0.5.ebuild:
+ Fix fbsd, bug#184535, thanks to lavajoe
07 Jul 2007; Alon Bar-Lev <alonbl@gentoo.org>
+files/gnupg-2.0.5-test.patch, gnupg-2.0.5.ebuild:
diff --git a/app-crypt/gnupg/gnupg-2.0.5.ebuild b/app-crypt/gnupg/gnupg-2.0.5.ebuild
index 1cba99fff82f..18af798f2531 100644
--- a/app-crypt/gnupg/gnupg-2.0.5.ebuild
+++ b/app-crypt/gnupg/gnupg-2.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.5.ebuild,v 1.3 2007/07/07 16:12:12 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.5.ebuild,v 1.4 2007/07/08 11:02:41 alonbl Exp $
inherit flag-o-matic
@@ -42,10 +42,18 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${PN}-2.0.4-idea.patch"
+
+ # https://bugs.g10code.com/gnupg/issue811
epatch "${FILESDIR}/${P}-test.patch"
# parallel make issue
+ # ack by upstream.
sed -i 's#\.\./common/libcommon#libcommon#g' common/Makefile.in
+
+ # Make scripts/install-sh executable
+ # it is used by bsd autoconf as-is as install replacement
+ # https://bugs.g10code.com/gnupg/issue812
+ chmod +x ${S}/scripts/install-sh
}
src_compile() {