This bug fix release includes the fix for the recently announced CVE-2013-1983, along with some other cleanups & warning fixes. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (7): Strip trailing whitespace Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS Remove duplicate declaration of XFixesExtensionName in Xfixesint.h XFixesFetchRegionAndBounds: use nread in call to XReadPad Use _XEatDataWords to avoid overflow of _XEatData calculations integer overflow in XFixesGetCursorImage() [CVE-2013-1983] libXfixes 5.0.1 Colin Walters (1): autogen.sh: Implement GNOME Build API Peter Hutterer (1): man: remove "current", we're way past 1.0.
29 lines
753 B
Makefile
29 lines
753 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/05/29 22:35:07 wiz Exp $
|
|
|
|
DISTNAME= libXfixes-5.0.1
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Xfixes library and extension of X RandR from modular X.org
|
|
LICENSE= mit
|
|
|
|
CONFLICTS+= Xfixes-[0-9]*
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
|
|
PKGCONFIG_OVERRIDE+= xfixes.pc.in
|
|
|
|
# needs version 4 which defines xXFixesHideCursorReq
|
|
BUILDLINK_API_DEPENDS.fixesproto+= fixesproto>=4
|
|
|
|
.include "../../x11/fixesproto/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|