Mon Jul 11 19:30:51 2022 UTC ()
xclipboard: update to 1.1.4.

Alan Coopersmith (12):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Use _CONST_X_STRING to make libXt declare String as const char *
      Fix another -Wdiscarded-qualifiers warning
      Fix a -Wformat-truncation warning
      NewCurrentClipContents: fix a -Wnull-dereference warning
      NewClip: use calloc instead of manually setting values to 0 after malloc
      xclipboard 1.1.4

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish


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

cvs diff -r1.1 -r1.2 pkgsrc/x11/xclipboard/DESCR (expand / switch to unified diff)

--- pkgsrc/x11/xclipboard/DESCR 2013/09/06 08:16:18 1.1
+++ pkgsrc/x11/xclipboard/DESCR 2022/07/11 19:30:51 1.2
@@ -1,4 +1,6 @@ @@ -1,4 +1,6 @@
1Contains the xcutsel and xclipboard programs which help with managing the X 1xclipboard is used to collect and display text selections that are
2server clipboard. 2sent to the CLIPBOARD by other clients. It is typically used to
 3save CLIPBOARD selections for later use. It stores each CLIPBOARD
 4selection as a separate string, each of which can be selected.
3 5
4This is from the modular X.org X11 project. 6This is from the modular X.org X11 project.

cvs diff -r1.2 -r1.3 pkgsrc/x11/xclipboard/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xclipboard/Makefile 2020/01/18 23:35:58 1.2
+++ pkgsrc/x11/xclipboard/Makefile 2022/07/11 19:30:51 1.3
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.2 2020/01/18 23:35:58 rillig Exp $ 1# $NetBSD: Makefile,v 1.3 2022/07/11 19:30:51 wiz Exp $
2 2
3DISTNAME= xclipboard-1.1.3 3DISTNAME= xclipboard-1.1.4
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= lars.nordlund@hem.utfors.se 8MAINTAINER= lars.nordlund@hem.utfors.se
9HOMEPAGE= https://xorg.freedesktop.org/ 9HOMEPAGE= https://xorg.freedesktop.org/
10COMMENT= Manage the X server clipboard 10COMMENT= Manage the X server clipboard
11LICENSE= x11 11LICENSE= x11
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
15 15
16MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults 16MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
17 17
18.include "../../x11/libX11/buildlink3.mk" 18.include "../../x11/libX11/buildlink3.mk"
19.include "../../x11/libXaw/buildlink3.mk" 19.include "../../x11/libXaw/buildlink3.mk"

cvs diff -r1.4 -r1.5 pkgsrc/x11/xclipboard/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xclipboard/distinfo 2021/10/26 11:34:35 1.4
+++ pkgsrc/x11/xclipboard/distinfo 2022/07/11 19:30:51 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2021/10/26 11:34:35 nia Exp $ 1$NetBSD: distinfo,v 1.5 2022/07/11 19:30:51 wiz Exp $
2 2
3BLAKE2s (xclipboard-1.1.3.tar.bz2) = 2ed319bf222853e559f10a2504b9363ab4df49a2c8ef4108ba8a0499b7b101d5 3BLAKE2s (xclipboard-1.1.4.tar.xz) = c8ce4fc838b6df8c7f683f68c95eb94aa06eee05b8740913c9a228ee1a5b8286
4SHA512 (xclipboard-1.1.3.tar.bz2) = 84a51d11851756422eb23e67b2721d2bcb2ac248fa32c0837423b6169144dff76717c22611ad3c93633e09a44dc70c847a2470d3988eff0b24d77e252a4e147e 4SHA512 (xclipboard-1.1.4.tar.xz) = efa7800e0c4fb0242362c4263d80182d591bded07d1064a36b157b6202b15b0c82f083658ced2b82392eca905fb57c04a537d67e75c1237a1667ed2ce0cb09fe
5Size (xclipboard-1.1.3.tar.bz2) = 132406 bytes 5Size (xclipboard-1.1.4.tar.xz) = 128912 bytes