diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2012-07-13 20:48:50 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2012-07-13 20:48:50 +0000 |
commit | 1af61580a2bd374c2b9207781ca4feaaed489d49 (patch) | |
tree | dfab0d81a3a93285679963f1e33a765927e1ba98 /databases/mongodb/files/patch-SConstruct | |
parent | e77a8c104f583c7c2a60212e98dfa78d088cb143 (diff) | |
download | ports-1af61580a2bd374c2b9207781ca4feaaed489d49.tar.gz ports-1af61580a2bd374c2b9207781ca4feaaed489d49.zip |
Update to 2.0.6.
Convert to optionsNG
PR: ports/169548
Approved by: mail@derzinn.de (maintainer timeout)
Notes
Notes:
svn path=/head/; revision=300883
Diffstat (limited to 'databases/mongodb/files/patch-SConstruct')
-rw-r--r-- | databases/mongodb/files/patch-SConstruct | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/databases/mongodb/files/patch-SConstruct b/databases/mongodb/files/patch-SConstruct index 95679a976cd0..ee7af5336537 100644 --- a/databases/mongodb/files/patch-SConstruct +++ b/databases/mongodb/files/patch-SConstruct @@ -1,18 +1,6 @@ ---- SConstruct.orig 2012-03-21 22:02:02.000000000 +0100 -+++ SConstruct 2012-03-21 23:21:09.000000000 +0100 -@@ -714,7 +714,10 @@ - - #make scons colorgcc friendly - env['ENV']['HOME'] = os.environ['HOME'] -- env['ENV']['TERM'] = os.environ['TERM'] -+ try: -+ env['ENV']['TERM'] = os.environ['TERM'] -+ except KeyError: -+ env['ENV']['TERM'] = 'dumb' - - if linux and has_option( "sharedclient" ): - env.Append( LINKFLAGS=" -Wl,--as-needed -Wl,-zdefs " ) -@@ -797,8 +800,9 @@ +--- ./SConstruct.orig 2012-06-29 09:53:07.000000000 -0400 ++++ ./SConstruct 2012-06-29 10:34:03.000000000 -0400 +@@ -800,8 +800,9 @@ options_topass["nix"] = nix if has_option( "use-system-" + shortName ) or has_option( "use-system-all" ): @@ -24,7 +12,7 @@ else: myModule.configure( env , fileLists , options_topass ) -@@ -1458,7 +1462,7 @@ +@@ -1461,7 +1462,7 @@ fullInstallName = installDir + "/bin/" + name allBinaries += [ name ] |