pkgsrc/x11/libXxf86misc/Makefile
wiz aa435a2ada libXxf86misc: update to 1.0.4.
Several error paths in this library would fail to unlock libX11 when
they returned, which would eventually cause the client to deadlock.
This release fixes that bug.

Adam Jackson (1):
      libXxf86misc 1.0.4

Alan Coopersmith (3):
      Strip trailing whitespace
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1

Egbert Eich (1):
      Add missing UnlockDisplay() and SyncHandle() to some error paths.
2018-07-07 07:52:08 +00:00

24 lines
643 B
Makefile

# $NetBSD: Makefile,v 1.10 2018/07/07 07:52:08 wiz Exp $
DISTNAME= libXxf86misc-1.0.4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Library for the XFree86-Misc X extension
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= xxf86misc.pc.in
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
CONFIGURE_ARGS.NetBSD+= --disable-malloc0returnsnull
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"