Patch ./configure so coreutils 8.20 won't rely on gmkdir to install itself if a previous coreutils' gmkdir is available (during configure). Fix: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message iJ0EARECAF0FAlCP/K9WGGh0dHA6Ly9rZXlzZXJ2ZXIua2pzbC5jb206MTEzNzEv cGtzL2xvb2t1cD9vcD1nZXQmc2VhcmNoPTB4RDM5REEwRTMmd2VoYXZleW91bm93 PXRydWUACgkQSypIl9OdoOOTXwCcC+0mWrohyNY7E3gms/AI4QN38D4An2r468E8 IKxJggD6ljMfX7m/PIoT =EJw9 -----END PGP SIGNATURE-------o3uvbi4FUHYAOppTktbKuDqVpZJtPM9Iv3aAh1e9JaFVYUNi Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" diff -r a5a32a34077b configure --- configure.orig Tue Oct 30 11:49:55 2012 -0400 +++ configure Tue Oct 30 11:51:28 2012 -0400 @@ -4301,7 +4301,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - for ac_prog in mkdir gmkdir; do + for ac_prog in mkdir; do for ac_exec_ext in '' $ac_executable_extensions; do { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) How-To-Repeat: Copy patch below to files/patch-configure
Class Changed From-To: sw-bug->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->bdrewery I'll take it.
State Changed From-To: open->closed Committed. Thanks!