Commit graph

23 commits

Author SHA1 Message Date
rillig
dc7f429739 Added MAKE_JOBS_SAFE as suggested in PR 37261. 2007-11-03 22:40:27 +00:00
wiz
3053dddc84 Remove share/common-lisp/source/gpg-error directory tree on deinstall.
Bump PKGREVISION.
2007-01-24 19:38:16 +00:00
joerg
aa48c98240 DESTDIR support. 2006-11-05 17:31:09 +00:00
shannonjr
c760f3f584 PLIST correction 2006-10-20 16:15:49 +00:00
shannonjr
4139e7d5c6 Update to 1.4 (Required by gnupg-devel 1.93) 2006-10-20 15:12:20 +00:00
dsainty
176c977d64 Add an HTTP download URL for when outbound FTP isn't available. 2006-10-13 17:32:10 +00:00
shannonjr
cdbfc6d454 Update to 1.3 to sastify dependancies in several other packages. 2006-10-11 11:05:04 +00:00
heinz
5851e5bff0 Added appropriate TEST_TARGET. 2006-04-14 18:14:34 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xtraeme
1d38628f0a Expand the regexp to [3-9]*, to match future NetBSD versions. 2005-09-22 09:14:34 +00:00
xtraeme
135b2a7b38 Do not require GNU AWK (aka gawk) on NetBSD >= 3.0, because the
native awk package is enough to build/install the package.
2005-09-22 09:11:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jschauma
b18397b36c Unbreak this under IRIX by not demanding gawk. This is a hack:
Apparently, for as of yet undetermined reasons, gawk as built on IRIX
under pkgsrc croaks on regular expressions including a
combination of alpha- and numerical matches, such as the rather
trivial /^[ \t]*[0-9]+/
Let's use the system's AWK (ie nawk) for this package to avoid
breaking hundreds of dependents.
Speculation: somehow the regular expression library used to build
gawk conflicts with the systems regular expression library or
some such.
Note: gawk from SGIs freeware collection depends on expat -- why
is that? Does that have anything to do with anything?
2005-05-15 22:22:48 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
minskim
14ae434c0e Set LC_ALL to "C" when running GNU awk. Otherwise it behaves
differently depending on user's LC_ALL value.

Thanks to "amorphis" of Korea BSD User Forum for reporting and
testing.
2004-12-29 03:43:23 +00:00
minskim
ea70f07d61 This package requires GNU awk. 2004-10-15 20:54:02 +00:00
minskim
551bf9b517 Update libgpg-error to 1.0. Patch submitted by shannonjr@ and
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-15 18:21:56 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
minskim
cc086e4525 Enable pkgviews installation. While here, update the MAINTAINER email
address.
2004-02-25 15:02:26 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
jlam
52cda80f7d bl3ify 2004-02-09 20:25:09 +00:00
wiz
4898c670fb Fix gpg-error-config script to return -Wl,-R part too.
Bump PKGREVISION to 1.
2003-12-14 14:57:40 +00:00
xtraeme
a5ab9aac8b Initial import of libgpg-error-0.6 from pkgsrc-wip, packaged by
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.
2003-12-05 23:24:31 +00:00