View | Details | Raw Unified | Return to bug 165564
Collapse All | Expand All

(-)/home/zinn/ports/mongodb/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	mongodb
8
PORTNAME=	mongodb
9
PORTVERSION=	2.0.2
9
PORTVERSION=	2.0.3
10
CATEGORIES=	databases net
10
CATEGORIES=	databases net
11
MASTER_SITES=	http://downloads.mongodb.org/src/
11
MASTER_SITES=	http://downloads.mongodb.org/src/
12
DISTNAME=	${PORTNAME}-src-r${PORTVERSION}
12
DISTNAME=	${PORTNAME}-src-r${PORTVERSION}
(-)/home/zinn/ports/mongodb/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (mongodb-src-r2.0.2.tar.gz) = e4a498c435532470e8aa7ea1d0119558e0f061c7574659e0ebc0e29cbee2ac8f
1
SHA256 (mongodb-src-r2.0.3.tar.gz) = f5f365adc6597d5c3c086da27f0ca179313da03fb547a2202badd23f95360699
2
SIZE (mongodb-src-r2.0.2.tar.gz) = 2956087
2
SIZE (mongodb-src-r2.0.3.tar.gz) = 2964557
(-)/home/zinn/ports/mongodb/files/patch-SConstruct (-5 / +5 lines)
Lines 1-6 Link Here
1
--- SConstruct.orig	2011-12-16 18:02:27.000000000 +0100
1
--- SConstruct.orig	2012-02-29 18:18:35.000000000 +0100
2
+++ SConstruct	2011-12-17 04:39:19.000000000 +0100
2
+++ SConstruct	2012-02-29 18:30:34.000000000 +0100
3
@@ -702,7 +702,10 @@
3
@@ -714,7 +714,10 @@
4
 
4
 
5
     #make scons colorgcc friendly
5
     #make scons colorgcc friendly
6
     env['ENV']['HOME'] = os.environ['HOME']
6
     env['ENV']['HOME'] = os.environ['HOME']
Lines 12-18 Link Here
12
 
12
 
13
     if linux and has_option( "sharedclient" ):
13
     if linux and has_option( "sharedclient" ):
14
         env.Append( LINKFLAGS=" -Wl,--as-needed -Wl,-zdefs " )
14
         env.Append( LINKFLAGS=" -Wl,--as-needed -Wl,-zdefs " )
15
@@ -785,8 +788,9 @@
15
@@ -797,8 +800,9 @@
16
     options_topass["nix"] = nix
16
     options_topass["nix"] = nix
17
     
17
     
18
     if has_option( "use-system-" + shortName ) or has_option( "use-system-all" ):
18
     if has_option( "use-system-" + shortName ) or has_option( "use-system-all" ):
Lines 24-30 Link Here
24
     else:
24
     else:
25
         myModule.configure( env , fileLists , options_topass )
25
         myModule.configure( env , fileLists , options_topass )
26
 
26
 
27
@@ -1446,7 +1450,7 @@
27
@@ -1481,7 +1485,7 @@
28
     fullInstallName = installDir + "/bin/" + name
28
     fullInstallName = installDir + "/bin/" + name
29
 
29
 
30
     allBinaries += [ name ]
30
     allBinaries += [ name ]
(-)/home/zinn/ports/mongodb/pkg-plist (+2 lines)
Lines 209-214 Link Here
209
%%DEVEL%%include/mongo/util/processinfo.h
209
%%DEVEL%%include/mongo/util/processinfo.h
210
%%DEVEL%%include/mongo/util/queue.h
210
%%DEVEL%%include/mongo/util/queue.h
211
%%DEVEL%%include/mongo/util/ramlog.h
211
%%DEVEL%%include/mongo/util/ramlog.h
212
%%DEVEL%%include/mongo/util/scopeguard.h
212
%%DEVEL%%include/mongo/util/signal_handlers.h
213
%%DEVEL%%include/mongo/util/signal_handlers.h
213
%%DEVEL%%include/mongo/util/stringutils.h
214
%%DEVEL%%include/mongo/util/stringutils.h
214
%%DEVEL%%include/mongo/util/text.h
215
%%DEVEL%%include/mongo/util/text.h
Lines 231-233 Link Here
231
%%DEVEL%%@dirrm include/mongo/util/net
232
%%DEVEL%%@dirrm include/mongo/util/net
232
%%DEVEL%%@dirrm include/mongo/util
233
%%DEVEL%%@dirrm include/mongo/util
233
%%DEVEL%%@dirrm include/mongo
234
%%DEVEL%%@dirrm include/mongo
235

Return to bug 165564