pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/vowpal_wabbit



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sun Sep 18 07:08:19 UTC 2016

Modified Files:
        pkgsrc/math/vowpal_wabbit: distinfo
Added Files:
        pkgsrc/math/vowpal_wabbit/patches: patch-vowpalwabbit_parser.cc
            patch-vowpalwabbit_sender.cc

Log Message:
Fix the first two (glaring) build errors. There seem to be a lot more.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/vowpal_wabbit/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/math/vowpal_wabbit/patches/patch-vowpalwabbit_parser.cc \
    pkgsrc/math/vowpal_wabbit/patches/patch-vowpalwabbit_sender.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/vowpal_wabbit/distinfo
diff -u pkgsrc/math/vowpal_wabbit/distinfo:1.1 pkgsrc/math/vowpal_wabbit/distinfo:1.2
--- pkgsrc/math/vowpal_wabbit/distinfo:1.1      Thu Aug 18 15:32:20 2016
+++ pkgsrc/math/vowpal_wabbit/distinfo  Sun Sep 18 07:08:19 2016
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.1 2016/08/18 15:32:20 cheusov Exp $
+$NetBSD: distinfo,v 1.2 2016/09/18 07:08:19 dholland Exp $
 
 SHA1 (vowpal_wabbit-8.2.0.tar.gz) = 7fd516e1ff16ac03fd389b59abaf462f6fca61cb
 RMD160 (vowpal_wabbit-8.2.0.tar.gz) = a2e91b3f6d0f2b50f8cef382ce1995016ff074e0
 SHA512 (vowpal_wabbit-8.2.0.tar.gz) = 7f352c7d899e1068969ecf10931ce59efaedb5ffb91277958e96b1c705cb9f9da7397dcded42e101ba98412124e2662ca5cf71b368ab7d80ce7afe650cdd59c6
 Size (vowpal_wabbit-8.2.0.tar.gz) = 13391191 bytes
+SHA1 (patch-vowpalwabbit_parser.cc) = 1ea77e94b53ec7a24b5fabbd9e05cb9b47ac6707
+SHA1 (patch-vowpalwabbit_sender.cc) = 796daf462f50d9d2b7a90d6a032cbf69f7a3a374

Added files:

Index: pkgsrc/math/vowpal_wabbit/patches/patch-vowpalwabbit_parser.cc
diff -u /dev/null pkgsrc/math/vowpal_wabbit/patches/patch-vowpalwabbit_parser.cc:1.1
--- /dev/null   Sun Sep 18 07:08:19 2016
+++ pkgsrc/math/vowpal_wabbit/patches/patch-vowpalwabbit_parser.cc      Sun Sep 18 07:08:19 2016
@@ -0,0 +1,15 @@
+$NetBSD: patch-vowpalwabbit_parser.cc,v 1.1 2016/09/18 07:08:19 dholland Exp $
+
+Use standard headers.
+
+--- vowpalwabbit/parser.cc~    2016-06-21 18:37:43.000000000 +0000
++++ vowpalwabbit/parser.cc
+@@ -34,7 +34,7 @@ int getpid()
+ #endif
+ #include <boost/program_options.hpp>
+ 
+-#ifdef __FreeBSD__
++#ifndef _WIN32
+ #include <netinet/in.h>
+ #endif
+ 
Index: pkgsrc/math/vowpal_wabbit/patches/patch-vowpalwabbit_sender.cc
diff -u /dev/null pkgsrc/math/vowpal_wabbit/patches/patch-vowpalwabbit_sender.cc:1.1
--- /dev/null   Sun Sep 18 07:08:19 2016
+++ pkgsrc/math/vowpal_wabbit/patches/patch-vowpalwabbit_sender.cc      Sun Sep 18 07:08:19 2016
@@ -0,0 +1,15 @@
+$NetBSD: patch-vowpalwabbit_sender.cc,v 1.1 2016/09/18 07:08:19 dholland Exp $
+
+Use standard headers.
+
+--- vowpalwabbit/sender.cc~    2016-06-21 18:37:43.000000000 +0000
++++ vowpalwabbit/sender.cc
+@@ -13,6 +13,8 @@
+ #   define SHUT_RDWR SD_BOTH
+ #endif
+ #else
++#include <sys/types.h>
++#include <sys/socket.h>
+ #include <netdb.h>
+ #endif
+ #include "io_buf.h"



Home | Main Index | Thread Index | Old Index