svn commit: r405128 - head/devel/glib20

Koop Mast kwm at FreeBSD.org
Sun Jan 3 11:04:17 UTC 2016


Author: kwm
Date: Sun Jan  3 11:04:15 2016
New Revision: 405128
URL: https://svnweb.freebsd.org/changeset/ports/405128

Log:
  Add -f to unlink to silence unlink telling the user that gschemas.compiled
  does not exists. This is not a problem, as the file is only generated if
  glib schemas are installed.

Modified:
  head/devel/glib20/pkg-plist

Modified: head/devel/glib20/pkg-plist
==============================================================================
--- head/devel/glib20/pkg-plist	Sun Jan  3 10:42:44 2016	(r405127)
+++ head/devel/glib20/pkg-plist	Sun Jan  3 11:04:15 2016	(r405128)
@@ -448,5 +448,5 @@ share/locale/zh_TW/LC_MESSAGES/glib20.mo
 @dir lib/gio/modules
 @dir share/GConf/gsettings
 @postexec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas 2>/dev/null || /usr/bin/true
- at postunexec /bin/unlink %D/share/glib-2.0/schemas/gschemas.compiled || /usr/bin/true
+ at postunexec /bin/unlink -f %D/share/glib-2.0/schemas/gschemas.compiled || /usr/bin/true
 @postexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true


More information about the svn-ports-all mailing list