Age | Commit message (Collapse) | Author | Files | Lines |
|
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.
Addresses PR 32998 by Robert Elz.
|
|
This release adds many incremental improvements throughout the whole
program. This includes command line, document generators, reports, tools,
filters, graphical user interface responsiveness, web site generator,
import and export, and many other areas with new features and bug fixes.
mostly from Jeremy C. Reed
|
|
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
|
|
Bump BUILDLINK_RECOMMENDED.
|
|
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
|
|
|
|
|
|
changes:
* Addition of a spelling checker if python-gnome-extras is installed
* Thumbnails are generated for objects other than images if an appropriate
thumbnailer is found the the GCONF database.
* Enhanced Descendant Chart report that allows better control over the
formatting of the report
* Added support for new %n format in addition to $n, which will cause the
line to be removed if a text match is not made.
* Bug fixes, bug fixes, bug fixes, and bug fixes.
|
|
changes:
-New Narrative Web Page added to create a more complete web site.
-Progress meters in plugins.
-Numerous bug fixes.
|
|
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.
|
|
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
|
|
|
This is a significant rework of the "gramps" genealogical database
(databases/gramps in pkgsrc), in particular it uses a bsd/sleepycat
binary database now an d alot of the GNOME framework.
Thanks to Jeremy C. Reed for ideas and patches.
|