pkgsrc/sysutils/dbus-glib/Makefile
wiz 26abd19c3d Update to 0.104. You should read the changelog below.
dbus-glib 0.104 (2015-02-09)
============================

The “smoke and ashes” release.

Deprecations:

• Document the entire library as deprecated (Simon McVittie, Philip Withnall)

Dependencies:

• libdbus 1.8 is required
• GLib 2.32 is required

Enhancements:

• The libdbus 1.8 dependency means we can now document that
  dbus_g_thread_init() is idempotent and thread-safe
  (fd.o #54770, Simon McVittie)

• Use g_cclosure_marshal_generic for all marshalling (fd.o #64214,
  Simon McVittie)

Fixes:

• Allow timeouts to be migrated from one main context to another
  without an assertion failure (fd.o #30574, Mike Gorse)

• Don't trip a libdbus fatal warning if a Unix fd or other unsupported type
  is encountered in a message (fd.o #80557, Alban Crequy)

• Make the tests pass with newer GLib by not removing removed sources
  (fd.o #83530, Simon McVittie)

• Fix some typos in the documentation (fd.o #45686, Jiří Klimeš)

• Make the Autotools setup less awful (fd.o #58698;
  Rafał Mużyło, Simon McVittie)
2015-02-17 14:03:54 +00:00

38 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.37 2015/02/17 14:03:54 wiz Exp $
DISTNAME= dbus-glib-0.104
CATEGORIES= sysutils
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-glib/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.freedesktop.org/Software/dbus
COMMENT= GLib bindings for the D-BUS message bus system
LICENSE= gnu-gpl-v2
MAKE_JOBS_SAFE= NO
GNU_CONFIGURE= YES
USE_TOOLS+= gmake msgfmt pkg-config
USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE= dbus-glib-1.pc.in
CONFIGURE_ARGS+= --disable-ansi
CONFIGURE_ARGS+= --disable-asserts
CONFIGURE_ARGS+= --disable-doxygen-docs
CONFIGURE_ARGS+= --disable-gcov
CONFIGURE_ARGS+= --disable-tests
CONFIGURE_ARGS+= --disable-verbose-mode
CONFIGURE_ARGS+= --disable-xml-docs
CONFIGURE_ARGS+= --enable-checks
CONFIGURE_ARGS+= --with-xml=expat
.include "options.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_API_DEPENDS.dbus+= dbus>=1.8
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"