From zinn@kaspar.aliensatemymum.com  Tue Jun 28 16:52:42 2011
Return-Path: <zinn@kaspar.aliensatemymum.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D821B106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Jun 2011 16:52:42 +0000 (UTC)
	(envelope-from zinn@kaspar.aliensatemymum.com)
Received: from oops.0xC0DE.de (oops.0xC0DE.de [78.46.70.3])
	by mx1.freebsd.org (Postfix) with ESMTP id 926FF8FC19
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Jun 2011 16:52:41 +0000 (UTC)
Received: from oops.0xC0DE.de (localhost.0xC0DE.de [127.0.0.1])
	by oops.0xC0DE.de (Postfix) with ESMTP id DF3E139813A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Jun 2011 18:52:40 +0200 (CEST)
Received: from oops.0xC0DE.de ([127.0.0.1])
	by oops.0xC0DE.de (oops.0xC0DE.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id PjrW7ahYewV4 for <FreeBSD-gnats-submit@freebsd.org>;
	Tue, 28 Jun 2011 18:52:33 +0200 (CEST)
Received: from kaspar.aliensatemymum.com (ip-95-222-157-209.unitymediagroup.de [95.222.157.209])
	(Authenticated sender: info@derzinn.de)
	by oops.0xC0DE.de (Postfix) with ESMTPA id 0968C398111
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Jun 2011 18:52:33 +0200 (CEST)
Received: by kaspar.aliensatemymum.com (Postfix, from userid 1001)
	id 9C730361BC2E; Tue, 28 Jun 2011 18:52:32 +0200 (CEST)
Message-Id: <20110628165232.9C730361BC2E@kaspar.aliensatemymum.com>
Date: Tue, 28 Jun 2011 18:52:32 +0200 (CEST)
From: Mirko Zinn <mail@derzinn.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] databases/mongodb: Support for alternative compilers
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         158399
>Category:       ports
>Synopsis:       [MAINTAINER] databases/mongodb: Support for alternative compilers
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jlaffaye
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 28 17:00:17 UTC 2011
>Closed-Date:    Wed Jun 29 21:54:29 CEST 2011
>Last-Modified:  Wed Jun 29 20:00:17 UTC 2011
>Originator:     Mirko Zinn
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD kaspar 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011
>Description:
This patch adds CXX and CPP support to scons so mongodb can be compiled with
alternative compilers.

Thanks to gmb.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- mongodb-1.8.2_1.patch begins here ---
diff -ruN --exclude=CVS /usr/home/zinn/ports/mongodb.orig/Makefile /usr/home/zinn/ports/mongodb/Makefile
--- /usr/home/zinn/ports/mongodb.orig/Makefile	2011-06-18 16:06:39.000000000 +0200
+++ /usr/home/zinn/ports/mongodb/Makefile	2011-06-26 21:14:53.000000000 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	mongodb
 PORTVERSION=	1.8.2
+PORTREVISION=	1
 CATEGORIES=	databases net
 MASTER_SITES=	http://downloads.mongodb.org/src/
 DISTNAME=	${PORTNAME}-src-r${PORTVERSION}
@@ -27,7 +28,7 @@
 
 USE_SCONS=	yes
 SCONS_TARGET=	all
-SCONS_ARGS=	--prefix=${PREFIX}
+SCONS_ARGS=	--prefix=${PREFIX} --cxx=${CXX} --cpp=${CPP}
 
 USERS=	mongodb
 GROUPS=	mongodb
--- mongodb-1.8.2_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jlaffaye 
Responsible-Changed-By: jlaffaye 
Responsible-Changed-When: Wed Jun 29 16:15:18 CEST 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158399 
State-Changed-From-To: open->closed 
State-Changed-By: jlaffaye 
State-Changed-When: Wed Jun 29 21:54:28 CEST 2011 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158399: commit references a PR
Date: Wed, 29 Jun 2011 19:51:03 +0000 (UTC)

 jlaffaye    2011-06-29 19:50:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/mongodb    Makefile 
   Log:
   Honor CXX and CPP
   
   PR:             ports/158399
   Submitted by:   Mirko Zinn <mail@derzinn.de> (maintainer)
   Approved by:    bapt (mentor, implicit)
   
   Revision  Changes    Path
   1.21      +1 -1      ports/databases/mongodb/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
