Skip site navigation (1)Skip section navigation (2)
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:   ports/178767: [PATCH] devel/kBuild: fix build on -CURRENT
Message-ID:  <201305190422.r4J4MNYS097624@meatwad.mouf.net>
Resent-Message-ID: <201305190430.r4J4U03t099699@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178767
>Category:       ports
>Synopsis:       [PATCH] devel/kBuild: fix build on -CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 19 04:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305190422.r4J4MNYS097624>