CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/09/05 15:01:22
Modified files:
graphics/gdk-pixbuf2: Makefile
graphics/gdk-pixbuf2/pkg: PLIST
x11/gnome/librsvg: Makefile
x11/gnome/librsvg/pkg: PLIST
Log message:
Rather than running "gdk-pixbuf-query-loaders --update-cache" directly
during unpack in gdk-pixbuf2 and ports using pixbuf loaders, define a
tag, and defer processing to the end of the pkg_add run.
This means that when doing "pkg_add -u", all files will be updated before
running the command, avoiding symbol conflicts when multiple versions of
X libraries are pulled in at the same time (often seen after X lib bumps).
OK'd a few weeks about by aja@ and reminded by pkg_add today ;)