pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xsel: update to 1.2.1



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Sun Aug 10 19:19:26 2025 +0200
Changeset:	acea8305cbe54d98669577596e6df4f32ad56902

Modified Files:
	xsel/Makefile
	xsel/distinfo
Added Files:
	xsel/COMMIT_MSG
Removed Files:
	xsel/patches/patch-aa

Log Message:
xsel: update to 1.2.1

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=acea8305cbe54d98669577596e6df4f32ad56902

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 xsel/COMMIT_MSG       | 24 ++++++++++++++++++++++++
 xsel/Makefile         |  9 +++++++--
 xsel/distinfo         |  7 +++----
 xsel/patches/patch-aa | 13 -------------
 4 files changed, 34 insertions(+), 19 deletions(-)

diffs:
diff --git a/xsel/COMMIT_MSG b/xsel/COMMIT_MSG
new file mode 100644
index 0000000000..a693f457a4
--- /dev/null
+++ b/xsel/COMMIT_MSG
@@ -0,0 +1,24 @@
+x11/xsel: update to 1.2.1
+
+* What's Changed:
+INCR transfer bug fixes by @ebiggers in #16
+Use XDG_CACHE_HOME for xsel.log by @valeth in #15
+Using markdown syntax by @gildasio in #9
+Plug memory leak in handle_targets in #18
+Fix segfault when stdin is empty by @mptre in #17
+Fix #19 segfault when --append to empty selection by @MaskRay in #20
+Do not modify HOME environment variable. by @e7appew in #21
+Perform fstat on stdin and stdout only if required. by @e7appew in #22
+Debian patches by @hyperair in #25
+Avoid passing NULL to vsnprintf() by @mptre in #27
+Avoid extra char copy in strncpy by @ony in #32
+Set timer value to 0 to stop timer, don't use a nullptr timer by @mckellyln in #31
+Remove interfering error message by @emendelson in #37
+Option: trim trailing newline from output by @aaaaaaaalex in #39
+In README file: updated link to ICCCM rant to one that works. by @andrep in #40
+Fix MULTIPLE conversion requests by @CyberShadow in #45
+Added option to add window name by @esturafd in #41
+Set WM_NAME and WM_CLASS window properties by @uosis in #35
+Modernize by @SoapGentoo in #50
+
+* Remove developer-merged patch from pkgsrc
diff --git a/xsel/Makefile b/xsel/Makefile
index c8cd9e02f4..f951951034 100644
--- a/xsel/Makefile
+++ b/xsel/Makefile
@@ -1,18 +1,23 @@
 # $NetBSD: Makefile,v 1.5 2023/12/21 02:58:40 zafer Exp $
 #
 
-DISTNAME=	xsel-1.2.0
+DISTNAME=	xsel-1.2.1
 CATEGORIES=	x11
-MASTER_SITES=	https://vergenet.net/~conrad/software/xsel/download/
+MASTER_SITES=	${MASTER_SITE_GITHUB:=kfish/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://www.vergenet.net/~conrad/software/xsel/
 COMMENT=	Manipulate the X selection
+LICENSE=	x11
 
 GNU_CONFIGURE=	yes
+USE_TOOLS+=	aclocal autoconf automake pkg-config
 
 BUILDLINK_TRANSFORM+=	rm:-Werror
 
+pre-configure:
+	cd ${WRKSRC} && ./autogen.sh
+
 post-install:
 	${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xsel.1x ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xsel.1
 
diff --git a/xsel/distinfo b/xsel/distinfo
index 41ae9679e0..f67215313a 100644
--- a/xsel/distinfo
+++ b/xsel/distinfo
@@ -1,6 +1,5 @@
 $NetBSD: distinfo,v 1.5 2021/10/26 11:34:57 nia Exp $
 
-BLAKE2s (xsel-1.2.0.tar.gz) = d6d025764b2eab8984c87a8f541ea680d0c9dd2eb35b7102b0c1e4dd4eb59615
-SHA512 (xsel-1.2.0.tar.gz) = e28623e6cc180f2e2210c20697d21d336633f0a5272ca9b62150a1c535e8de89731acc07230a9977e391e37d3943a9d687f1f967765a15bca5092a6c6d8c4d8f
-Size (xsel-1.2.0.tar.gz) = 169155 bytes
-SHA1 (patch-aa) = 85a45f1baa6a8a788b52e637af337ff06e0ff0d5
+BLAKE2s (xsel-1.2.1.tar.gz) = 690d6dbdd883b6b06604fa4a23259bc1447775566607012496eace834f49ecac
+SHA512 (xsel-1.2.1.tar.gz) = 549874679a2d2979fca851ce762870165f5cbe60ba3f15e0690080506a78ea0b2c52833bbf7868eb3988fc377a103c31c62367fb9c5d1eb606e0660985f82ca4
+Size (xsel-1.2.1.tar.gz) = 51621 bytes
diff --git a/xsel/patches/patch-aa b/xsel/patches/patch-aa
deleted file mode 100644
index 5bf09ce80c..0000000000
--- a/xsel/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2009/07/20 18:51:53 hasso Exp $
-
---- xsel.c.orig	2009-07-20 21:08:25 +0300
-+++ xsel.c	2009-07-20 21:09:11 +0300
-@@ -465,7 +465,7 @@ get_timestamp (void)
-  */
- 
- /* The jmp_buf to longjmp out of the signal handler */
--static jmp_buf env_alrm;
-+static sigjmp_buf env_alrm;
- 
- /*
-  * alarm_handler (sig)


Home | Main Index | Thread Index | Old Index