From 4ac4ddff8fb375bfe9cdadc52e7b2a02478ed1b0 Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Sun, 23 Oct 2022 10:18:56 -0500 Subject: [PATCH] libgpg-error: enabled building gpg-error-config executable required by gpgme --- libgpg-error/.footprint | 4 ++++ libgpg-error/.signature | 6 +++--- libgpg-error/Pkgfile | 5 +++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/libgpg-error/.footprint b/libgpg-error/.footprint index 585752176..28df9c62a 100644 --- a/libgpg-error/.footprint +++ b/libgpg-error/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/gpg-error +-rwxr-xr-x root/root usr/bin/gpg-error-config -rwxr-xr-x root/root usr/bin/gpgrt-config -rwxr-xr-x root/root usr/bin/yat2m drwxr-xr-x root/root usr/include/ @@ -27,3 +28,6 @@ drwxr-xr-x root/root usr/share/common-lisp/source/gpg-error/ -rw-r--r-- root/root usr/share/common-lisp/source/gpg-error/gpg-error.lisp drwxr-xr-x root/root usr/share/libgpg-error/ -rw-r--r-- root/root usr/share/libgpg-error/errorref.txt +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/gpg-error-config.1.gz diff --git a/libgpg-error/.signature b/libgpg-error/.signature index 5db8dc541..e1983c99f 100644 --- a/libgpg-error/.signature +++ b/libgpg-error/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Y6sRbp5RRvQfYNU/blKTABF+/oVBOZboMk4QL84s/3hOCYOf/OR51N+146rx847Xm1Qy8Rjn2koqOVYkXrdRQM= -SHA256 (Pkgfile) = a867f08d53a08b0a90718dc9c4b4b9f0eee7a1083687bbc5764f3fc26473751c -SHA256 (.footprint) = cae3d8cbcdfffacd7fd17d944db978f8591e04ca39dd6081c4cbf3b582cf04de +RWSE3ohX2g5d/eLJc6uFNXRD8PgfpzAkSLtDTinjOJq6Y6x5XUAt1jAWWw/aG8krHh4EPJ6hTm54nD5MjqE34fTzYhh7o3OehAM= +SHA256 (Pkgfile) = 99b38b97fed79df29d9ebcfbf7700c81b0a6ffcc82c77548d069b089ccf416f0 +SHA256 (.footprint) = cb6934479babe1dff12f7bcfc77d31e26b6f0094dd1a2a0ae0c5864addc681ea SHA256 (libgpg-error-1.46.tar.bz2) = b7e11a64246bbe5ef37748de43b245abd72cfcd53c9ae5e7fc5ca59f1c81268d diff --git a/libgpg-error/Pkgfile b/libgpg-error/Pkgfile index 6315d2c42..cddec0825 100644 --- a/libgpg-error/Pkgfile +++ b/libgpg-error/Pkgfile @@ -4,7 +4,7 @@ name=libgpg-error version=1.46 -release=1 +release=2 source=(https://www.gnupg.org/ftp/gcrypt/$name/$name-$version.tar.bz2) build() { @@ -13,7 +13,8 @@ build() { ./configure \ --prefix=/usr \ --disable-nls \ - --enable-static + --enable-static \ + --enable-install-gpg-error-config make make DESTDIR=$PKG install