File:  [cvs.NetBSD.org] / pkgsrc / x11 / xkbprint / Makefile
Revision 1.7: download - view: text, annotated - select for diffs
Sun Oct 13 07:29:03 2024 UTC (3 months, 4 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, HEAD
xkbprint: update to 1.0.7.

This release provides some code cleanups and compiler warning fixes.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - though no file processed by this program should ever
be anywhere near 2GB in size, it is a prerequisite for post-y2038 support.
Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow it to
work with files whose timestamps are later than January 19, 2038, but
this has not been tested.

Alan Coopersmith (7):
      unifdef -Usgi
      configure: Use AC_SYS_LARGEFILE to enable large file support
      ClearFontStuff: avoid NULL pointer dereference
      FindKeysymsByName: avoid NULL pointer dereference
      Variable scope reductions
      Use C99 struct initializers
      xkbprint 1.0.7

# $NetBSD: Makefile,v 1.7 2024/10/13 07:29:03 wiz Exp $

DISTNAME=		xkbprint-1.0.7
CATEGORIES=		x11
MASTER_SITES=		${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX=		.tar.xz

MAINTAINER=		pkgsrc-users@NetBSD.org
HOMEPAGE=		https://xorg.freedesktop.org/
COMMENT=		Generate printable description of a XKB keyboard description

GNU_CONFIGURE=		yes
USE_TOOLS+=		pkg-config

.include "../../x11/libxkbfile/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>