libgpg-error: enabled building gpg-error-config executable required by gpgme

This commit is contained in:
Matt Housh 2022-10-23 10:18:56 -05:00
parent a631970eaf
commit 4ac4ddff8f
3 changed files with 10 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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