diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-04-06 19:35:44 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-04-06 19:35:44 +0800 |
commit | 3688a0c3cc3b1e7983e8e68f03e810c34a6cc4e0 (patch) | |
tree | 2ce184b0916ed6ed8baec5bf89c3e79f8a0c8867 /sysutils/most | |
parent | c857f3214d3f25173f6f861ce7c49be1e1180a8b (diff) | |
download | freebsd-ports-gnome-3688a0c3cc3b1e7983e8e68f03e810c34a6cc4e0.tar.gz freebsd-ports-gnome-3688a0c3cc3b1e7983e8e68f03e810c34a6cc4e0.tar.zst freebsd-ports-gnome-3688a0c3cc3b1e7983e8e68f03e810c34a6cc4e0.zip |
Mark MAKE_JOBS_UNSAFE.
Note, prior to marking this port MAKE_JOBS_SAFE the following parallel build
checks passed:
http://people.freebsd.org/~ehaupt/most-5.0.0/amd64-6.4-most-5.0.0.log
http://people.freebsd.org/~ehaupt/most-5.0.0/amd64-7.1-most-5.0.0.log
http://people.freebsd.org/~ehaupt/most-5.0.0/i386-6.4-most-5.0.0.log
http://people.freebsd.org/~ehaupt/most-5.0.0/i386-7.1-most-5.0.0.log
http://people.freebsd.org/~ehaupt/most-5.0.0/i386-8.0-most-5.0.0.log
PR: 133275
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Diffstat (limited to 'sysutils/most')
-rw-r--r-- | sysutils/most/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile index 11b67e1e1777..9e01475a68ac 100644 --- a/sysutils/most/Makefile +++ b/sysutils/most/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-mmap -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/most PORTDOCS= README changes.txt lesskeys.rc most-fun.txt most.doc most.rc |