Page MenuHomeFreeBSD

D28101.diff
No OneTemporary

D28101.diff

Index: head/misc/findutils/Makefile
===================================================================
--- head/misc/findutils/Makefile
+++ head/misc/findutils/Makefile
@@ -2,11 +2,9 @@
# $FreeBSD$
PORTNAME= findutils
-PORTVERSION= 4.7.0
+PORTVERSION= 4.8.0
CATEGORIES= misc
MASTER_SITES= GNU
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= aehlig@linta.de
COMMENT= GNU find utilities
@@ -14,22 +12,20 @@
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= charsetfix cpe gmake tar:xz
+USES= charsetfix cpe gmake localbase tar:xz
+CPE_VENDOR= gnu
-SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= --program-prefix=g --localstatedir=${LOCALSTATEDIR}
+
MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
INFO= find find-maint
-CPE_VENDOR= gnu
-
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
-NLS_CONFIGURE_ENABLE= nls
+
NLS_USES= gettext
+NLS_CONFIGURE_ENABLE= nls
LOCALSTATEDIR?= /var/db
Index: head/misc/findutils/distinfo
===================================================================
--- head/misc/findutils/distinfo
+++ head/misc/findutils/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1567957854
-SHA256 (findutils-4.7.0.tar.xz) = c5fefbdf9858f7e4feb86f036e1247a54c79fc2d8e4b7064d5aaa1f47dfa789a
-SIZE (findutils-4.7.0.tar.xz) = 1895048
-SHA256 (findutils-4.7.0.tar.xz.sig) = 2f620e6d941e241fac52344a89149ab1ffeefb0fb9e42174e17a508d59a31d0f
-SIZE (findutils-4.7.0.tar.xz.sig) = 488
+TIMESTAMP = 1610289044
+SHA256 (findutils-4.8.0.tar.xz) = 57127b7e97d91282c6ace556378d5455a9509898297e46e10443016ea1387164
+SIZE (findutils-4.8.0.tar.xz) = 1983096
Index: head/misc/findutils/files/patch-configure
===================================================================
--- head/misc/findutils/files/patch-configure
+++ head/misc/findutils/files/patch-configure
@@ -1,9 +1,9 @@
---- configure.orig Sun Nov 5 17:53:42 2006
-+++ configure Sun Nov 5 18:02:59 2006
-@@ -16231,6 +16231,15 @@
+--- configure.orig 2021-01-09 16:35:30 UTC
++++ configure
+@@ -16276,6 +16276,15 @@ $as_echo "$gl_cv_type_wctrans_t" >&6; }
+ fi
-
+ if test $ac_use_included_regex = yes; then
+ case $LIBOBJS in
+ "regex.$ac_objext" | \
@@ -15,4 +15,4 @@
+ fi
- { echo "$as_me:$LINENO: checking for C/C++ restrict keyword" >&5
+
Index: head/misc/findutils/files/patch-gl_lib_fdopendir.c
===================================================================
--- head/misc/findutils/files/patch-gl_lib_fdopendir.c
+++ head/misc/findutils/files/patch-gl_lib_fdopendir.c
@@ -0,0 +1,14 @@
+--- gl/lib/fdopendir.c.orig 2021-01-01 18:54:11 UTC
++++ gl/lib/fdopendir.c
+@@ -227,9 +227,11 @@ fd_clone_opendir (int fd, struct saved_cwd const *cwd)
+
+ # include <errno.h>
+ # include <sys/stat.h>
++# include <dirent.h>
+
+ # undef fdopendir
+
++extern DIR *fdopendir(int);
+ /* Like fdopendir, but work around GNU/Hurd bug by validating FD. */
+
+ DIR *
Index: head/misc/findutils/files/patch-gnulib-lib-fdopendir.c
===================================================================
--- head/misc/findutils/files/patch-gnulib-lib-fdopendir.c
+++ head/misc/findutils/files/patch-gnulib-lib-fdopendir.c
@@ -1,14 +0,0 @@
---- gl/lib/fdopendir.c.orig 2012-12-15 14:42:45.000000000 +0100
-+++ gl/lib/fdopendir.c 2013-02-02 17:11:52.000000000 +0100
-@@ -182,9 +182,11 @@
-
- # include <errno.h>
- # include <sys/stat.h>
-+# include <dirent.h>
-
- # undef fdopendir
-
-+extern DIR *fdopendir(int);
- /* Like fdopendir, but work around GNU/Hurd bug by validating FD. */
-
- DIR *
Index: head/misc/findutils/pkg-descr
===================================================================
--- head/misc/findutils/pkg-descr
+++ head/misc/findutils/pkg-descr
@@ -8,4 +8,4 @@
eg., glocate, gfind, gxargs, but the texinfo documentation will refer to
these utilities without the `g' prefix.
-WWW: http://www.gnu.org/software/findutils/
+WWW: https://www.gnu.org/software/findutils/

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 29, 11:04 PM (2 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30559973
Default Alt Text
D28101.diff (3 KB)

Event Timeline