Commit graph

9 commits

Author SHA1 Message Date
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