Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Sep 2011 23:54:11 +0200
From:      "Grzegorz Blach" <magik@roorback.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/160926: devel/ninja: Fixed build with clang++, updated to 20110922
Message-ID:  <1316728451.15526@silver.nine>
Resent-Message-ID: <201109222200.p8MM0IF0060449@freefall.freebsd.org>

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

>Number:         160926
>Category:       ports
>Synopsis:       devel/ninja: Fixed build with clang++, updated to 20110922
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 22 22:00:18 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Grzegorz Blach
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:


System: FreeBSD 8.2-STABLE #13 r225147: Wed Aug 24 20:20:58 CEST 2011
    magik@silver.nine:/usr/obj/usr/src/sys/SILVER



>Description:


In port devel/ninja:
- fixed build with clang++
- updated to 20110922



>How-To-Repeat:





>Fix:


--- ninja.diff.txt begins here ---
diff -ruN devel/ninja/Makefile devel/ninja/Makefile
--- devel/ninja/Makefile	2011-06-27 15:27:27.000000000 +0200
+++ devel/ninja/Makefile	2011-09-22 23:38:31.877682497 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ninja
-PORTVERSION=	20110620
+PORTVERSION=	20110922
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/Roorback/ninja/tarball/${DISTVERSION}/
 DISTNAME=	Roorabck-${PORTNAME}-${DISTVERSION}-0-g${GITVERSION}
@@ -18,7 +18,7 @@
 CONFLICTS=	irc/ninja-[0-9]*
 USE_PYTHON=	yes
 
-GITVERSION=	ed48ae5
+GITVERSION=	d342acd
 FETCH_ARGS=	-pRr
 WRKSRC=		${WRKDIR}/Roorback-${PORTNAME}-${GITVERSION}
 
@@ -26,7 +26,7 @@
 PORTDOCS=	COPYING HACKING README manual.asciidoc todo
 
 do-build:
-	@(cd ${WRKSRC}; ./bootstrap.sh)
+	@(cd ${WRKSRC}; CXX=${CXX} ./bootstrap.sh)
 
 do-install:
 	@${INSTALL} -m 755 ${WRKSRC}/ninja ${PREFIX}/bin
diff -ruN devel/ninja/distinfo devel/ninja/distinfo
--- devel/ninja/distinfo	2011-06-27 15:27:27.000000000 +0200
+++ devel/ninja/distinfo	2011-09-22 23:38:31.877682497 +0200
@@ -1,2 +1,2 @@
-SHA256 (Roorabck-ninja-20110620-0-ged48ae5.tar.gz) = cee45007caeedf5636660b5cd0723edad756268b60861fa7a85de2137e4de2ff
-SIZE (Roorabck-ninja-20110620-0-ged48ae5.tar.gz) = 75719
+SHA256 (Roorabck-ninja-20110922-0-gd342acd.tar.gz) = fe50ac788935b50a90df1d8125f41dfd6d39ecbab195c8553585f475ed974d3d
+SIZE (Roorabck-ninja-20110922-0-gd342acd.tar.gz) = 79885
--- ninja.diff.txt ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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