1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

security/gpa: Fix configure with libassuan 3.x

Reported by:	pkg-fallout
This commit is contained in:
Jason E. Hale 2024-07-11 10:32:40 -04:00
parent 58c24ba48a
commit 3e60615f4d
2 changed files with 15 additions and 1 deletions

View File

@ -21,7 +21,6 @@ USES= desktop-file-utils gmake gnome localbase pkgconfig tar:bzip2
USE_GNOME= gdkpixbuf2 gtk20
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ENV+= GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap"
LDFLAGS+= -Wl,--as-needed

View File

@ -0,0 +1,15 @@
Fix configure with security/libassuan 3.x
--- configure.orig 2018-10-16 21:44:05 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