Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] findutils: update to 4.7.0.
@ 2019-09-26 21:40 voidlinux-github
  2019-09-27  0:14 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-26 21:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages findutils
https://github.com/void-linux/void-packages/pull/14755

findutils: update to 4.7.0.


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

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

From 3916b7b802271b5f912761981cce5ba8838cd61f Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Thu, 26 Sep 2019 23:38:59 +0200
Subject: [PATCH] findutils: update to 4.7.0.

---
 .../findutils/patches/gnulib-freadahead.patch | 11 ----------
 srcpkgs/findutils/patches/gnulib-fseeko.patch | 21 -------------------
 .../findutils/patches/gnulib-mountlist.patch  | 15 -------------
 .../findutils/patches/gnulib-stdio-impl.patch | 14 -------------
 srcpkgs/findutils/template                    | 10 ++++-----
 5 files changed, 5 insertions(+), 66 deletions(-)
 delete mode 100644 srcpkgs/findutils/patches/gnulib-freadahead.patch
 delete mode 100644 srcpkgs/findutils/patches/gnulib-fseeko.patch
 delete mode 100644 srcpkgs/findutils/patches/gnulib-mountlist.patch
 delete mode 100644 srcpkgs/findutils/patches/gnulib-stdio-impl.patch

diff --git a/srcpkgs/findutils/patches/gnulib-freadahead.patch b/srcpkgs/findutils/patches/gnulib-freadahead.patch
deleted file mode 100644
index 5d8e5af28bf..00000000000
--- a/srcpkgs/findutils/patches/gnulib-freadahead.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gl/lib/freadahead.c
-+++ gl/lib/freadahead.c
-@@ -30,7 +30,7 @@ extern size_t __sreadahead (FILE *);
- size_t
- freadahead (FILE *fp)
- {
--#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-+#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-   if (fp->_IO_write_ptr > fp->_IO_write_base)
-     return 0;
-   return (fp->_IO_read_end - fp->_IO_read_ptr)
diff --git a/srcpkgs/findutils/patches/gnulib-fseeko.patch b/srcpkgs/findutils/patches/gnulib-fseeko.patch
deleted file mode 100644
index 6d4c75ac737..00000000000
--- a/srcpkgs/findutils/patches/gnulib-fseeko.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- gl/lib/fseeko.c
-+++ gl/lib/fseeko.c
-@@ -47,7 +47,7 @@ fseeko (FILE *fp, off_t offset, int whence)
- #endif
- 
-   /* These tests are based on fpurge.c.  */
--#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-+#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-   if (fp->_IO_read_end == fp->_IO_read_ptr
-       && fp->_IO_write_ptr == fp->_IO_write_base
-       && fp->_IO_save_base == NULL)
-@@ -123,7 +123,7 @@ fseeko (FILE *fp, off_t offset, int whence)
-           return -1;
-         }
- 
--#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-+#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-       fp->_flags &= ~_IO_EOF_SEEN;
-       fp->_offset = pos;
- #elif defined __sferror || defined __DragonFly__ || defined __ANDROID__
-
diff --git a/srcpkgs/findutils/patches/gnulib-mountlist.patch b/srcpkgs/findutils/patches/gnulib-mountlist.patch
deleted file mode 100644
index bb58385a69a..00000000000
--- a/srcpkgs/findutils/patches/gnulib-mountlist.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- gl/lib/mountlist.c
-+++ gl/lib/mountlist.c
-@@ -37,6 +37,12 @@
- # include <sys/param.h>
- #endif
- 
-+#if MAJOR_IN_MKDEV
-+# include <sys/mkdev.h>
-+#elif MAJOR_IN_SYSMACROS
-+# include <sys/sysmacros.h>
-+#endif
-+
- #if defined MOUNTED_GETFSSTAT   /* OSF_1 and Darwin1.3.x */
- # if HAVE_SYS_UCRED_H
- #  include <grp.h> /* needed on OSF V4.0 for definition of NGROUPS,
diff --git a/srcpkgs/findutils/patches/gnulib-stdio-impl.patch b/srcpkgs/findutils/patches/gnulib-stdio-impl.patch
deleted file mode 100644
index e054879d577..00000000000
--- a/srcpkgs/findutils/patches/gnulib-stdio-impl.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- gl/lib/stdio-impl.h
-+++ gl/lib/stdio-impl.h
-@@ -18,6 +18,12 @@
-    the same implementation of stdio extension API, except that some fields
-    have different naming conventions, or their access requires some casts.  */
- 
-+/* Glibc 2.28 made _IO_IN_BACKUP private.  For now, work around this
-+   problem by defining it ourselves.  FIXME: Do not rely on glibc
-+   internals.  */
-+#if !defined _IO_IN_BACKUP && defined _IO_EOF_SEEN
-+# define _IO_IN_BACKUP 0x100
-+#endif
- 
- /* BSD stdio derived implementations.  */
diff --git a/srcpkgs/findutils/template b/srcpkgs/findutils/template
index d2e6737291f..e6be0aca769 100644
--- a/srcpkgs/findutils/template
+++ b/srcpkgs/findutils/template
@@ -1,16 +1,16 @@
 # Template file for 'findutils'
 pkgname=findutils
