CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/02/19 07:35:54
Modified files:
devel/dconf : Makefile
Added files:
devel/dconf/patches: patch-shm_dconf-shm_c
Log message:
Try to open the dconf cache directly instead of always trying
to create the directory path first.
If we cannot open the cache directly, fall back to creating the
hierarchy first.
This avoids a call to glib's g_mkdir_with_parents() function which
would walk the complete path trying to create already existing
directories.
ok ajacoutot@