From owner-svn-ports-all@FreeBSD.ORG Tue Oct 30 21:21:49 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0DADC618; Tue, 30 Oct 2012 21:21:49 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E90438FC08; Tue, 30 Oct 2012 21:21:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9ULLmV3078578; Tue, 30 Oct 2012 21:21:48 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9ULLmlm078575; Tue, 30 Oct 2012 21:21:48 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201210302121.q9ULLmlm078575@svn.freebsd.org> From: Bryan Drewery Date: Tue, 30 Oct 2012 21:21:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306718 - in head/sysutils/coreutils: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2012 21:21:49 -0000 Author: bdrewery Date: Tue Oct 30 21:21:48 2012 New Revision: 306718 URL: http://svn.freebsd.org/changeset/ports/306718 Log: - Fix reinstall/upgrade trying to use gmkdir since it was detected during build [1] - Mark MAKE_JOBS_UNSAFE: help2man: can't get '--help' info from man/stty.td/stty gmake[2]: *** [man/stty.1] Error 127 gmake[2]: *** Waiting for unfinished jobs.... PR: ports/173218 [1] Submitted by: Jason Harris (maintainer) [1] Feature safe: yes Added: head/sysutils/coreutils/files/patch-configure (contents, props changed) Modified: head/sysutils/coreutils/Makefile Modified: head/sysutils/coreutils/Makefile ============================================================================== --- head/sysutils/coreutils/Makefile Tue Oct 30 21:14:18 2012 (r306717) +++ head/sysutils/coreutils/Makefile Tue Oct 30 21:21:48 2012 (r306718) @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= id-utils-[0-9]* linux-gid-[0-9]* +MAKE_JOBS_UNSAFE= yes + GNU_CONFIGURE= yes # A rather nasty hack to stop gnustat from conflicting with base gstat # bugs.freebsd.org/160060 Added: head/sysutils/coreutils/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/coreutils/files/patch-configure Tue Oct 30 21:21:48 2012 (r306718) @@ -0,0 +1,12 @@ +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 #(