pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/filesystems/ori Don't link against potentially non-exi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce5ef426f777
branches:  trunk
changeset: 648746:ce5ef426f777
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Mar 18 10:26:53 2015 +0000

description:
Don't link against potentially non-existent library.

diffstat:

 filesystems/ori/distinfo                            |   8 +++++++-
 filesystems/ori/patches/patch-ori_SConscript        |  14 ++++++++++++++
 filesystems/ori/patches/patch-ori__httpd_SConscript |  14 ++++++++++++++
 filesystems/ori/patches/patch-oridbg_SConscript     |  14 ++++++++++++++
 filesystems/ori/patches/patch-orilocal_SConscript   |  14 ++++++++++++++
 filesystems/ori/patches/patch-oris3_SConscript      |  14 ++++++++++++++
 filesystems/ori/patches/patch-orisync_SConscript    |  14 ++++++++++++++
 7 files changed, 91 insertions(+), 1 deletions(-)

diffs (124 lines):

diff -r 58a54c262084 -r ce5ef426f777 filesystems/ori/distinfo
--- a/filesystems/ori/distinfo  Wed Mar 18 10:24:49 2015 +0000
+++ b/filesystems/ori/distinfo  Wed Mar 18 10:26:53 2015 +0000
@@ -1,5 +1,11 @@
-$NetBSD: distinfo,v 1.1 2014/02/17 10:36:51 wiz Exp $
+$NetBSD: distinfo,v 1.2 2015/03/18 10:26:53 joerg Exp $
 
 SHA1 (ori-0.8.1.tar.xz) = 4362159f6e24781724122d2927a2d45389b8b65d
 RMD160 (ori-0.8.1.tar.xz) = 03378e5d63059562d5a82314981b410c073077fd
 Size (ori-0.8.1.tar.xz) = 296216 bytes
+SHA1 (patch-ori_SConscript) = e2eba2c01f2b6d4b7f3edea5eafc39656e047894
+SHA1 (patch-ori__httpd_SConscript) = 8b8ba3a1545a87e9a3c150fec8c1e7c271cc8603
+SHA1 (patch-oridbg_SConscript) = 36e6c4a8c08315412bdac2fa7a50113f216949ad
+SHA1 (patch-orilocal_SConscript) = be9cfffc40c5591831129dfa392849d376bd95a1
+SHA1 (patch-oris3_SConscript) = c4f908ecac6ad86a5767e8a1f117a97ed01d96f6
+SHA1 (patch-orisync_SConscript) = 4e12bce34f0f7d7827f47278a344645f42fa26fc
diff -r 58a54c262084 -r ce5ef426f777 filesystems/ori/patches/patch-ori_SConscript
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/ori/patches/patch-ori_SConscript      Wed Mar 18 10:26:53 2015 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ori_SConscript,v 1.1 2015/03/18 10:26:53 joerg Exp $
+
+--- ori/SConscript.orig        2015-03-18 00:34:23.000000000 +0000
++++ ori/SConscript
+@@ -41,9 +41,6 @@ src = [
+ 
+ libs = [
+       "crypto",
+-      "stdc++",
+-      "event_core",
+-      "event_extra",
+ ]
+ 
+ if sys.platform != "darwin":
diff -r 58a54c262084 -r ce5ef426f777 filesystems/ori/patches/patch-ori__httpd_SConscript
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/ori/patches/patch-ori__httpd_SConscript       Wed Mar 18 10:26:53 2015 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ori__httpd_SConscript,v 1.1 2015/03/18 10:26:53 joerg Exp $
+
+--- ori_httpd/SConscript.orig  2015-03-18 00:34:25.000000000 +0000
++++ ori_httpd/SConscript
+@@ -8,9 +8,6 @@ src = [
+ 
+ libs = [
+         "crypto",
+-        "stdc++",
+-        "event_core",
+-        "event_extra",
+        ]
+ 
+ if sys.platform == "darwin":
diff -r 58a54c262084 -r ce5ef426f777 filesystems/ori/patches/patch-oridbg_SConscript
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/ori/patches/patch-oridbg_SConscript   Wed Mar 18 10:26:53 2015 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-oridbg_SConscript,v 1.1 2015/03/18 10:26:53 joerg Exp $
+
+--- oridbg/SConscript.orig     2015-03-18 00:34:27.000000000 +0000
++++ oridbg/SConscript
+@@ -40,9 +40,6 @@ src = [
+ 
+ libs = [
+       "crypto",
+-      "stdc++",
+-      "event_core",
+-      "event_extra",
+ ]
+ 
+ if sys.platform != "darwin":
diff -r 58a54c262084 -r ce5ef426f777 filesystems/ori/patches/patch-orilocal_SConscript
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/ori/patches/patch-orilocal_SConscript Wed Mar 18 10:26:53 2015 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-orilocal_SConscript,v 1.1 2015/03/18 10:26:53 joerg Exp $
+
+--- orilocal/SConscript.orig   2015-03-18 00:34:30.000000000 +0000
++++ orilocal/SConscript
+@@ -40,9 +40,6 @@ src = [
+ 
+ libs = [
+       "crypto",
+-      "stdc++",
+-      "event_core",
+-      "event_extra",
+ ]
+ 
+ if sys.platform != "darwin":
diff -r 58a54c262084 -r ce5ef426f777 filesystems/ori/patches/patch-oris3_SConscript
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/ori/patches/patch-oris3_SConscript    Wed Mar 18 10:26:53 2015 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-oris3_SConscript,v 1.1 2015/03/18 10:26:53 joerg Exp $
+
+--- oris3/SConscript.orig      2015-03-18 00:34:32.000000000 +0000
++++ oris3/SConscript
+@@ -9,9 +9,6 @@ src = [
+ 
+ libs = [
+       "crypto",
+-      "stdc++",
+-      "event_core",
+-      "event_extra",
+       "libs3",
+       "libxml2",
+       "curl",
diff -r 58a54c262084 -r ce5ef426f777 filesystems/ori/patches/patch-orisync_SConscript
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/ori/patches/patch-orisync_SConscript  Wed Mar 18 10:26:53 2015 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-orisync_SConscript,v 1.1 2015/03/18 10:26:53 joerg Exp $
+
+--- orisync/SConscript.orig    2015-03-18 00:34:37.000000000 +0000
++++ orisync/SConscript
+@@ -23,9 +23,6 @@ libs = [
+     "ori",
+     "fastlz",
+     "crypto",
+-    "stdc++",
+-    "event_core",
+-    "event_extra",
+ ]
+ 
+ if sys.platform != "darwin":



Home | Main Index | Thread Index | Old Index