# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= findutils VERSION= 4.10.0 REVISION= 1 KEYWORDS= misc VARIANTS= std noprefix ravensys SDESC[ravensys]= GNU find utilities for raven sysroot (no nls) SDESC[std]= GNU find utilities (prefixed with g) SDESC[noprefix]= GNU find utilities (standard names) HOMEPAGE= http://www.gnu.org/software/findutils/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= GNU/findutils DISTFILE[1]= findutils-4.10.0.tar.xz:main DF_INDEX= 1 SPKGS[ravensys]= primary SPKGS[std]= set primary nls info man SPKGS[noprefix]= set primary nls info man OPTIONS_AVAILABLE= NOTSTD RAVENSYS OPTIONS_STANDARD= none VOPTS[ravensys]= NOTSTD=ON RAVENSYS=ON VOPTS[noprefix]= NOTSTD=ON RAVENSYS=OFF USES= charsetfix cpe gmake LICENSE= GPLv3+:primary LICENSE_TERMS= primary:{{WRKDIR}}/TERMS LICENSE_FILE= GPLv3+:{{WRKSRC}}/COPYING LICENSE_AWK= TERMS:"^\*" LICENSE_SOURCE= TERMS:{{WRKSRC}}/find/defs.h LICENSE_SCHEME= solo CPE_VENDOR= gnu FPC_EQUIVALENT= misc/findutils INFO_SUBDIR= . MUST_CONFIGURE= gnu CONFIGURE_ARGS= --localstatedir="/var/db" MAKE_ARGS= INSTALL_SCRIPT="{{INSTALL_SCRIPT}}" [NOTSTD].DESCRIPTION= Not the standard variant [NOTSTD].CONFIGURE_ARGS_OFF= --program-prefix=g [RAVENSYS].DESCRIPTION= For ravensys-root - built without NLS [RAVENSYS].CONFIGURE_ARGS_OFF= --enable-nls [RAVENSYS].CONFIGURE_ARGS_ON= --disable-nls [RAVENSYS].INFO_OFF= info:find info:find-maint [RAVENSYS].USES_OFF= gettext post-patch-darwin: ${REINPLACE_CMD} -e "s|'cr'|'Scr'|" ${WRKSRC}/configure post-install-RAVENSYS-ON: ${RM} -r ${STAGEDIR}${PREFIX}/share/man ${RM} -r ${STAGEDIR}${PREFIX}/share/info post-install: ${RM} -r ${STAGEDIR}/var [FILE:399:descriptions/desc.primary] 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. [FILE:102:distinfo] 1387e0b67ff247d2abde998f90dfbf70c1491391a59ddfecb8ae698789f0a4f5 2240712 findutils-4.10.0.tar.xz [FILE:56:manifests/plist.primary.std] bin/ gfind glocate gupdatedb gxargs libexec/gfrcode [FILE:1649:manifests/plist.nls] share/locale/be/LC_MESSAGES/findutils.mo share/locale/bg/LC_MESSAGES/findutils.mo share/locale/ca/LC_MESSAGES/findutils.mo share/locale/cs/LC_MESSAGES/findutils.mo share/locale/da/LC_MESSAGES/findutils.mo share/locale/de/LC_MESSAGES/findutils.mo share/locale/el/LC_MESSAGES/findutils.mo share/locale/eo/LC_MESSAGES/findutils.mo share/locale/es/LC_MESSAGES/findutils.mo share/locale/et/LC_MESSAGES/findutils.mo share/locale/fi/LC_MESSAGES/findutils.mo share/locale/fr/LC_MESSAGES/findutils.mo share/locale/ga/LC_MESSAGES/findutils.mo share/locale/gl/LC_MESSAGES/findutils.mo share/locale/hr/LC_MESSAGES/findutils.mo share/locale/hu/LC_MESSAGES/findutils.mo share/locale/id/LC_MESSAGES/findutils.mo share/locale/it/LC_MESSAGES/findutils.mo share/locale/ja/LC_MESSAGES/findutils.mo share/locale/ka/LC_MESSAGES/findutils.mo share/locale/ko/LC_MESSAGES/findutils.mo share/locale/lg/LC_MESSAGES/findutils.mo share/locale/lt/LC_MESSAGES/findutils.mo share/locale/ms/LC_MESSAGES/findutils.mo share/locale/nb/LC_MESSAGES/findutils.mo share/locale/nl/LC_MESSAGES/findutils.mo share/locale/pl/LC_MESSAGES/findutils.mo share/locale/pt/LC_MESSAGES/findutils.mo share/locale/pt_BR/LC_MESSAGES/findutils.mo share/locale/ro/LC_MESSAGES/findutils.mo share/locale/ru/LC_MESSAGES/findutils.mo share/locale/sk/LC_MESSAGES/findutils.mo share/locale/sl/LC_MESSAGES/findutils.mo share/locale/sr/LC_MESSAGES/findutils.mo share/locale/sv/LC_MESSAGES/findutils.mo share/locale/tr/LC_MESSAGES/findutils.mo share/locale/uk/LC_MESSAGES/findutils.mo share/locale/vi/LC_MESSAGES/findutils.mo share/locale/zh_CN/LC_MESSAGES/findutils.mo share/locale/zh_TW/LC_MESSAGES/findutils.mo [FILE:86:manifests/plist.man.std] share/man/man1/ gfind.1 glocate.1 gupdatedb.1 gxargs.1 share/man/man5/glocatedb.5 [FILE:51:manifests/plist.primary] bin/ find locate updatedb xargs libexec/frcode [FILE:81:manifests/plist.man] share/man/man1/ find.1 locate.1 updatedb.1 xargs.1 share/man/man5/locatedb.5 [FILE:405:patches/patch-configure] --- configure.orig 2022-02-02 00:17:29 UTC +++ configure @@ -62154,6 +62154,15 @@ $as_echo "$gl_cv_solaris_64bit" >&6; } + 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 use_additional=yes [FILE:338:patches/patch-gnulib-lib-fdopendir.c] --- gl/lib/fdopendir.c.orig 2022-01-03 23:22:27 UTC +++ gl/lib/fdopendir.c @@ -227,9 +227,11 @@ fd_clone_opendir (int fd, struct saved_c # include # include +# include # undef fdopendir +extern DIR *fdopendir(int); /* Like fdopendir, but work around GNU/Hurd bug by validating FD. */ DIR * [FILE:693:patches/patch-locate__updatedb.sh] --- locate/updatedb.sh.orig 2022-01-02 23:34:22 UTC +++ locate/updatedb.sh @@ -293,7 +293,7 @@ cd "$changeto" if test -n "$SEARCHPATHS"; then if [ "$LOCALUSER" != "" ]; then # : A1 - su $LOCALUSER `select_shell $LOCALUSER` -c \ + su -m $LOCALUSER -c \ "$find $SEARCHPATHS $FINDOPTIONS \ \\( $prunefs_exp \ -type d -regex '$PRUNEREGEX' \\) -prune -o $print_option" @@ -309,7 +309,7 @@ if test -n "$NETPATHS"; then myuid=`getuid` if [ "$myuid" = 0 ]; then # : A3 - su $NETUSER `select_shell $NETUSER` -c \ + su -m $NETUSER -c \ "$find $NETPATHS $FINDOPTIONS \\( -type d -regex '$PRUNEREGEX' -prune \\) -o $print_option" || exit $? else