[Pkg-mongodb-maintainers] [pkg-mongodb] 262/394: debian/patches: Regenerate the patches from patch queue.

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 13:59:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to branch master
in repository pkg-mongodb.

commit 164ec3b662d8c5fc3f64f79f24c5a4b9ffa1d2b8
Author: Rogério Brito <rbrito at ime.usp.br>
Date:   Sat Apr 20 18:23:06 2013 -0300

    debian/patches: Regenerate the patches from patch queue.
    
    With this change, we are very close (completely ready?) to having mongodb
    working on kFreeBSD (and, perhaps, even HURD in the not-so-distant future).
    We *may* have to switch from v8 to spidermonkey, as a libv8 that is ported
    to kFreeBSD is apparently only in experimental at the moment of this
    writing.
    
    Thanks: Pino Toscano and Jeff Epler
    Closes: #703061
---
 .../0001-Use-libstemmer-when-using-system-libraries.patch        | 7 ++++---
 ...ch => 0002-Treate-kfreebsd-like-linux-in-most-respects.patch} | 9 +++++----
 ...has-dev-urandom.patch => 0003-kfreebsd-has-dev-urandom.patch} | 7 ++++---
 ...=> 0004-All-platforms-but-Windows-find-hash-in-std-tr1.patch} | 5 +++--
 ...ctl.h.patch => 0005-kfreebsd-does-not-have-sys-prctl.h.patch} | 9 ++++++---
 debian/patches/series                                            | 8 ++++----
 6 files changed, 26 insertions(+), 19 deletions(-)

diff --git a/debian/patches/0001-Use-libstemmer-when-using-system-libraries.patch b/debian/patches/0001-Use-libstemmer-when-using-system-libraries.patch
index fff1bb2..8479348 100644
--- a/debian/patches/0001-Use-libstemmer-when-using-system-libraries.patch
+++ b/debian/patches/0001-Use-libstemmer-when-using-system-libraries.patch
@@ -1,15 +1,16 @@
-From 06641cf5dfebebb975d8308c823d5a18daaa1738 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Rog=C3=A9rio=20Brito?= <rbrito at ime.usp.br>
 Date: Fri, 12 Apr 2013 23:50:07 -0300
-Subject: [PATCH] Use libstemmer when using system libraries.
+Subject: Use libstemmer when using system libraries.
 
 ---
  SConstruct |    4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
 
+diff --git a/SConstruct b/SConstruct
+index 219f270..bdc9876 100644
 --- a/SConstruct
 +++ b/SConstruct
-@@ -785,7 +785,9 @@
+@@ -785,7 +785,9 @@ if not use_system_version_of_library("boost"):
                  CPPDEFINES=['BOOST_ALL_NO_LIB'])
  
  env.Prepend(CPPPATH=['$BUILD_DIR/third_party/s2'])
diff --git a/debian/patches/0001-Treate-kfreebsd-like-linux-in-most-respects.patch b/debian/patches/0002-Treate-kfreebsd-like-linux-in-most-respects.patch
similarity index 77%
rename from debian/patches/0001-Treate-kfreebsd-like-linux-in-most-respects.patch
rename to debian/patches/0002-Treate-kfreebsd-like-linux-in-most-respects.patch
index 474ffa7..b9ffb42 100644
--- a/debian/patches/0001-Treate-kfreebsd-like-linux-in-most-respects.patch
+++ b/debian/patches/0002-Treate-kfreebsd-like-linux-in-most-respects.patch
@@ -1,15 +1,16 @@
-From be5026fb86bdfb7502904ddf7a20f2f2351dbb5a Mon Sep 17 00:00:00 2001
 From: Jeff Epler <jepler at unpythonic.net>
 Date: Fri, 19 Apr 2013 08:15:18 -0500
-Subject: [PATCH 1/6] Treate kfreebsd like linux in most respects
+Subject: Treate kfreebsd like linux in most respects
 
 ---
  SConstruct |    4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
 
+diff --git a/SConstruct b/SConstruct
+index bdc9876..7d83ea2 100644
 --- a/SConstruct
 +++ b/SConstruct
-@@ -326,6 +326,8 @@
+@@ -326,6 +326,8 @@ libdeps.setup_environment( env )
  
  if env['PYSYSPLATFORM'] == 'linux3':
      env['PYSYSPLATFORM'] = 'linux2'
@@ -18,7 +19,7 @@ Subject: [PATCH 1/6] Treate kfreebsd like linux in most respects
  if 'freebsd' in env['PYSYSPLATFORM']:
      env['PYSYSPLATFORM'] = 'freebsd'
  
-@@ -506,7 +508,7 @@
+@@ -506,7 +508,7 @@ if "darwin" == os.sys.platform:
         env.Append( EXTRACPPPATH=filterExists(["/sw/include" , "/opt/local/include"]) )
         env.Append( EXTRALIBPATH=filterExists(["/sw/lib/", "/opt/local/lib"]) )
  
