From nobody@FreeBSD.org  Thu May  1 15:02:39 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 6F519150
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  1 May 2014 15:02:39 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id 5C98C1596
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  1 May 2014 15:02:39 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s41F2dbk070426
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 1 May 2014 15:02:39 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s41F2do1070418;
	Thu, 1 May 2014 15:02:39 GMT
	(envelope-from nobody)
Message-Id: <201405011502.s41F2do1070418@cgiserv.freebsd.org>
Date: Thu, 1 May 2014 15:02:39 GMT
From: Jia-Shiun Li <jiashiun@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] devel/gobject-introspection is sound enough to parallel build
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         189202
>Category:       ports
>Synopsis:       [patch] devel/gobject-introspection is sound enough to parallel build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 01 15:10:00 UTC 2014
>Closed-Date:    
>Last-Modified:  Thu May 01 15:10:05 UTC 2014
>Originator:     Jia-Shiun Li
>Release:        11.0-CURRENT
>Organization:
>Environment:
FreeBSD 4cbsd 11.0-CURRENT FreeBSD 11.0-CURRENT #31 r264726: Tue Apr 22 01:19:28 CST 2014     jsli@4cbsd:/usr/obj/usr/src/sys/Minimal  amd64

>Description:
It's been a while since MAKE_JOBS_UNSAFE was set in ports/146645. And gobject-introspection has evolved from 0.6.10 to 1.36.0. It looks safe enough to parallel build now.

jsli@4cbsd:/usr/ports/devel/gobject-introspection # sysctl kern.smp.cpus hw.model
kern.smp.cpus: 4
hw.model: Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz
jsli@4cbsd:/usr/ports/devel/gobject-introspection # time make -DBATCH MAKE_JOBS_NUMBER=64
..
..
gmake[1]: Leaving directory `/usr/ports/devel/gobject-introspection/work/gobject-introspection-1.36.0'
====> Compressing man pages (compress-man)
32.810u 10.694s 0:26.53 163.9%  18465+377k 0+296io 0pf+0w
jsli@4cbsd:/usr/ports/devel/gobject-introspection #
>How-To-Repeat:

>Fix:
patch attached to enable parallel build.

Patch attached with submission follows:

--- gobject-introspection.orig/Makefile	2014-03-06 17:13:24.000000000 +0800
+++ gobject-introspection/Makefile	2014-05-01 22:47:52.000000000 +0800
@@ -23,7 +23,6 @@
 USE_PYTHON=	2
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
-MAKE_JOBS_UNSAFE=yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu May 1 15:10:04 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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