lang/expect sometimes fails to build when using highly parallel build. (default parallel build=on, job count=20). mark as unsafe and builds each time. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->tj
Author: tj Date: Fri Feb 1 02:23:01 2013 New Revision: 311346 URL: http://svnweb.freebsd.org/changeset/ports/311346 Log: Mark as jobs unsafe. Don't bump port revision. PR: ports/174443 Submitted by: 4721@hushmail.com Modified: head/lang/expect/Makefile Modified: head/lang/expect/Makefile ============================================================================== --- head/lang/expect/Makefile Fri Feb 1 02:15:09 2013 (r311345) +++ head/lang/expect/Makefile Fri Feb 1 02:23:01 2013 (r311346) @@ -23,6 +23,7 @@ LIBEXPECT_VER= 543 WRKSRC= ${WRKDIR}/expect-${EXPECT_VER} USE_LDCONFIG= yes GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes PLIST_SUB+= EXPECT_VER="${EXPECT_VER}" PLIST_SUB+= LIBEXPECT_VER="${LIBEXPECT_VER}" _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!