Sat Mar 24 06:59:25 2018 UTC ()
xtrap: update to 1.0.3.

Alan Coopersmith (8):
     Add README with pointers to mailing lists, bugzilla, & git
     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
     Assume signal handlers return void, as C89 requires
     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
     This is not a GNU project, so declare it foreign.
     configure: Drop AM_MAINTAINER_MODE
     autogen.sh: Honor NOCONFIGURE=1
     config: Remove unnecessary calls from configure.ac

Eric S. Raymond (1):
     Bug 9522 - Markup problems on the xtrap.1x page

Gaetan Nadon (1):
     config: update AC_PREREQ statement to 2.60

James Cloos (3):
     Rename .cvsignore to .gitignore
     Add *~ to .gitignore to skip patch/emacs droppings
     Replace static ChangeLog with dist-hook to generate from git log

Matt Turner (4):
     Makefile: Use _DEFAULT_SOURCE instead of _BSD_SOURCE
     configure: Depend on libXt
     Fix pointer-to-int-cast errors
     xtrap 1.0.3

Paulo Cesar Pereira de Andrade (2):
     Ansification and compile warning fixes.
     Janitor: Add matching prototypes to callback functions.

Thomas Zimmermann (1):
     Bug 24530: Add $(AM_CFLAGS) to xtrap*_CFLAGS


(wiz)
diff -r1.4 -r1.5 pkgsrc/x11/xtrap/Makefile
diff -r1.2 -r1.3 pkgsrc/x11/xtrap/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/x11/xtrap/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xtrap/Attic/Makefile 2018/03/07 11:57:48 1.4
+++ pkgsrc/x11/xtrap/Attic/Makefile 2018/03/24 06:59:25 1.5
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2018/03/07 11:57:48 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2018/03/24 06:59:25 wiz Exp $
2 2
3DISTNAME= xtrap-1.0.2 3DISTNAME= xtrap-1.0.3
4PKGREVISION= 1 
5CATEGORIES= x11 4CATEGORIES= x11
6MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= XTrap sample clients 10COMMENT= XTrap sample clients
12 11
13GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
14USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
15 14
16CONFIGURE_ENV+= APP_MAN_SUFFIX=1 15CONFIGURE_ENV+= APP_MAN_SUFFIX=1
17 16

cvs diff -r1.2 -r1.3 pkgsrc/x11/xtrap/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xtrap/Attic/distinfo 2015/11/04 03:29:13 1.2
+++ pkgsrc/x11/xtrap/Attic/distinfo 2018/03/24 06:59:25 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2015/11/04 03:29:13 agc Exp $ 1$NetBSD: distinfo,v 1.3 2018/03/24 06:59:25 wiz Exp $
2 2
3SHA1 (xtrap-1.0.2.tar.bz2) = 228735dcf4e059865900cee7f9656fc1a6b0a746 3SHA1 (xtrap-1.0.3.tar.bz2) = 1f1df2c1cb6422238d4dc2708b15445d1af9bdad
4RMD160 (xtrap-1.0.2.tar.bz2) = 2eee6e6da2d6ce22c1d0148b546eea85b073ec22 4RMD160 (xtrap-1.0.3.tar.bz2) = a932b596e045466845430536a9502896e3253812
5SHA512 (xtrap-1.0.2.tar.bz2) = 5fe6e02dd36d2fb65e5b83cbdae81d89fcbf467c9fc3f943a013299c2fc03c76f125627294302acb808d8b53e3ec51a82ba288d793df6ba3e88e0c980c6b3f77 5SHA512 (xtrap-1.0.3.tar.bz2) = cdb205859a96a64ede8ce1df119c318e5b6d35107425996c18be0ec56a6287a0564d768f93012f301cb91d517f67261de5c76441c0bfb796cc0190799aaf6c2f
6Size (xtrap-1.0.2.tar.bz2) = 95471 bytes 6Size (xtrap-1.0.3.tar.bz2) = 134065 bytes