Commit graph

7 commits

Author SHA1 Message Date
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +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
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
5ae9517d74 Add RMD160 digests. 2005-02-24 11:24:01 +00:00
reed
2a67031d46 This build depends on texi2html.
(Noticed in kristerw's amd64-2.0 pkgsrc bulk build.)
2005-02-18 19:32:10 +00:00
reed
ca14d1dd71 New package: libassetml
AssetML defines an XML file for multimedia metadata, such as name,
description, categories, and file type.  Applications using the
libassetml library can query these XML files to share and reuse
content like image and audio files. This package also provides the
assetml-query tool for browsing the AssetML database.

http://www.ofset.org/assetml/

(This will be used by childsplay and gcompris. Anyone want to work on them?)
2005-02-16 18:38:40 +00:00