From e6e1ec52ee9f413f797a421e3be29d902ed34127 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lawrence=20Vel=C3=A1zquez?= <larryv@macports.org>
Date: Sun, 17 Jul 2016 02:36:44 -0400
Subject: [PATCH] libgpg-error: Update to 1.24
---
dports/devel/libgpg-error/Portfile | 8 ++++----
dports/devel/libgpg-error/files/patch-configure.diff | 14 ++++++++------
2 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/dports/devel/libgpg-error/Portfile b/dports/devel/libgpg-error/Portfile
index f2d32c6..5446712 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name libgpg-error |
7 | | version 1.23 |
| 7 | version 1.24 |
8 | 8 | categories devel |
9 | 9 | platforms darwin |
10 | 10 | license LGPL-2.1+ |
… |
… |
master_sites gnupg |
21 | 21 | |
22 | 22 | use_bzip2 yes |
23 | 23 | |
24 | | checksums rmd160 f67f7e6a199e2e01f8bec8eb1af60c64db757829 \ |
25 | | sha256 7f0c7f65b98c4048f649bfeebfa4d4c1559707492962504592b985634c939eaa |
| 24 | checksums rmd160 b7e9ee8344da7c5a73879f3caad6f2938b3123be \ |
| 25 | sha256 9268e1cc487de5e6e4460fca612a06e4f383072ac43ae90603e5e46783d3e540 |
26 | 26 | |
27 | 27 | depends_lib port:libiconv \ |
28 | 28 | port:gettext |
29 | 29 | |
30 | | patchfiles patch-configure.diff |
| 30 | patchfiles patch-configure.diff |
31 | 31 | |
32 | 32 | test.run yes |
33 | 33 | test.target check |
diff --git a/dports/devel/libgpg-error/files/patch-configure.diff b/dports/devel/libgpg-error/files/patch-configure.diff
index 81e2a72..221657c 100644
a
|
b
|
|
1 | | --- configure.orig 2014-09-11 06:34:09.000000000 -0700 |
2 | | +++ configure 2014-09-12 09:15:00.000000000 -0700 |
3 | | @@ -2948,7 +2948,7 @@ |
4 | | */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; |
5 | | esac |
| 1 | Index: configure |
| 2 | =================================================================== |
| 3 | --- configure.orig |
| 4 | +++ configure |
| 5 | @@ -2976,7 +2976,7 @@ fi |
| 6 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 |
| 7 | $as_echo "$MKDIR_P" >&6; } |
6 | 8 | |
7 | 9 | -for ac_prog in gawk mawk nawk awk |
8 | 10 | +for ac_prog in gawk mawk awk nawk |
9 | 11 | do |
10 | 12 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
11 | 13 | set dummy $ac_prog; ac_word=$2 |
12 | | @@ -4500,7 +4500,7 @@ |
| 14 | @@ -4554,7 +4554,7 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS con |
13 | 15 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
14 | 16 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
15 | 17 | |