Index: head/misc/findutils/Makefile =================================================================== --- head/misc/findutils/Makefile (revision 561271) +++ head/misc/findutils/Makefile (revision 561272) @@ -1,36 +1,32 @@ # Created by: Robert Withrow # $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 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 .include Index: head/misc/findutils/distinfo =================================================================== --- head/misc/findutils/distinfo (revision 561271) +++ head/misc/findutils/distinfo (revision 561272) @@ -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-gnulib-lib-fdopendir.c =================================================================== --- head/misc/findutils/files/patch-gnulib-lib-fdopendir.c (revision 561271) +++ head/misc/findutils/files/patch-gnulib-lib-fdopendir.c (nonexistent) @@ -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 - # include -+# include - - # undef fdopendir - -+extern DIR *fdopendir(int); - /* Like fdopendir, but work around GNU/Hurd bug by validating FD. */ - - DIR * Property changes on: head/misc/findutils/files/patch-gnulib-lib-fdopendir.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/misc/findutils/files/patch-configure =================================================================== --- head/misc/findutils/files/patch-configure (revision 561271) +++ head/misc/findutils/files/patch-configure (revision 561272) @@ -1,18 +1,18 @@ ---- 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" | \ + *" regex.$ac_objext" | \ + "regex.$ac_objext "* | \ + *" regex.$ac_objext "* ) ;; + *) LIBOBJS="$LIBOBJS regex.$ac_objext" ;; + esac + 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 (nonexistent) +++ head/misc/findutils/files/patch-gl_lib_fdopendir.c (revision 561272) @@ -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 + # include ++# include + + # undef fdopendir + ++extern DIR *fdopendir(int); + /* Like fdopendir, but work around GNU/Hurd bug by validating FD. */ + + DIR * Property changes on: head/misc/findutils/files/patch-gl_lib_fdopendir.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/findutils/pkg-descr =================================================================== --- head/misc/findutils/pkg-descr (revision 561271) +++ head/misc/findutils/pkg-descr (revision 561272) @@ -1,11 +1,11 @@ The Free Software Foundation's "find" utilities, including "find", "locate", and "xargs". These utilities exist in the FreeBSD base collection, but the GNU versions have added functionality that is sometimes useful. Note that this port will install these utilities with a `g' prefix, 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/