-version=4.6.0
-revision=4
+version=4.7.0
+revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--program-prefix=g"
-short_desc="The GNU Find Utilities"
+short_desc="GNU Find Utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3"
 homepage="http://www.gnu.org/software/findutils"
-distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d
+distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=c5fefbdf9858f7e4feb86f036e1247a54c79fc2d8e4b7064d5aaa1f47dfa789a
 
 alternatives="
  xargs:xargs:/usr/bin/gxargs

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

* Re: [PR PATCH] [Updated] findutils: update to 4.7.0.
  2019-09-26 21:40 [PR PATCH] findutils: update to 4.7.0 voidlinux-github
@ 2019-09-27  0:14 ` voidlinux-github
  2019-09-27  0:14 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-27  0:14 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages findutils
https://github.com/void-linux/void-packages/pull/14755

findutils: update to 4.7.0.


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

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

From 0c7bbf9652a21d6c7c32f7265a7a3619227e06b2 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Thu, 26 Sep 2019 23:38:59 +0200
Subject: [PATCH] findutils: update to 4.7.0.

---
 .../findutils/patches/gnulib-freadahead.patch | 11 ----------
 srcpkgs/findutils/patches/gnulib-fseeko.patch | 21 -------------------
 .../findutils/patches/gnulib-mountlist.patch  | 15 -------------
 .../findutils/patches/gnulib-stdio-impl.patch | 14 -------------
 srcpkgs/findutils/template                    | 12 +++++------
 5 files changed, 6 insertions(+), 67 deletions(-)
 delete mode 100644 srcpkgs/findutils/patches/gnulib-freadahead.patch
 delete mode 100644 srcpkgs/findutils/patches/gnulib-fseeko.patch
 delete mode 100644 srcpkgs/findutils/patches/gnulib-mountlist.patch
 delete mode 100644 srcpkgs/findutils/patches/gnulib-stdio-impl.patch

diff --git a/srcpkgs/findutils/patches/gnulib-freadahead.patch b/srcpkgs/findutils/patches/gnulib-freadahead.patch
deleted file mode 100644
index 5d8e5af28bf..00000000000
--- a/srcpkgs/findutils/patches/gnulib-freadahead.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gl/lib/freadahead.c
-+++ gl/lib/freadahead.c
-@@ -30,7 +30,7 @@ extern size_t __sreadahead (FILE *);
- size_t
- freadahead (FILE *fp)
- {
--#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-+#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-   if (fp->_IO_write_ptr > fp->_IO_write_base)
-     return 0;
-   return (fp->_IO_read_end - fp->_IO_read_ptr)
diff --git a/srcpkgs/findutils/patches/gnulib-fseeko.patch b/srcpkgs/findutils/patches/gnulib-fseeko.patch
deleted file mode 100644
index 6d4c75ac737..00000000000
--- a/srcpkgs/findutils/patches/gnulib-fseeko.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- gl/lib/fseeko.c
-+++ gl/lib/fseeko.c
-@@ -47,7 +47,7 @@ fseeko (FILE *fp, off_t offset, int whence)
- #endif
- 
-   /* These tests are based on fpurge.c.  */
--#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-+#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-   if (fp->_IO_read_end == fp->_IO_read_ptr
-       && fp->_IO_write_ptr == fp->_IO_write_base
-       && fp->_IO_save_base == NULL)
-@@ -123,7 +123,7 @@ fseeko (FILE *fp, off_t offset, int whence)
-           return -1;
-         }
- 
--#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-+#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-       fp->_flags &= ~_IO_EOF_SEEN;
-       fp->_offset = pos;
- #elif defined __sferror || defined __DragonFly__ || defined __ANDROID__
-
diff --git a/srcpkgs/findutils/patches/gnulib-mountlist.patch b/srcpkgs/findutils/patches/gnulib-mountlist.patch
deleted file mode 100644
index bb58385a69a..00000000000
--- a/srcpkgs/findutils/patches/gnulib-mountlist.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- gl/lib/mountlist.c
-+++ gl/lib/mountlist.c
-@@ -37,6 +37,12 @@
- # include <sys/param.h>
- #endif
- 
-+#if MAJOR_IN_MKDEV
-+# include <sys/mkdev.h>
-+#elif MAJOR_IN_SYSMACROS
-+# include <sys/sysmacros.h>
-+#endif
-+
- #if defined MOUNTED_GETFSSTAT   /* OSF_1 and Darwin1.3.x */
- # if HAVE_SYS_UCRED_H
- #  include <grp.h> /* needed on OSF V4.0 for definition of NGROUPS,
diff --git a/srcpkgs/findutils/patches/gnulib-stdio-impl.patch b/srcpkgs/findutils/patches/gnulib-stdio-impl.patch
deleted file mode 100644
index e054879d577..00000000000
--- a/srcpkgs/findutils/patches/gnulib-stdio-impl.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- gl/lib/stdio-impl.h
-+++ gl/lib/stdio-impl.h
-@@ -18,6 +18,12 @@
-    the same implementation of stdio extension API, except that some fields
-    have different naming conventions, or their access requires some casts.  */
- 
-+/* Glibc 2.28 made _IO_IN_BACKUP private.  For now, work around this
-+   problem by defining it ourselves.  FIXME: Do not rely on glibc
-+   internals.  */
-+#if !defined _IO_IN_BACKUP && defined _IO_EOF_SEEN
-+# define _IO_IN_BACKUP 0x100
-+#endif
- 
- /* BSD stdio derived implementations.  */
diff --git a/srcpkgs/findutils/template b/srcpkgs/findutils/template
index d2e6737291f..2155bdd80bd 100644
--- a/srcpkgs/findutils/template
+++ b/srcpkgs/findutils/template
@@ -1,16 +1,16 @@
 # Template file for 'findutils'
 pkgname=findutils
-version=4.6.0
-revision=4
+version=4.7.0
+revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--program-prefix=g"
-short_desc="The GNU Find Utilities"
+short_desc="GNU Find Utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-3"
+license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/findutils"
-distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d
+distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=c5fefbdf9858f7e4feb86f036e1247a54c79fc2d8e4b7064d5aaa1f47dfa789a
 
 alternatives="
  xargs:xargs:/usr/bin/gxargs

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

* Re: [PR PATCH] [Updated] findutils: update to 4.7.0.
  2019-09-26 21:40 [PR PATCH] findutils: update to 4.7.0 voidlinux-github
  2019-09-27  0:14 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-27  0:14 ` voidlinux-github
  2019-09-28 18:30 ` [PR PATCH] [Closed]: " voidlinux-github
  2019-09-28 18:30 ` voidlinux-github
  3 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-27  0:14 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages findutils
