# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= scrypt VERSION= 1.3.3 KEYWORDS= security VARIANTS= std SDESC[std]= Key Derivation Function HOMEPAGE= https://www.tarsnap.com/scrypt.html CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= http://www.tarsnap.com/scrypt/ DISTFILE[1]= scrypt-1.3.3.tgz:main DF_INDEX= 1 SPKGS[std]= set primary man OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= ssl LICENSE= BSD2CLAUSE:primary LICENSE_FILE= BSD2CLAUSE:{{WRKSRC}}/COPYRIGHT LICENSE_SCHEME= solo FPC_EQUIVALENT= security/scrypt MUST_CONFIGURE= gnu CFLAGS= -I{{OPENSSLINC}} -L{{OPENSSLLIB}} [FILE:232:descriptions/desc.primary] The scrypt key derivation function was originally developed for use in the Tarsnap online backup system and is designed to be far more secure against hardware brute-force attacks than alternative functions such as PBKDF2 or bcrypt. [FILE:95:distinfo] 1c2710517e998eaac2e97db11f092e37139e69886b21a1b2661f64e130215ae9 432339 scrypt-1.3.3.tgz [FILE:11:manifests/plist.primary] bin/scrypt [FILE:24:manifests/plist.man] share/man/man1/scrypt.1 [FILE:387:patches/patch-configure] --- configure.orig 2025-02-13 23:23:17 UTC +++ configure @@ -13973,7 +13973,7 @@ then : # If POSIX_SH is not set, get the default value of PATH which # is specified to find the standard POSIX utilities. - POSIX_PATH=`command -p getconf PATH` + POSIX_PATH=`printenv PATH` if test "x${POSIX_PATH}" = "x" then : as_fn_error $? "\"cannot get the default PATH\"" "$LINENO" 5