ca3d8bd5d3
This release provides the fix for the recently announced security issue CVE-2013-2063, along with a number of fixes to the build configuration. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (5): Move -I flags from AM_CFLAGS to AM_CPPFLAGS Add xextproto & xi to Requires.private Use _XEatDataWords to eat data in error cases integer overflow in XRecordGetContext() [CVE-2013-2063] libXtst 1.2.2 Colin Walters (1): autogen.sh: Implement GNOME Build API Julien Cristau (1): COPYING: add copyright notices and licenses from the manpages and specs
32 lines
917 B
Makefile
32 lines
917 B
Makefile
# $NetBSD: Makefile,v 1.11 2013/05/31 08:30:24 wiz Exp $
|
|
|
|
DISTNAME= libXtst-1.2.2
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X Tst Library
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= xtst.pc.in
|
|
|
|
CONFIGURE_ENV+= ac_cv_path_XMLTO= # empty
|
|
|
|
.include "../../meta-pkgs/modular-xorg/hacks.mk"
|
|
|
|
.include "../../x11/inputproto/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.recordproto+= recordproto>=1.13.99.1
|
|
.include "../../x11/recordproto/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.xextproto+= xextproto>=7.0.99.3
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libXext+= libXext>=1.0.99.4
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXi/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|