diff --git a/debian/patches/0002-kfreebsd-has-dev-urandom.patch b/debian/patches/0003-kfreebsd-has-dev-urandom.patch
similarity index 75%
rename from debian/patches/0002-kfreebsd-has-dev-urandom.patch
rename to debian/patches/0003-kfreebsd-has-dev-urandom.patch
index 57a64ee..b46e00a 100644
--- a/debian/patches/0002-kfreebsd-has-dev-urandom.patch
+++ b/debian/patches/0003-kfreebsd-has-dev-urandom.patch
@@ -1,15 +1,16 @@
-From 774020a83b892307d066edd1d7f1f286c247b182 Mon Sep 17 00:00:00 2001
 From: Jeff Epler <jepler at unpythonic.net>
 Date: Fri, 19 Apr 2013 08:16:19 -0500
-Subject: [PATCH 2/6] kfreebsd has /dev/urandom
+Subject: kfreebsd has /dev/urandom
 
 ---
  src/mongo/platform/random.cpp |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
+diff --git a/src/mongo/platform/random.cpp b/src/mongo/platform/random.cpp
+index d1a620d..04f2826 100644
 --- a/src/mongo/platform/random.cpp
 +++ b/src/mongo/platform/random.cpp
-@@ -105,7 +105,7 @@
+@@ -105,7 +105,7 @@ namespace mongo {
          return new WinSecureRandom();
      }
  
diff --git a/debian/patches/0003-All-platforms-but-Windows-find-hash-in-std-tr1.patch b/debian/patches/0004-All-platforms-but-Windows-find-hash-in-std-tr1.patch
similarity index 81%
rename from debian/patches/0003-All-platforms-but-Windows-find-hash-in-std-tr1.patch
rename to debian/patches/0004-All-platforms-but-Windows-find-hash-in-std-tr1.patch
index 8ded15b..324c006 100644
--- a/debian/patches/0003-All-platforms-but-Windows-find-hash-in-std-tr1.patch
+++ b/debian/patches/0004-All-platforms-but-Windows-find-hash-in-std-tr1.patch
@@ -1,12 +1,13 @@
-From 63d6800e630c3c528076db31d5e7b42e6fa316f2 Mon Sep 17 00:00:00 2001
 From: Jeff Epler <jepler at unpythonic.net>
 Date: Fri, 19 Apr 2013 08:16:31 -0500
-Subject: [PATCH 3/6] All platforms but Windows find hash in std::tr1
+Subject: All platforms but Windows find hash in std::tr1
 
 ---
  src/third_party/s2/hash.h |    4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
+diff --git a/src/third_party/s2/hash.h b/src/third_party/s2/hash.h
+index a255f2c..d399bb8 100644
 --- a/src/third_party/s2/hash.h
 +++ b/src/third_party/s2/hash.h
 @@ -7,10 +7,10 @@
diff --git a/debian/patches/0004-kfreebsd-does-not-have-sys-prctl.h.patch b/debian/patches/0005-kfreebsd-does-not-have-sys-prctl.h.patch
similarity index 70%
rename from debian/patches/0004-kfreebsd-does-not-have-sys-prctl.h.patch
rename to debian/patches/0005-kfreebsd-does-not-have-sys-prctl.h.patch
index 0f0d136..362927c 100644
--- a/debian/patches/0004-kfreebsd-does-not-have-sys-prctl.h.patch
+++ b/debian/patches/0005-kfreebsd-does-not-have-sys-prctl.h.patch
@@ -1,18 +1,21 @@
-From d24210674ea68032343db19027c6aa6e5cba3429 Mon Sep 17 00:00:00 2001
 From: Jeff Epler <jepler at unpythonic.net>
 Date: Fri, 19 Apr 2013 08:16:47 -0500
-Subject: [PATCH 4/6] kfreebsd does not have <sys/prctl.h>
+Subject: kfreebsd does not have <sys/prctl.h>
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
 
 This change was reviewed by Pino Toscano in:
 
     https://github.com/rbrito/mongo-debian/pull/2/files#r3884772
 
 and edited by Rogério Theodoro de Brito accordingly.
-
 ---
  src/third_party/v8/src/platform-linux.cc |    2 ++
  1 file changed, 2 insertions(+)
 
+diff --git a/src/third_party/v8/src/platform-linux.cc b/src/third_party/v8/src/platform-linux.cc
+index 5da9000..61ed5de 100644
 --- a/src/third_party/v8/src/platform-linux.cc
 +++ b/src/third_party/v8/src/platform-linux.cc
 @@ -31,7 +31,9 @@
diff --git a/debian/patches/series b/debian/patches/series
index b3f5937..4f412a4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,5 @@
 0001-Use-libstemmer-when-using-system-libraries.patch
-0001-Treate-kfreebsd-like-linux-in-most-respects.patch
-0002-kfreebsd-has-dev-urandom.patch
-0003-All-platforms-but-Windows-find-hash-in-std-tr1.patch
-0004-kfreebsd-does-not-have-sys-prctl.h.patch
+0002-Treate-kfreebsd-like-linux-in-most-respects.patch
+0003-kfreebsd-has-dev-urandom.patch
+0004-All-platforms-but-Windows-find-hash-in-std-tr1.patch
+0005-kfreebsd-does-not-have-sys-prctl.h.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mongodb/pkg-mongodb.git



More information about the Pkg-mongodb-maintainers mailing list