This minor maintenance release provides the usual recent collection of man page maintenance, build configuration improvements and janitorial cleanups. Alan Coopersmith (7): Require ANSI C89 pre-processor, drop pre-C89 token pasting support Fix a couple sign comparison warnings Add XF86VidModeAddModeLine man page Add man/XF86VidModeAddModeLine.man file (missed in previous commit) Discard correct length for old-format replies in XF86VidModeGetGamma Tell the compiler it's unlikely we're talking to an XFree86 3.x server libXxf86vm 1.1.4 Eric S. Raymond (2): Eliminate use of .ta. Enable parsing of C prototypes in the synopsis into prototype markup. Michael Joost (1): Remove fallback for _XEatDataWords, require libX11 1.6 for it
34 lines
866 B
Makefile
34 lines
866 B
Makefile
# $NetBSD: Makefile,v 1.12 2015/02/24 08:46:04 wiz Exp $
|
|
|
|
DISTNAME= libXxf86vm-1.1.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-VidMode X extension
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= xxf86vm.pc.in
|
|
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
|
CONFIGURE_ARGS+= --disable-malloc0returnsnull
|
|
.endif
|
|
|
|
.include "../../meta-pkgs/modular-xorg/hacks.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.libX11+= libX11>=1.6
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/xf86vidmodeproto/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|