File:  [cvs.NetBSD.org] / pkgsrc / x11 / xscope / Makefile
Revision 1.7: download - view: text, annotated - select for diffs
Mon Jul 11 19:42:18 2022 UTC (2 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, HEAD
xscope: update to 1.4.3.

Alan Coopersmith (1):
      xscope 1.4.3

Matthieu Herrb (1):
      On OpenBSD SO_PEERCRED uses struct sockpeercred

Thomas Klausner (7):
      Remove/comment out unused variables.
      Match format strings with arguments.
      ifdef out unused static functions
      Use correct argument type for ctype(3) functions.
      Increase buffer length to avoid truncation.
      Add casts to fix signedness change warnings.
      Mark MainLoop as _X_NORETURN.

# $NetBSD: Makefile,v 1.7 2022/07/11 19:42:18 wiz Exp $

DISTNAME=	xscope-1.4.3
CATEGORIES=	x11 devel
MASTER_SITES=	${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX=	.tar.xz

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://cgit.freedesktop.org/xorg/app/xscope/
COMMENT=	Tool to monitor X11/Client conversations

GNU_CONFIGURE=	yes
USE_TOOLS+=	pkg-config

.include "../../x11/xorgproto/buildlink3.mk"
.include "../../x11/xtrans/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>