Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wendy: update to 2.1.
@ 2020-09-07 17:56 Anachron
  2020-09-08 15:57 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: Anachron @ 2020-09-07 17:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

There is a new pull request by Anachron against master on the void-packages repository

https://github.com/Anachron/void-packages wendy
https://github.com/void-linux/void-packages/pull/24740

wendy: update to 2.1.
Tested locally on `x86_64` (glibc).

A patch file from https://github.com/void-linux/void-packages/pull/24740.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wendy-24740.patch --]
[-- Type: text/x-diff, Size: 1898 bytes --]

From ad79f6abaaeae062741949b3659e53caa0b34cf3 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Mon, 7 Sep 2020 19:48:13 +0200
Subject: [PATCH] wendy: update to 2.1.

---
 srcpkgs/wendy/patches/fix-musl.patch | 20 --------------------
 srcpkgs/wendy/template               |  4 ++--
 2 files changed, 2 insertions(+), 22 deletions(-)
 delete mode 100644 srcpkgs/wendy/patches/fix-musl.patch

diff --git a/srcpkgs/wendy/patches/fix-musl.patch b/srcpkgs/wendy/patches/fix-musl.patch
deleted file mode 100644
index f3a3be245af..00000000000
--- a/srcpkgs/wendy/patches/fix-musl.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- wendy.c.orig	2016-02-01 07:45:28.000000000 -0500
-+++ wendy.c	2016-02-01 10:53:25.313600196 -0500
-@@ -102,7 +102,7 @@
- }
- 
- int
--execvpe(const char *program, char **argv, char **envp)
-+_execvpe(const char *program, char **argv, char **envp)
- {
- 	char **saved = environ;
- 	int rc;
-@@ -262,7 +262,7 @@
- 				setenv(ENV_MASK, strmask, 1);
- 				setenv(ENV_PATH, EVENT_PATH(ev), 1);
- 				if (!fork())
--				if (!fork()) execvpe(cmd[0], cmd, environ);
-+				if (!fork()) _execvpe(cmd[0], cmd, environ);
- 				else exit(0);
- 				else wait(NULL);
- 			}
diff --git a/srcpkgs/wendy/template b/srcpkgs/wendy/template
index e8d5ad6ddfe..4a400b163bf 100644
--- a/srcpkgs/wendy/template
+++ b/srcpkgs/wendy/template
@@ -1,13 +1,13 @@
 # Template file for 'wendy'
 pkgname=wendy
-version=1.0
+version=2.1
 revision=1
 short_desc="Inotify based directory watcher"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="ISC"
 homepage="http://git.z3bra.org/wendy/log.html"
 distfiles="http://dl.z3bra.org/releases/${pkgname}-${version}.tar.bz2"
-checksum=dbdccce31ec9ad52921a121ac0433f14b76cb103cddf363152c5f17f85f291d7
+checksum=2a664acd41b5ccc34b77ce188ed06efbc2375fa9a561a1f2881574a442cafb17
 
 do_build() {
 	make CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: wendy: update to 2.1.
  2020-09-07 17:56 [PR PATCH] wendy: update to 2.1 Anachron
@ 2020-09-08 15:57 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2020-09-08 15:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 190 bytes --]

There's a merged pull request on the void-packages repository

wendy: update to 2.1.
https://github.com/void-linux/void-packages/pull/24740

Description:
Tested locally on `x86_64` (glibc).

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-08 15:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-07 17:56 [PR PATCH] wendy: update to 2.1 Anachron
2020-09-08 15:57 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).