https://github.com/void-linux/void-packages/pull/14755

findutils: update to 4.7.0.


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

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

From 0c7bbf9652a21d6c7c32f7265a7a3619227e06b2 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Thu, 26 Sep 2019 23:38:59 +0200
Subject: [PATCH] findutils: update to 4.7.0.

---
 .../findutils/patches/gnulib-freadahead.patch | 11 ----------
 srcpkgs/findutils/patches/gnulib-fseeko.patch | 21 -------------------
 .../findutils/patches/gnulib-mountlist.patch  | 15 -------------
 .../findutils/patches/gnulib-stdio-impl.patch | 14 -------------
 srcpkgs/findutils/template                    | 12 +++++------
 5 files changed, 6 insertions(+), 67 deletions(-)
 delete mode 100644 srcpkgs/findutils/patches/gnulib-freadahead.patch
 delete mode 100644 srcpkgs/findutils/patches/gnulib-fseeko.patch
 delete mode 100644 srcpkgs/findutils/patches/gnulib-mountlist.patch
 delete mode 100644 srcpkgs/findutils/patches/gnulib-stdio-impl.patch

diff --git a/srcpkgs/findutils/patches/gnulib-freadahead.patch b/srcpkgs/findutils/patches/gnulib-freadahead.patch
deleted file mode 100644
index 5d8e5af28bf..00000000000
--- a/srcpkgs/findutils/patches/gnulib-freadahead.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gl/lib/freadahead.c
-+++ gl/lib/freadahead.c
-@@ -30,7 +30,7 @@ extern size_t __sreadahead (FILE *);
- size_t
- freadahead (FILE *fp)
- {
--#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-+#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-   if (fp->_IO_write_ptr > fp->_IO_write_base)
-     return 0;
-   return (fp->_IO_read_end - fp->_IO_read_ptr)
diff --git a/srcpkgs/findutils/patches/gnulib-fseeko.patch b/srcpkgs/findutils/patches/gnulib-fseeko.patch
deleted file mode 100644
index 6d4c75ac737..00000000000
--- a/srcpkgs/findutils/patches/gnulib-fseeko.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- gl/lib/fseeko.c
-+++ gl/lib/fseeko.c
-@@ -47,7 +47,7 @@ fseeko (FILE *fp, off_t offset, int whence)
- #endif
- 
-   /* These tests are based on fpurge.c.  */
--#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-+#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-   if (fp->_IO_read_end == fp->_IO_read_ptr
-       && fp->_IO_write_ptr == fp->_IO_write_base
-       && fp->_IO_save_base == NULL)
-@@ -123,7 +123,7 @@ fseeko (FILE *fp, off_t offset, int whence)
-           return -1;
-         }
- 
--#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-+#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-       fp->_flags &= ~_IO_EOF_SEEN;
-       fp->_offset = pos;
- #elif defined __sferror || defined __DragonFly__ || defined __ANDROID__
-
diff --git a/srcpkgs/findutils/patches/gnulib-mountlist.patch b/srcpkgs/findutils/patches/gnulib-mountlist.patch
deleted file mode 100644
index bb58385a69a..00000000000
--- a/srcpkgs/findutils/patches/gnulib-mountlist.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- gl/lib/mountlist.c
-+++ gl/lib/mountlist.c
-@@ -37,6 +37,12 @@
- # include <sys/param.h>
- #endif
- 
-+#if MAJOR_IN_MKDEV
-+# include <sys/mkdev.h>
-+#elif MAJOR_IN_SYSMACROS
-+# include <sys/sysmacros.h>
-+#endif
-+
- #if defined MOUNTED_GETFSSTAT   /* OSF_1 and Darwin1.3.x */
- # if HAVE_SYS_UCRED_H
- #  include <grp.h> /* needed on OSF V4.0 for definition of NGROUPS,
diff --git a/srcpkgs/findutils/patches/gnulib-stdio-impl.patch b/srcpkgs/findutils/patches/gnulib-stdio-impl.patch
deleted file mode 100644
index e054879d577..00000000000
--- a/srcpkgs/findutils/patches/gnulib-stdio-impl.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- gl/lib/stdio-impl.h
-+++ gl/lib/stdio-impl.h
-@@ -18,6 +18,12 @@
-    the same implementation of stdio extension API, except that some fields
-    have different naming conventions, or their access requires some casts.  */
- 
-+/* Glibc 2.28 made _IO_IN_BACKUP private.  For now, work around this
-+   problem by defining it ourselves.  FIXME: Do not rely on glibc
-+   internals.  */
-+#if !defined _IO_IN_BACKUP && defined _IO_EOF_SEEN
-+# define _IO_IN_BACKUP 0x100
-+#endif
- 
- /* BSD stdio derived implementations.  */
diff --git a/srcpkgs/findutils/template b/srcpkgs/findutils/template
index d2e6737291f..2155bdd80bd 100644
--- a/srcpkgs/findutils/template
+++ b/srcpkgs/findutils/template
@@ -1,16 +1,16 @@
 # Template file for 'findutils'
 pkgname=findutils
