f374dc7200
Overview of changes in GLib 2.68.1 ================================== * Fix a crash in `GKeyFile` when parsing a file which contains translations using a `GKeyFile` instance which has loaded another file previously * Pin GIO DLL in memory on Windows (!2016) * Bugs fixed: - g_key_file_load_from_file segfaults on "Key[*]="like lines - !1997 Backport !1996 Include glibconfig.h to get the G_OS_UNIX token to glib-2-68 - !2016 GIO W32: Pin gio DLL - !2021 Backport MR !2016 (GIO W32: Pin gio DLL) into glib-2-68 - !2022 Few fixes and notes for building on Visual Studio 2012 and earlier - !2034 Backport MR !2032 (gkeyfile: Drop a redundant check) into glib-2-68 - !2035 Backport !2026 Split g_test_log() messages that contain multiple lines to glib-2-68 * Translation updates: - English (United Kingdom)
21 lines
586 B
Text
21 lines
586 B
Text
# $NetBSD: Makefile.common,v 1.91 2021/04/13 19:22:14 adam Exp $
|
|
# used by devel/gdbus-codegen/Makefile
|
|
# used by devel/glib2/Makefile
|
|
# used by devel/glib2-tools/Makefile
|
|
|
|
DISTNAME= glib-2.68.1
|
|
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
|
|
|
|
# does snprintf %d with pid_t...
|
|
BUILDLINK_TRANSFORM+= rm:-Werror=format=2
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|