aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-08-12 07:43:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-08-12 07:44:05 +0000
commitd9e253b2d144bd3752507b42cbe2989810ef34ec (patch)
treee10e693941cf5e7b12e9a357a903783b7889a9af
parent53f9795a13903861e21480fed7a4c8e778e0f08c (diff)
downloadalpine_aports-d9e253b2d144bd3752507b42cbe2989810ef34ec.tar.bz2
alpine_aports-d9e253b2d144bd3752507b42cbe2989810ef34ec.tar.xz
alpine_aports-d9e253b2d144bd3752507b42cbe2989810ef34ec.zip
main/libgpg-error: upgrade to 1.9
-rw-r--r--main/libgpg-error/APKBUILD11
-rw-r--r--main/libgpg-error/nocxx.patch15
2 files changed, 3 insertions, 23 deletions
diff --git a/main/libgpg-error/APKBUILD b/main/libgpg-error/APKBUILD
index 0222feeb46..3163cd8174 100644
--- a/main/libgpg-error/APKBUILD
+++ b/main/libgpg-error/APKBUILD
@@ -1,21 +1,17 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=libgpg-error 2pkgname=libgpg-error
3pkgver=1.7 3pkgver=1.9
4pkgrel=3 4pkgrel=0
5pkgdesc="Support library for libgcrypt" 5pkgdesc="Support library for libgcrypt"
6url="http://www.gnupg.org" 6url="http://www.gnupg.org"
7license="LGPL" 7license="LGPL"
8depends="" 8depends=""
9subpackages="$pkgname-dev $pkgname-lisp" 9subpackages="$pkgname-dev $pkgname-lisp"
10source="ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2 10source="ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2
11 nocxx.patch
12 " 11 "
13 12
14build () { 13build () {
15 cd "$srcdir"/$pkgname-$pkgver 14 cd "$srcdir"/$pkgname-$pkgver
16 msg "Punting useless check for cpp..."
17 patch configure < ../nocxx.patch || return 1
18
19 ./configure --prefix=/usr \ 15 ./configure --prefix=/usr \
20 --disable-nls 16 --disable-nls
21 17
@@ -32,5 +28,4 @@ lisp() {
32 mv "$pkgdir"/usr/share "$subpkgdir"/usr/share/ 28 mv "$pkgdir"/usr/share "$subpkgdir"/usr/share/
33} 29}
34 30
35md5sums="62c0d09d1e76c5b6da8fff92314c4665 libgpg-error-1.7.tar.bz2 31md5sums="521b98aa9395e7eaf0ef2236233a0796 libgpg-error-1.9.tar.bz2"
3628513788ba4d556ccd538867dc6205ab nocxx.patch"
diff --git a/main/libgpg-error/nocxx.patch b/main/libgpg-error/nocxx.patch
deleted file mode 100644
index beb1ab9006..0000000000
--- a/main/libgpg-error/nocxx.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1--- a/configure 2004-12-07 21:34:23.205172545 +0000
2+++ b/configure 2004-12-07 21:37:17.726654782 +0000
3@@ -5148,10 +5148,8 @@
4 :
5 else
6 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
7-See \`config.log' for more details." >&5
8-echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
9-See \`config.log' for more details." >&2;}
10- { (exit 1); exit 1; }; }
11+See \`config.log' for more details." >&5;}
12+ { echo "C++ sucks, ignoring ..." >&5; }; }
13 fi
14
15 ac_ext=cc