- use LIBTOOL_FLAGS=--tag=disable-static to avoid building useless
static libs.
- add a MODXFCE_PURGE_LA variable holding the list of dirs to purge from
libtool archive useless files.
- add a MODXFCE4_post-install hook in xfce4.port.mk to purge the la files.
This requires bsd.port.mk r1.1201.
- remove --disable-linker-opts now that --as-needed seems to work fine
- fix WANTLIB (mostly adding harfbuzz icudata icule icuuc in lots of
places)
- update PLISTs: remove @comment'ed static/la files, redundant dirs
ok sthen@ ajacoutot@
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.
Some hidden issues may appear, in which case please contact me.
discussed with and ok blind jasper@
The library is still needed by some Xfce apps and most panel plugins,
but porting to the new libxfce4ui is on the way. It doesn't ship anymore
libxfce4kbd-private which moved to libxfce4ui, but the name is not
exactly the same so they don't conflict.
See http://www.xfce.org/documentation/changelogs/4.4.3.
Fixes some bugs which surfaced on amd64 since Glib update, some patches
are now integrated upstream.
While here, update PLISTs and use pkg_subst -c in xfce4-session/Makefile.
diff reads ok to ajacoutot@, go ahead jasper@
CONFIGURE_ENV/MODULES/USE_LIBTOOL already defined in xfce4.port.mk, now that
all ports in this directory use x11/xfce4 module.
Bump all PKGNAMEs.
ok ajacoutot@ on a previous diff