Commit graph

15 commits

Author SHA1 Message Date
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
tonio
cf1369e5d9 Update patch-ab to be Darwin friendly 2005-11-12 18:06:43 +00:00
tonio
f9fba21138 Update databases/lbdb to 0.31
Changelog:
  * m_pine: Double-quote parens. Thanks to Stefan M<C3><A4>tje for reporting this
    bug and sending a patch.
  * Apply patch by Brendan Cully to follow the Apple build system changes
    used to build ABQuery module.
  * Add m_vcf module for querying vcard files provided by Brendan Cully.
  * Add authentication (bind_dn, bind_password) to mutt_ldap_query. Based
    on an idea of Jan-Benedict Glaw (Closes: #324655, #286163).
  * Update FSF address in nearly all files.
  * Upgrade to standards-version 3.6.2 (no changes).

For now, make sure the m_vcf module is not built. It depends on libvformat,
which is not yet in pkgsrc
2005-11-12 17:43:42 +00:00
tv
e55646251e Build without YP support on Interix. 2005-11-08 01:32:56 +00:00
tonio
59b9997886 Force lbdb to use TOOLS_SH and TOOLS_AWK when building scripts
so prevent interactions with bash and gawk packages or tools wrappers

Update maintainer address, and bump PKGREVISION, binary packages may contain references to bash or gawk
2005-09-10 11:26:47 +00:00
tonio
1f628645d6 Fix build of the osx_addressbook plugin under macosx 10.4 tiger 2005-09-04 14:53:15 +00:00
tonio
d35331cde2 don't derive DISTNAME from PKGNAME, the other way is simpler 2005-09-03 12:51:10 +00:00
tonio
871b2a891c strips nb[0-9]* from PKGNAME when building DISTNAME 2005-09-03 12:39:23 +00:00
tonio
2556df6bb5 use DEPENDS+= instead of = in options.mk, to prevent forgetting the dependancy
on p5-perl-ldap
bump PKGREVISION
2005-09-03 12:09:58 +00:00
tonio
89dc682d50 Update databases/lbdb to 0.30
Make it use the option framework, to enable/disable abook and gnupg plugins and
dependancies
fix PR 29879, applying the appended patch

approved by cube@
2005-08-30 16:14:53 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +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
kim
b843ac9c94 Import lbdb-0.29 from Antoine Reilles, heavily modified by me. 2005-03-25 21:39:11 +00:00