summaryrefslogtreecommitdiff
path: root/devel/glib2/Makefile
diff options
context:
space:
mode:
authorrichard <richard>2013-08-17 11:52:36 +0000
committerrichard <richard>2013-08-17 11:52:36 +0000
commit011e4b90e67ecc3a7bc37905d44b8de03e0c297f (patch)
tree12048a23641cae7a113fd4f9cc98c1f87de15f76 /devel/glib2/Makefile
parente39c3b4968c714ea3209f0cbdebd0e7122e9478d (diff)
downloadpkgsrc-011e4b90e67ecc3a7bc37905d44b8de03e0c297f.tar.gz
Overview of changes fron GLib 2.36.2 to 2.36.4
============================================== This change addresses a major issue: despite assurances in the documentation for the ext4 filesystem, it is still unsafe to omit a call to fsync() when doing atomic replaces, as per g_file_set_contents(). Some patches have gone into the kernel already, but we are putting the fsync() back for safety reasons. There have also been win32 improvements and a fix where GNetworkMonitor failed to detect the connection with some VPN configurations. Translation updates: Assamese Brazilian Portuguese Catalan Czech Galician German Indonesian Kannada Lithuanian Marathi Polish Punjabi Russian Serbian Slovenian Spanish
Diffstat (limited to 'devel/glib2/Makefile')
-rw-r--r--devel/glib2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile
index 6071f283400..d59f86e0d6d 100644
--- a/devel/glib2/Makefile
+++ b/devel/glib2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.216 2013/06/15 19:18:26 adam Exp $
+# $NetBSD: Makefile,v 1.217 2013/08/17 11:52:36 richard Exp $
.include "Makefile.common"
@@ -6,7 +6,7 @@ CATEGORIES= devel gnome
COMMENT= Some useful routines for C programming (glib2)
-USE_TOOLS+= msgfmt perl:run
+USE_TOOLS+= msgfmt perl:run readlink
PKGCONFIG_OVERRIDE+= glib-2.0.pc.in
PKGCONFIG_OVERRIDE+= gmodule-2.0.pc.in