54543356eb
Overview of changes in GLib 2.64.1 ================================== * Fix memory monitor tests to only be installed if installed-tests are enabled, and to be skipped if GObject-Introspection is too old (!1407) * Bugs fixed: - #1986 Socks5 Proxy: Authentication seems broken - #1988 Socks5 Proxy: Wrong error returned when using no authentication - !1407 Backport various patches from master to glib-2-64 - !1412 Backport SOCKS5 fixes to glib-2-64 * Translation updates: - Dutch - Italian - Serbian
21 lines
585 B
Text
21 lines
585 B
Text
# $NetBSD: Makefile.common,v 1.79 2020/03/15 19:51:30 wiz Exp $
|
|
# used by devel/gdbus-codegen/Makefile
|
|
# used by devel/glib2/Makefile
|
|
# used by devel/glib2-tools/Makefile
|
|
|
|
DISTNAME= glib-2.64.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
|