# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= libgpg-error VERSION= 1.58 KEYWORDS= security devel VARIANTS= std SDESC[std]= Common error values for all GnuPG components HOMEPAGE= https://gnupg.org/software/libgpg-error/index.html CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= GNUPG/libgpg-error DISTFILE[1]= libgpg-error-1.58.tar.bz2:main DF_INDEX= 1 SPKGS[std]= set primary tools dev man info OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none EXRUN[tools]= libgpg-error:primary:std USES= cpe gmake libtool iconv mbsdfix LICENSE= LGPL21+:primary LICENSE_TERMS= primary:{{WRKDIR}}/TERMS LICENSE_FILE= LGPL21+:{{WRKSRC}}/COPYING.LIB LICENSE_AWK= TERMS:"@configure_input@" LICENSE_SOURCE= TERMS:{{WRKSRC}}/src/gpg-error.h.in LICENSE_SCHEME= solo INFO= info:gpgrt CPE_PRODUCT= libgpg-error CPE_VENDOR= gnupg FPC_EQUIVALENT= security/libgpg-error INFO_SUBDIR= . MUST_CONFIGURE= gnu CONFIGURE_ARGS= --enable-static=yes --with-libintl-prefix={{LOCALBASE}} --disable-nls {{ICONV_CONFIGURE_ARG}} SINGLE_JOB= yes INSTALL_TARGET= install-strip SOVERSION= 0.41.1 CPPFLAGS= -P [FILE:203:descriptions/desc.primary] libgpg-error is a library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and possibly more in the future. [FILE:42:descriptions/desc.tools] This package contains libgpg-error tools. [FILE:104:distinfo] f943aea9a830a8bd938e5124b579efaece24a3225ff4c3d27611a80ce1260c27 1123899 libgpg-error-1.58.tar.bz2 [FILE:210:manifests/plist.primary] lib/ libgpg-error.so.%%SOMAJOR%% libgpg-error.so.%%SOVERSION%% share/common-lisp/source/gpg-error/ gpg-error-codes.lisp gpg-error-package.lisp gpg-error.asd gpg-error.lisp share/libgpg-error/errorref.txt [FILE:23:manifests/plist.tools] bin/ gpg-error yat2m [FILE:152:manifests/plist.dev] bin/gpgrt-config include/ gpg-error.h gpgrt.h lib/ libgpg-error.a libgpg-error.so lib/pkgconfig/gpg-error.pc share/aclocal/ gpg-error.m4 gpgrt.m4 [FILE:30:manifests/plist.man] share/man/man1/gpgrt-config.1 [FILE:292:patches/patch-src_spawn-posix.c] --- src/spawn-posix.c.orig 2025-11-19 11:08:27 UTC +++ src/spawn-posix.c @@ -55,6 +55,10 @@ # include #endif +#if defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__) +extern char **environ; +#endif + #define _GPGRT_NEED_AFLOCAL 1 #include "gpgrt-int.h"