pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/44904: GConf needs newer glib2



>Number:         44904
>Category:       pkg
>Synopsis:       GConf needs newer glib2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Apr 24 23:50:00 +0000 2011
>Originator:     YAMAMOTO Takashi
>Release:        pkgsrc current
>Organization:
        
>Environment:
        
        
System: NetBSD
>Description:
GConf seems to use g_settings_get_range, which was introduced by glib2 2.28,
according to:
        http://developer.gnome.org/gio/2.28/GSettings.html#g-settings-get-range
>How-To-Repeat:
        
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/GConf/Makefile,v
retrieving revision 1.74
diff -u -p -r1.74 Makefile
--- Makefile    22 Apr 2011 13:41:54 -0000      1.74
+++ Makefile    24 Apr 2011 23:47:06 -0000
@@ -28,7 +28,7 @@ post-install:
        ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/gconf/schemas
 
 BUILDLINK_ABI_DEPENDS.dbus-glib+=      dbus-glib>=0.74
-DEPENDS+=      glib2>=2.25.9:../../devel/glib2
+DEPENDS+=      glib2>=2.28:../../devel/glib2
 .include "../../lang/python/application.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../net/ORBit2/buildlink3.mk"

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index