-version=4.6.0
-revision=4
+version=4.7.0
+revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--program-prefix=g"
-short_desc="The GNU Find Utilities"
+short_desc="GNU Find Utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-3"
+license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/findutils"
-distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d
+distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=c5fefbdf9858f7e4feb86f036e1247a54c79fc2d8e4b7064d5aaa1f47dfa789a
 
 alternatives="
  xargs:xargs:/usr/bin/gxargs

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

* Re: findutils: update to 4.7.0.
  2019-09-26 21:40 [PR PATCH] findutils: update to 4.7.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-28 18:30 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2019-09-28 18:30 ` voidlinux-github
  3 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-28 18:30 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/14755#issuecomment-536213991

Comment:
7e0d63f4aff3ef477a80c62bfb55c119295327c4

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

* Re: [PR PATCH] [Closed]: findutils: update to 4.7.0.
  2019-09-26 21:40 [PR PATCH] findutils: update to 4.7.0 voidlinux-github
  2019-09-27  0:14 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-27  0:14 ` voidlinux-github
@ 2019-09-28 18:30 ` voidlinux-github
  2019-09-28 18:30 ` voidlinux-github
  3 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-28 18:30 UTC (permalink / raw)
  To: ml

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

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

findutils: update to 4.7.0.
https://github.com/void-linux/void-packages/pull/14755

