Commit graph

6 commits

Author SHA1 Message Date
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
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +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
gson
b1dd3ea647 Update to libstree 0.4.0.
Changes since 0.3.0:
 * Fixed logic error in lst_string_eq()
 * Added support for determining the longest repeated substring
2004-08-22 16:49:39 +00:00
grant
7541c07e71 use bl3 so that gcc specific flags are stripped out. 2004-06-12 04:32:12 +00:00
gson
fdbb501e0d Initial import of libstree 0.3.0.
LibSTree is a library containing generic string algorithms based on
suffix trees.  The underlying implementation is based on Ukkonen's
linear suffix tree creation algorithm, supporting multiple strings per
tree.
2003-12-04 04:52:46 +00:00