diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-08-12 07:43:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-08-12 07:44:05 +0000 |
commit | d9e253b2d144bd3752507b42cbe2989810ef34ec (patch) | |
tree | e10e693941cf5e7b12e9a357a903783b7889a9af /main | |
parent | 53f9795a13903861e21480fed7a4c8e778e0f08c (diff) | |
download | aports-d9e253b2d144bd3752507b42cbe2989810ef34ec.tar.bz2 aports-d9e253b2d144bd3752507b42cbe2989810ef34ec.tar.xz |
main/libgpg-error: upgrade to 1.9
Diffstat (limited to 'main')
-rw-r--r-- | main/libgpg-error/APKBUILD | 11 | ||||
-rw-r--r-- | main/libgpg-error/nocxx.patch | 15 |
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 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libgpg-error -pkgver=1.7 -pkgrel=3 +pkgver=1.9 +pkgrel=0 pkgdesc="Support library for libgcrypt" url="http://www.gnupg.org" license="LGPL" depends="" subpackages="$pkgname-dev $pkgname-lisp" source="ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2 - nocxx.patch " build () { cd "$srcdir"/$pkgname-$pkgver - msg "Punting useless check for cpp..." - patch configure < ../nocxx.patch || return 1 - ./configure --prefix=/usr \ --disable-nls @@ -32,5 +28,4 @@ lisp() { mv "$pkgdir"/usr/share "$subpkgdir"/usr/share/ } -md5sums="62c0d09d1e76c5b6da8fff92314c4665 libgpg-error-1.7.tar.bz2 -28513788ba4d556ccd538867dc6205ab nocxx.patch" +md5sums="521b98aa9395e7eaf0ef2236233a0796 libgpg-error-1.9.tar.bz2" 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 @@ ---- a/configure 2004-12-07 21:34:23.205172545 +0000 -+++ b/configure 2004-12-07 21:37:17.726654782 +0000 -@@ -5148,10 +5148,8 @@ - : - else - { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check --See \`config.log' for more details." >&5 --echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } -+See \`config.log' for more details." >&5;} -+ { echo "C++ sucks, ignoring ..." >&5; }; } - fi - - ac_ext=cc |