ports/158399: [MAINTAINER] databases/mongodb: Support for alternative compilers

Mirko Zinn mail at derzinn.de
Tue Jun 28 17:00:18 UTC 2011


>Number:         158399
>Category:       ports
>Synopsis:       [MAINTAINER] databases/mongodb: Support for alternative compilers
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 28 17:00:17 UTC 2011
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list