Problems found with existing digests:
Package fotoxx distfile fotoxx-14.03.1.tar.gz
ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Problems found locating distfiles:
Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
Package pgraf: missing distfile pgraf-20010131.tar.gz
Package qvplay: missing distfile qvplay-0.95.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.
Stop lying and drop maintainership of these packages. I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
libgnomecanvas 2.14.0
---------------------
What's new since 2.13.0:
Updated and new translations:
- ka (Gia Shervashidze), ku (Erdal Ronahi),
ro (Misu Moldovan), zh_HK (Chinese Hong Kong team),
zh_TW (Chinese Taiwan Team)
libgnomecanvas 2.13.0
---------------------
What's new since 2.12.0:
Bug fixes:
- Correctly reset item_list_end when moving the last
item in the list. Fixes bug #323850. (Federico, Denis Auroux)
- Remove a bunch of cruft and compiler warnings (Kjartan)
- Add g_object_notify() call to allow users to connect to
the notify::parent signal. Closes bug #320791. (Sven Herzberg)
- Use BILINEAR interpolation instead of HYPER which is
"a slow buggy piece of shit". (Federico)
- Cast GNOME_CANVAS_COLOR macros to use unsigned ints so that
shifting left 24 bits won't overflow into the sign bit.
Fixes bug #317718. (Danek Duvall)
- Correctly calculate width_in_pixels and height_in_pixels
in gnome-canvas-pixbuf.c. (Hans de Graaff)
Docs:
- Add API docs for gnome-canvas-rich-text.c (Dinoop Thomas)
Translation updates:
- Added Tatar (tt)
- Updated Belarusian (be), Dutch (nl)
libgnomecanvas 2.12.0
---------------------
What's new since 2.11.1:
Bug fixes:
- Win32 fixes (Tor)
Updated translations:
- Bulgarian, Canadian English, Catalan, Galician, Indonesian,
Kinyarwanda, Persian, Romanian, Vietnamese.
libgnomecanvas 2.11.1
---------------------
What's new since 2.10.0:
* Bug fixes:
- Fix a bunch of typos in the developer docs (Kjartan)
- Fixes for the perl bindings (scott at asofyet org)
- Make gnome_canvas_item_get_bounds() work with Rich
text items (Jean Bréfort)
- Dispose fixes (Arjan J. Molenaar)
- width_units property not readable for shapes (Jean Bréfort)
- Fix a crash in gnome_canvas_line_update() (Bob Gibbs)
- Use HYPER for interpolation in the gdk-pixbuf code path
(Daniel Llano)
- text-height and text-width are not writable (Olivier Andrieu)
- set item->canvas to NULL, once the canvas got destroyed
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.