Update to 1.1.4:
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
This commit is contained in:
parent
db9b8ca2a7
commit
c99852dd0e
3 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.11 2013/05/31 08:29:38 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2015/02/24 08:46:04 wiz Exp $
|
||||
|
||||
DISTNAME= libXxf86vm-1.1.3
|
||||
DISTNAME= libXxf86vm-1.1.4
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -25,6 +25,7 @@ CONFIGURE_ARGS+= --disable-malloc0returnsnull
|
|||
|
||||
.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"
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2010/01/15 18:23:46 tnn Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2015/02/24 08:46:04 wiz Exp $
|
||||
include/X11/extensions/xf86vmode.h
|
||||
lib/libXxf86vm.la
|
||||
lib/pkgconfig/xxf86vm.pc
|
||||
man/man3/XF86VM.3
|
||||
man/man3/XF86VidModeAddModeLine.3
|
||||
man/man3/XF86VidModeDeleteModeLine.3
|
||||
man/man3/XF86VidModeGetAllModeLines.3
|
||||
man/man3/XF86VidModeGetDotClocks.3
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2013/05/31 08:29:38 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.7 2015/02/24 08:46:04 wiz Exp $
|
||||
|
||||
SHA1 (libXxf86vm-1.1.3.tar.bz2) = 5a307415da68e0b71abcf0cb9b5005f16a41ede8
|
||||
RMD160 (libXxf86vm-1.1.3.tar.bz2) = e7ac047852b7ad0cd819e51b144f8df2390a327d
|
||||
Size (libXxf86vm-1.1.3.tar.bz2) = 284279 bytes
|
||||
SHA1 (libXxf86vm-1.1.4.tar.bz2) = 78ef18ca2be157131899e01c62679e247409a13f
|
||||
RMD160 (libXxf86vm-1.1.4.tar.bz2) = d16754b856d26ded7ccfa12af1e88c489834ad9f
|
||||
Size (libXxf86vm-1.1.4.tar.bz2) = 295346 bytes
|
||||
|
|
Loading…
Reference in a new issue