mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
misc/findutils: update to 4.10.0
- remove obsolete patches - work around time_t being 32 bits on i386 Changelog: https://lists.gnu.org/archive/html/bug-findutils/2024-06/msg00017.html
This commit is contained in:
parent
06c03bcd2f
commit
acf324208f
5 changed files with 10 additions and 38 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= findutils
|
||||
DISTVERSION= 4.9.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 4.10.0
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= GNU
|
||||
|
||||
|
@ -16,8 +15,12 @@ CPE_VENDOR= gnu
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
CONFIGURE_ARGS= --program-prefix=g --localstatedir=${LOCALSTATEDIR}
|
||||
i386_CONFIGURE_ARGS= --disable-year2038
|
||||
CONFIGURE_ARGS= --program-prefix=g \
|
||||
--localstatedir=${LOCALSTATEDIR} \
|
||||
${${ARCH}_CONFIGURE_ARGS}
|
||||
|
||||
TEST_TARGET= check
|
||||
MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
||||
INFO= find find-maint
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1643823406
|
||||
SHA256 (findutils-4.9.0.tar.xz) = a2bfb8c09d436770edc59f50fa483e785b161a3b7b9d547573cb08065fd462fe
|
||||
SIZE (findutils-4.9.0.tar.xz) = 2046252
|
||||
TIMESTAMP = 1718465696
|
||||
SHA256 (findutils-4.10.0.tar.xz) = 1387e0b67ff247d2abde998f90dfbf70c1491391a59ddfecb8ae698789f0a4f5
|
||||
SIZE (findutils-4.10.0.tar.xz) = 2240712
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
--- 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
|
||||
|
||||
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
--- 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 *
|
|
@ -27,6 +27,7 @@ share/man/man5/glocatedb.5.gz
|
|||
%%NLS%%share/locale/id/LC_MESSAGES/findutils.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/findutils.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/findutils.mo
|
||||
%%NLS%%share/locale/ka/LC_MESSAGES/findutils.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/findutils.mo
|
||||
%%NLS%%share/locale/lg/LC_MESSAGES/findutils.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/findutils.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue