Bug 174443 - [patch] mark lang/expect as MAKE_JOBS_UNSAFE
Summary: [patch] mark lang/expect as MAKE_JOBS_UNSAFE
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: Tom Judge
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-14 22:30 UTC by 4721@hushmail.com
Modified: 2013-02-01 15:43 UTC (History)
0 users

See Also:


Attachments
file.diff (386 bytes, patch)
2012-12-14 22:30 UTC, 4721@hushmail.com
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description 4721@hushmail.com 2012-12-14 22:30:00 UTC
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:
Comment 1 Tom Judge freebsd_committer freebsd_triage 2012-12-15 06:20:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tj
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-01 02:23:13 UTC
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"
Comment 3 Tom Judge freebsd_committer freebsd_triage 2013-02-01 15:42:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!