pkgsrc/devel/glib2/Makefile.common
adam c17b95c3ca glib2: updated to 2.64.2
GLib 2.64.2

* Bugs fixed:
 - Glib uses _Static_assert in C++17 mode
 - gdbus error messages contains mixed up body and head signatures
 - Backport !1420 “gmacros.h: avoid using _Static_assert in C++17 mode” to glib-2-64
 - Backport various patches to glib-2-64
  - docs: Fix configuration with gtk_doc=true and installed_tests=false
  - Add missing 'extern' to the dllexport version of GLIB_VAR/GOBJECT_VAR
  - Fix arch detection ifdefs in glib/valgrind.h
  - glib-unix.c: fix heap corruption in g_unix_get_passwd_entry
  - docs: Mention new gio tool options
  - gdbusmessage: Fix swapped signatures in error messages
 - Backport “gfile: Fallback to fast-content-type if content-type is not set” to glib-2-64

* Translation updates:
 - Hebrew
 - Romanian
 - Ukrainian
2020-04-12 10:39:31 +00:00

21 lines
586 B
Text

# $NetBSD: Makefile.common,v 1.80 2020/04/12 10:39:31 adam Exp $
# used by devel/gdbus-codegen/Makefile
# used by devel/glib2/Makefile
# used by devel/glib2-tools/Makefile
DISTNAME= glib-2.64.2
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