summaryrefslogtreecommitdiff
path: root/sysutils/coreutils
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2012-10-30 21:21:48 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2012-10-30 21:21:48 +0000
commit9ffee13dd90788b616662a8dc4a122722a4ea098 (patch)
tree8ad81f2cb860655e0431f0e646c2352450c3ceb3 /sysutils/coreutils
parent- pass maintainership to submitter (diff)
- 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 <jharris@widomaker.com> (maintainer) [1] Feature safe: yes
Notes
Notes: svn path=/head/; revision=306718
Diffstat (limited to 'sysutils/coreutils')
-rw-r--r--sysutils/coreutils/Makefile2
-rw-r--r--sysutils/coreutils/files/patch-configure12
2 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile
index bda1fecfac9e..3a6f6768e1e3 100644
--- a/sysutils/coreutils/Makefile
+++ b/sysutils/coreutils/Makefile
@@ -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
diff --git a/sysutils/coreutils/files/patch-configure b/sysutils/coreutils/files/patch-configure
new file mode 100644
index 000000000000..8619fbdd33d9
--- /dev/null
+++ b/sysutils/coreutils/files/patch-configure
@@ -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 #(