Problems found with existing digests:
Package memconf distfile memconf-2.16/memconf.gz
b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
95748686a5ad8144232f4d4abc9bf052721a196f [calculated]
Problems found locating distfiles:
Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2.22.0:
* Note that we now recommend that you use giomm (in glibmm) instead of
gnome-vfsmm.
2.21.1:
* ResultType enum: Deprecate the existing enum values,
and add new ones that begin with ERR_ instead of ERROR_,
to avoid conflicts on Windows.
Volume: Remove eject(), mount(), unmount() and connect_to_server()
when building on Windows, because gnome-vfs does not implement them.
(Armin Burgmeier, #494360)
* Fixed build when exceptions are disabled.
(Armin Burgmeier)
* New Async transfer API, deprecating the old one.
The Transfer and Async namespaces are deprecated now, and replaced
by Transfer2 and Async2.
The new SlotTransfer now allows you to return the various
XFER_ERROR/OVERWRITE_ACTION values.
However, this is still unpleasant and we hope that all of gnome-vfs
will soon be deprecated by gio and gvfs in the new glib.
(Marko Anastasov )
* docs/reference/Doxyfile.in: Add defines to PREDEFINED so that documentation
is built wihout hiding optional API, such as use of exceptions.
* libgnomevfs/libgnomevfsmm/directory-handle.cc: Fixed build with
disabled exceptions.
* scripts/macros.m4: Check for both m4 and M4 in the GNU m4 output,
to fix the build on some platforms.