Commit graph

17 commits

Author SHA1 Message Date
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +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
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
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
adam
913bbe16d4 Changes 1.0.24:
* Correct a typo which turns a C comment into a C++ comment
2005-04-06 15:02:05 +00:00
martti
a304a917fa Updated dbh to 1.0.22
* Bug fixes

This is needed by xfce 4.2.1
2005-03-16 13:29:46 +00:00
jmmv
8a8d10cd44 Reset maintainer to tech-pkg@; Benedikt Meurer cannot handle these any more. 2005-01-15 12:49:31 +00:00
martti
4b65b6259f Updated dbh to 1.0.20
Changes unknown (ChangeLog ends to 1.0.10). This version is needed
by the (not yet released) XFce 4.2
2004-10-08 09:13:30 +00:00
martti
f5ff0c079e Updated dbh to 1.0.18
List of changes unknown (the ChangeLog file ends in 1.0.10).
2004-05-05 06:24:58 +00:00
snj
c559bd4ef7 Fix build on sparc64 with gcc2. 2004-03-22 23:16:44 +00:00
xtraeme
a5070101e0 bl3ify and add explicit dependency on pkgconfig. 2004-03-10 09:46:50 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
ec993afa1a 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:32 +00:00
martti
914af46724 Updated dbh to 1.0.15
* Build process fixes
2003-07-22 05:22:58 +00:00
grant
668f06fc7d post-install:
- create directories first, then install files into them.
- remove unnecessary trailing slashes.
2003-05-05 17:21:48 +00:00
hubertf
fcafcd14c9 Import dbh-1.0.14: Library to create disk based Hashtables
Disk based hashes is a method to create multidimensional binary trees on disk.
This library permits the extension of database concept to a plethora of
electronic data, such as graphic information. With the multidimensional binary
tree it is possible to mathematically prove that access time to any
particular record is minimized (using the concept of critical points from
calculus), which provides the means to construct optimized databases for
particular applications.

Submitted by benedikt.meurer@unix-ag.uni-siegen.de in pkgsrc-wip
2003-04-06 13:45:39 +00:00