c2ef461a8f
Create GIO_MODULES_DIR - reported by wiz@ Overview of changes in GLib 2.60.4 ================================== * Fixes to improved network status detection with NetworkManager (#1788) * Leak fixes to some `glib-genmarshal` generated code (#1793) * Further fixes to the Happy Eyeballs (RFC 8305) implementation (!865) * File system permissions fix to clamp down permissions in a small time window when copying files (CVE-2019-12450, !876) * Bugs fixed: - #1755 Please revert #535 gmacros: Try to use the standard __func__ first in G_STRFUNC - #1788 GNetworkMonitor claims I am offline - #1792 glib-genmarshal generated valist marshal does not respect static scope for some types - #1793 glib-genmarshal generates wrong code for va marshaler for VARIANT type - #1795 Fix mingw32 CI on older branches - !865 gnetworkaddress: fix "happy eyeballs" logic - !878 Backport !876 “gfile: Limit access to files when copying” to glib-2-60
18 lines
511 B
Text
18 lines
511 B
Text
# $NetBSD: Makefile.common,v 1.70 2019/06/11 09:15:54 prlw1 Exp $
|
|
# used by devel/gdbus-codegen/Makefile
|
|
# used by devel/glib2/Makefile
|
|
# used by devel/glib2-tools/Makefile
|
|
|
|
DISTNAME= glib-2.60.4
|
|
PKGNAME= ${DISTNAME:S/glib/glib2/}
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib/${PKGVERSION_NOREV:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= prlw1@cam.ac.uk
|
|
HOMEPAGE= https://developer.gnome.org/glib/
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_LANGUAGES= c c++ c99
|
|
USE_TOOLS+= msgfmt pkg-config
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|