From nobody@FreeBSD.org  Fri Dec 14 22:20:02 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id A5AFE1FAB
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Dec 2012 22:20:02 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 8CA218FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Dec 2012 22:20:02 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qBEMK2qO029719
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Dec 2012 22:20:02 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id qBEMK2Vs029718;
	Fri, 14 Dec 2012 22:20:02 GMT
	(envelope-from nobody)
Message-Id: <201212142220.qBEMK2Vs029718@red.freebsd.org>
Date: Fri, 14 Dec 2012 22:20:02 GMT
From: "4721@hushmail.com" <4721@hushmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] mark lang/expect as MAKE_JOBS_UNSAFE
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         174443
>Category:       ports
>Synopsis:       [patch] mark lang/expect as MAKE_JOBS_UNSAFE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tj
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 14 22:30:00 UTC 2012
>Closed-Date:    Fri Feb 01 15:43:00 UTC 2013
>Last-Modified:  Fri Feb 01 15:43:00 UTC 2013
>Originator:     4721@hushmail.com
>Release:        
>Organization:
>Environment:
>Description:
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.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: lang/expect/Makefile
===================================================================
--- lang/expect/Makefile	(revision 308925)
+++ lang/expect/Makefile	(working copy)
@@ -23,6 +23,7 @@
 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}"


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tj 
Responsible-Changed-By: tj 
Responsible-Changed-When: Sat Dec 15 06:20:46 UTC 2012 
Responsible-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=174443 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174443: commit references a PR
Date: Fri,  1 Feb 2013 02:23:13 +0000 (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"
 
State-Changed-From-To: open->closed 
State-Changed-By: tj 
State-Changed-When: Fri Feb 1 15:42:58 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174443 
>Unformatted:
