# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= findutils VERSION= 4.9.0 KEYWORDS= misc VARIANTS= standard noprefix ravensys SDESC[ravensys]= GNU find utilities for raven sysroot (no nls) SDESC[noprefix]= GNU find utilities (standard names) SDESC[standard]= GNU find utilities (prefixed with g) HOMEPAGE= http://www.gnu.org/software/findutils/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= GNU/findutils DISTFILE[1]= findutils-4.9.0.tar.xz:main DF_INDEX= 1 SPKGS[ravensys]= primary SPKGS[noprefix]= complete primary nls SPKGS[standard]= complete primary nls 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 INFO= primary:find primary:find-maint 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].USES_OFF= gettext post-patch-darwin: ${REINPLACE_CMD} -e "s|'cr'|'Scr'|" ${WRKSRC}/configure 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:101:distinfo] a2bfb8c09d436770edc59f50fa483e785b161a3b7b9d547573cb08065fd462fe 2046252 findutils-4.9.0.tar.xz [FILE:157:manifests/plist.primary.standard] bin/ gfind glocate gupdatedb gxargs libexec/gfrcode share/man/man1/ gfind.1.gz glocate.1.gz gupdatedb.1.gz gxargs.1.gz share/man/man5/glocatedb.5.gz [FILE:1608: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/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:147:manifests/plist.primary] bin/ find locate updatedb xargs libexec/frcode share/man/man1/ find.1.gz locate.1.gz updatedb.1.gz xargs.1.gz share/man/man5/locatedb.5.gz [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