summaryrefslogtreecommitdiff
path: root/security/libgpg-error/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-12-29Set LC_ALL to "C" when running GNU awk. Otherwise it behavesminskim1-2/+2
differently depending on user's LC_ALL value. Thanks to "amorphis" of Korea BSD User Forum for reporting and testing.
2004-10-15This package requires GNU awk.minskim1-2/+2
2004-10-15Update libgpg-error to 1.0. Patch submitted by shannonjr@ andminskim1-4/+7
slightly modified by me. Changes since 0.6: * Ported to Solaris 2.8. * Added a new error source GPG_ERR_SOURCE_GSTI, and new error codes GPG_ERR_PROTOCOL_VIOLATION and GPG_ERR_INV_MAC for this source. * Interface changes relative to the 0.7 release: GPG_ERR_SOURCE_GSTI NEW GPG_ERR_PROTOCOL_VIOLATION NEW GPG_ERR_INV_MAC NEW GPG_ERR_INV_REQUEST NEW * libgpg-error can be built on systems where the errno macros do not evaluate to plain numbers, but expressions. If you want to cross-compile, you might have to set CC_FOR_BUILD, though. * A new tool gpg-error to convert error numbers into symbols into strings is provided. * Interface changes relative to the 0.6 release: GPG_ERR_LOCALE_PROBLEM NEW GPG_ERR_NOT_LOCKED NEW
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-02-25Enable pkgviews installation. While here, update the MAINTAINER emailminskim1-2/+4
address.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-4/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-09bl3ifyjlam1-3/+3
2003-12-14Fix gpg-error-config script to return -Wl,-R part too.wiz1-1/+2
Bump PKGREVISION to 1.
2003-12-05Initial import of libgpg-error-0.6 from pkgsrc-wip, packaged byxtraeme1-0/+21
Min Sik Kim. 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.