Bug 173218 - [MAINTAINER] sysutils/coreutils - fix gmkdir cyclic dependency
Summary: [MAINTAINER] sysutils/coreutils - fix gmkdir cyclic dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-30 16:40 UTC by jharris
Modified: 2012-10-30 21:21 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jharris 2012-10-30 16:40:01 UTC
	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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-30 16:40:10 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2012-10-30 16:58:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

I'll take it.
Comment 3 Bryan Drewery freebsd_committer freebsd_triage 2012-10-30 21:21:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!