From swills@mouf.net  Sun May 19 04:22:36 2013
Return-Path: <swills@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id A4A6F7D8;
	Sun, 19 May 2013 04:22:36 +0000 (UTC)
	(envelope-from swills@mouf.net)
Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3])
	by mx1.freebsd.org (Postfix) with ESMTP id 533528A9;
	Sun, 19 May 2013 04:22:36 +0000 (UTC)
Received: from meatwad.mouf.net ([IPv6:2001:470:8:58f:21f:d0ff:feaf:1a4d])
	by mouf.net (8.14.5/8.14.5) with ESMTP id r4J4MSpd048752
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Sun, 19 May 2013 04:22:34 GMT
	(envelope-from swills@meatwad.mouf.net)
Received: (from swills@localhost)
	by meatwad.mouf.net (8.14.7/8.14.5/Submit) id r4J4MNYS097624;
	Sun, 19 May 2013 04:22:23 GMT
	(envelope-from swills)
Message-Id: <201305190422.r4J4MNYS097624@meatwad.mouf.net>
Date: Sun, 19 May 2013 04:22:23 GMT
From: Steve Wills <swills@FreeBSD.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: vbox@FreeBSD.org
Subject: [PATCH] devel/kBuild: fix build on -CURRENT
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         178767
>Category:       ports
>Synopsis:       [PATCH] devel/kBuild: fix build on -CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    vbox
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 19 04:30:00 UTC 2013
>Closed-Date:    Sun May 19 12:44:09 UTC 2013
>Last-Modified:  Sun May 19 12:44:09 UTC 2013
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r250697: Thu May 16 15:26:48 UTC
>Description:
- Fix build on current after r250623
- Pet portlint

r250623 defines _Thread_local as empty when -Dlint is passed, causing breakage
in runetype.h. Not sure if that's a bug, but not passing -Dlint fixes it.

Port maintainer (vbox@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- kBuild-0.1.9998.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 318483)
+++ Makefile	(working copy)
@@ -1,4 +1,4 @@
-# Created by:	Bruce Simpson
+# Created by: Bruce Simpson
 # $FreeBSD$
 
 PORTNAME=	kBuild
Index: files/patch-ash-Makefile.kmk
===================================================================
--- files/patch-ash-Makefile.kmk	(revision 0)
+++ files/patch-ash-Makefile.kmk	(working copy)
@@ -0,0 +1,22 @@
+--- src/kash/Makefile.kmk.orig	2013-05-19 03:56:33.000000000 +0000
++++ src/kash/Makefile.kmk	2013-05-19 03:56:41.000000000 +0000
+@@ -33,7 +33,7 @@
+ kash_TEMPLATE = BIN-THREADED
+ kash_NAME = kmk_ash
+ kash_ASTOOL = YASM
+-kash_DEFS = lint SHELL SMALL
++kash_DEFS = SHELL SMALL
+ kash_DEFS += SH_FORKED_MODE
+ kash_DEFS.debug = DEBUG=2
+ kash_DEFS.haiku = BSD
+--- src/ash/Makefile.kmk.orig	2013-05-19 03:56:27.000000000 +0000
++++ src/ash/Makefile.kmk	2013-05-19 03:56:44.000000000 +0000
+@@ -30,7 +30,7 @@
+ 
+ PROGRAMS += kmk_ash
+ kmk_ash_TEMPLATE = BIN
+-kmk_ash_DEFS = lint SHELL SMALL KMK
++kmk_ash_DEFS = SHELL SMALL KMK
+ if "$(USER)" == "bird"
+ kmk_ash_DEFS.debug = DEBUG=2
+ endif

Property changes on: files/patch-ash-Makefile.kmk
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
--- kBuild-0.1.9998.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->vbox 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun May 19 04:30:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178767 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Sun May 19 12:44:09 UTC 2013 
State-Changed-Why:  
Patch unneeded, bug was in base, has been fixed. 

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