From fcaef4f34786284a8949baf1dca449b904b27ea2 Mon Sep 17 00:00:00 2001 From: "Jason E. Hale" Date: Thu, 26 Dec 2024 22:36:09 -0500 Subject: security/gpa: Update to 0.11.0 Last release was over 6 years ago and even upstream is deferring to the commit history for changes. Of note, however, is that the application has been ported from GTK+2 to GTK+3. https://dev.gnupg.org/T7449 --- security/gpa/files/patch-configure | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'security/gpa/files/patch-configure') diff --git a/security/gpa/files/patch-configure b/security/gpa/files/patch-configure index d48cd3ffce47..b4afb2576a1d 100644 --- a/security/gpa/files/patch-configure +++ b/security/gpa/files/patch-configure @@ -1,15 +1,13 @@ -Fix configure with security/libassuan 3.x +Fix path of pkgconfig files passed to gpgrt-config. ---- configure.orig 2018-10-16 21:44:05 UTC +--- configure.orig 2024-12-10 20:20:58 UTC +++ configure -@@ -2256,8 +2256,8 @@ NEED_GPG_ERROR_VERSION=1.27 - - - NEED_GPG_ERROR_VERSION=1.27 --NEED_LIBASSUAN_API=2 --NEED_LIBASSUAN_VERSION=2.4.2 -+NEED_LIBASSUAN_API=3 -+NEED_LIBASSUAN_VERSION=3.0.0 - NEED_GPGME_API=1 - NEED_GPGME_VERSION=1.9.0 - +@@ -9283,7 +9283,7 @@ fi + # Get the prefix of gpgrt-config assuming it's something like: + # /bin/gpgrt-config + gpgrt_prefix=${GPGRT_CONFIG%/*/*} +- possible_libdir1=${gpgrt_prefix}/lib ++ possible_libdir1=${gpgrt_prefix}/libdata + # Determine by using system libdir-format with CC, it's like: + # Normal style: /usr/lib + # GNU cross style: /usr//lib -- cgit v1.2.3