Description:


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

* Re: [PR PATCH] [Updated] findutils: update to 4.7.0.
  2019-09-28 16:56 [PR PATCH] " voidlinux-github
  2019-09-28 17:10 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-28 17:10 ` voidlinux-github
  1 sibling, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-28 17:10 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by pbui against master on the void-packages repository

https://github.com/pbui/void-packages findutils
https://github.com/void-linux/void-packages/pull/14799

findutils: update to 4.7.0.
- Drop unnecessary patches (changes upstreamed)

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

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

From 4aa57548f345fe07455d80a84d3b86bcd2de41db Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Sat, 28 Sep 2019 12:55:06 -0400
Subject: [PATCH] findutils: update to 4.7.0.

- Drop unnecessary patches (changes upstreamed)
- Fix xlint issues
---
 .../findutils/patches/gnulib-freadahead.patch | 11 ----------
 srcpkgs/findutils/patches/gnulib-fseeko.patch | 21 -------------------
 .../findutils/patches/gnulib-mountlist.patch  | 15 -------------
 .../findutils/patches/gnulib-stdio-impl.patch | 14 -------------
 srcpkgs/findutils/template                    | 12 +++++------
 5 files changed, 6 insertions(+), 67 deletions(-)
 delete mode 100644 srcpkgs/findutils/patches/gnulib-freadahead.patch
 delete mode 100644 srcpkgs/findutils/patches/gnulib-fseeko.patch
 delete mode 100644 srcpkgs/findutils/patches/gnulib-mountlist.patch
 delete mode 100644 srcpkgs/findutils/patches/gnulib-stdio-impl.patch

diff --git a/srcpkgs/findutils/patches/gnulib-freadahead.patch b/srcpkgs/findutils/patches/gnulib-freadahead.patch
deleted file mode 100644
index 5d8e5af28bf..00000000000
--- a/srcpkgs/findutils/patches/gnulib-freadahead.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gl/lib/freadahead.c
-+++ gl/lib/freadahead.c
-@@ -30,7 +30,7 @@ extern size_t __sreadahead (FILE *);
- size_t
- freadahead (FILE *fp)
- {
--#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-+#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-   if (fp->_IO_write_ptr > fp->_IO_write_base)
-     return 0;
-   return (fp->_IO_read_end - fp->_IO_read_ptr)
diff --git a/srcpkgs/findutils/patches/gnulib-fseeko.patch b/srcpkgs/findutils/patches/gnulib-fseeko.patch
deleted file mode 100644
index 6d4c75ac737..00000000000
--- a/srcpkgs/findutils/patches/gnulib-fseeko.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- gl/lib/fseeko.c
-+++ gl/lib/fseeko.c
-@@ -47,7 +47,7 @@ fseeko (FILE *fp, off_t offset, int whence)
- #endif
- 
-   /* These tests are based on fpurge.c.  */
--#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-+#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-   if (fp->_IO_read_end == fp->_IO_read_ptr
-       && fp->_IO_write_ptr == fp->_IO_write_base
-       && fp->_IO_save_base == NULL)
-@@ -123,7 +123,7 @@ fseeko (FILE *fp, off_t offset, int whence)
-           return -1;
-         }
- 
--#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-+#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-       fp->_flags &= ~_IO_EOF_SEEN;
-       fp->_offset = pos;
- #elif defined __sferror || defined __DragonFly__ || defined __ANDROID__
-
diff --git a/srcpkgs/findutils/patches/gnulib-mountlist.patch b/srcpkgs/findutils/patches/gnulib-mountlist.patch
deleted file mode 100644
index bb58385a69a..00000000000
--- a/srcpkgs/findutils/patches/gnulib-mountlist.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- gl/lib/mountlist.c
-+++ gl/lib/mountlist.c
-@@ -37,6 +37,12 @@
- # include <sys/param.h>
- #endif
- 
-+#if MAJOR_IN_MKDEV
-+# include <sys/mkdev.h>
-+#elif MAJOR_IN_SYSMACROS
-+# include <sys/sysmacros.h>
-+#endif
-+
- #if defined MOUNTED_GETFSSTAT   /* OSF_1 and Darwin1.3.x */
- # if HAVE_SYS_UCRED_H
- #  include <grp.h> /* needed on OSF V4.0 for definition of NGROUPS,
diff --git a/srcpkgs/findutils/patches/gnulib-stdio-impl.patch b/srcpkgs/findutils/patches/gnulib-stdio-impl.patch
deleted file mode 100644
index e054879d577..00000000000
--- a/srcpkgs/findutils/patches/gnulib-stdio-impl.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- gl/lib/stdio-impl.h
-+++ gl/lib/stdio-impl.h
-@@ -18,6 +18,12 @@
-    the same implementation of stdio extension API, except that some fields
-    have different naming conventions, or their access requires some casts.  */
- 
-+/* Glibc 2.28 made _IO_IN_BACKUP private.  For now, work around this
-+   problem by defining it ourselves.  FIXME: Do not rely on glibc
-+   internals.  */
-+#if !defined _IO_IN_BACKUP && defined _IO_EOF_SEEN
-+# define _IO_IN_BACKUP 0x100
-+#endif
- 
- /* BSD stdio derived implementations.  */
diff --git a/srcpkgs/findutils/template b/srcpkgs/findutils/template
index d2e6737291f..2155bdd80bd 100644
--- a/srcpkgs/findutils/template
+++ b/srcpkgs/findutils/template
@@ -1,16 +1,16 @@
 # Template file for 'findutils'
 pkgname=findutils
-version=4.6.0
-revision=4
+version=4.7.0
+revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--program-prefix=g"
-short_desc="The GNU Find Utilities"
+short_desc="GNU Find Utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-3"
+license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/findutils"
-distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d
+distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=c5fefbdf9858f7e4feb86f036e1247a54c79fc2d8e4b7064d5aaa1f47dfa789a
 
 alternatives="
  xargs:xargs:/usr/bin/gxargs

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

* Re: [PR PATCH] [Updated] findutils: update to 4.7.0.
  2019-09-28 16:56 [PR PATCH] " voidlinux-github
@ 2019-09-28 17:10 ` voidlinux-github
  2019-09-28 17:10 ` voidlinux-github
  1 sibling, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-28 17:10 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by pbui against master on the void-packages repository

https://github.com/pbui/void-packages findutils
https://github.com/void-linux/void-packages/pull/14799

findutils: update to 4.7.0.
- Drop unnecessary patches (changes upstreamed)

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

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

From 4aa57548f345fe07455d80a84d3b86bcd2de41db Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Sat, 28 Sep 2019 12:55:06 -0400
Subject: [PATCH] findutils: update to 4.7.0.

- Drop unnecessary patches (changes upstreamed)
- Fix xlint issues
---
 .../findutils/patches/gnulib-freadahead.patch | 11 ----------
 srcpkgs/findutils/patches/gnulib-fseeko.patch | 21 -------------------
 .../findutils/patches/gnulib-mountlist.patch  | 15 -------------
 .../findutils/patches/gnulib-stdio-impl.patch | 14 -------------
 srcpkgs/findutils/template                    | 12 +++++------
 5 files changed, 6 insertions(+), 67 deletions(-)
 delete mode 100644 srcpkgs/findutils/patches/gnulib-freadahead.patch
 delete mode 100644 srcpkgs/findutils/patches/gnulib-fseeko.patch
 delete mode 100644 srcpkgs/findutils/patches/gnulib-mountlist.patch
 delete mode 100644 srcpkgs/findutils/patches/gnulib-stdio-impl.patch

diff --git a/srcpkgs/findutils/patches/gnulib-freadahead.patch b/srcpkgs/findutils/patches/gnulib-freadahead.patch
deleted file mode 100644
index 5d8e5af28bf..00000000000
--- a/srcpkgs/findutils/patches/gnulib-freadahead.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gl/lib/freadahead.c
-+++ gl/lib/freadahead.c
-@@ -30,7 +30,7 @@ extern size_t __sreadahead (FILE *);
- size_t
- freadahead (FILE *fp)
- {
--#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-+#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-   if (fp->_IO_write_ptr > fp->_IO_write_base)
-     return 0;
-   return (fp->_IO_read_end - fp->_IO_read_ptr)
diff --git a/srcpkgs/findutils/patches/gnulib-fseeko.patch b/srcpkgs/findutils/patches/gnulib-fseeko.patch
deleted file mode 100644
index 6d4c75ac737..00000000000
--- a/srcpkgs/findutils/patches/gnulib-fseeko.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- gl/lib/fseeko.c
-+++ gl/lib/fseeko.c
-@@ -47,7 +47,7 @@ fseeko (FILE *fp, off_t offset, int whence)
- #endif
- 
-   /* These tests are based on fpurge.c.  */
--#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-+#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-   if (fp->_IO_read_end == fp->_IO_read_ptr
-       && fp->_IO_write_ptr == fp->_IO_write_base
-       && fp->_IO_save_base == NULL)
-@@ -123,7 +123,7 @@ fseeko (FILE *fp, off_t offset, int whence)
-           return -1;
-         }
- 
--#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-+#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
-       fp->_flags &= ~_IO_EOF_SEEN;
-       fp->_offset = pos;
- #elif defined __sferror || defined __DragonFly__ || defined __ANDROID__
-
diff --git a/srcpkgs/findutils/patches/gnulib-mountlist.patch b/srcpkgs/findutils/patches/gnulib-mountlist.patch
deleted file mode 100644
index bb58385a69a..00000000000
--- a/srcpkgs/findutils/patches/gnulib-mountlist.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- gl/lib/mountlist.c
-+++ gl/lib/mountlist.c
-@@ -37,6 +37,12 @@
- # include <sys/param.h>
- #endif
- 
-+#if MAJOR_IN_MKDEV
-+# include <sys/mkdev.h>
-+#elif MAJOR_IN_SYSMACROS
-+# include <sys/sysmacros.h>
-+#endif
-+
- #if defined MOUNTED_GETFSSTAT   /* OSF_1 and Darwin1.3.x */
- # if HAVE_SYS_UCRED_H
- #  include <grp.h> /* needed on OSF V4.0 for definition of NGROUPS,
diff --git a/srcpkgs/findutils/patches/gnulib-stdio-impl.patch b/srcpkgs/findutils/patches/gnulib-stdio-impl.patch
deleted file mode 100644
index e054879d577..00000000000
--- a/srcpkgs/findutils/patches/gnulib-stdio-impl.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- gl/lib/stdio-impl.h
-+++ gl/lib/stdio-impl.h
-@@ -18,6 +18,12 @@
-    the same implementation of stdio extension API, except that some fields
-    have different naming conventions, or their access requires some casts.  */
- 
-+/* Glibc 2.28 made _IO_IN_BACKUP private.  For now, work around this
-+   problem by defining it ourselves.  FIXME: Do not rely on glibc
-+   internals.  */
-+#if !defined _IO_IN_BACKUP && defined _IO_EOF_SEEN
-+# define _IO_IN_BACKUP 0x100
-+#endif
- 
- /* BSD stdio derived implementations.  */
diff --git a/srcpkgs/findutils/template b/srcpkgs/findutils/template
index d2e6737291f..2155bdd80bd 100644
--- a/srcpkgs/findutils/template
+++ b/srcpkgs/findutils/template
@@ -1,16 +1,16 @@
 # Template file for 'findutils'
 pkgname=findutils
-version=4.6.0
-revision=4
+version=4.7.0
+revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--program-prefix=g"
-short_desc="The GNU Find Utilities"
+short_desc="GNU Find Utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-3"
+license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/findutils"
-distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d
+distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=c5fefbdf9858f7e4feb86f036e1247a54c79fc2d8e4b7064d5aaa1f47dfa789a
 
 alternatives="
  xargs:xargs:/usr/bin/gxargs

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

end of thread, other threads:[~2019-09-28 18:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-26 21:40 [PR PATCH] findutils: update to 4.7.0 voidlinux-github
2019-09-27  0:14 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-27  0:14 ` voidlinux-github
2019-09-28 18:30 ` [PR PATCH] [Closed]: " voidlinux-github
2019-09-28 18:30 ` voidlinux-github
2019-09-28 16:56 [PR PATCH] " voidlinux-github
2019-09-28 17:10 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-28 17:10 ` voidlinux-github

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).