svn commit: r373475 - head/comms/fldigi/files

Stephen Hurd shurd at FreeBSD.org
Thu Nov 27 09:47:06 UTC 2014


Author: shurd
Date: Thu Nov 27 09:47:05 2014
New Revision: 373475
URL: https://svnweb.freebsd.org/changeset/ports/373475
QAT: https://qat.redports.org/buildarchive/r373475/

Log:
  Fix build on >= 10.0 by including required headers

Added:
  head/comms/fldigi/files/patch-src_data_io.h   (contents, props changed)
  head/comms/fldigi/files/patch-src_include_qrunner.h   (contents, props changed)

Added: head/comms/fldigi/files/patch-src_data_io.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/fldigi/files/patch-src_data_io.h	Thu Nov 27 09:47:05 2014	(r373475)
@@ -0,0 +1,11 @@
+--- src/include/data_io.h.orig	2014-11-27 01:39:00.000000000 -0800
++++ src/include/data_io.h	2014-11-27 01:39:29.000000000 -0800
+@@ -27,6 +27,8 @@
+ #ifndef fldigi_data_io_h
+ #define fldigi_data_io_h
+ 
++#include <sys/types.h>	// For time_t
++
+ #define DEFAULT_ARQ_IP_ADDRESS    "127.0.0.1"
+ #define DEFAULT_ARQ_IP_PORT       "7322"
+ 

Added: head/comms/fldigi/files/patch-src_include_qrunner.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/fldigi/files/patch-src_include_qrunner.h	Thu Nov 27 09:47:05 2014	(r373475)
@@ -0,0 +1,10 @@
+--- src/include/qrunner.h.orig	2014-11-27 01:43:12.000000000 -0800
++++ src/include/qrunner.h	2014-11-27 01:43:46.000000000 -0800
+@@ -32,6 +32,7 @@
+ #include <cerrno>
+ #include <stdexcept>
+ #include <cstring>
++#include <string>
+ 
+ #if HAVE_STD_BIND
+ #   include <functional>


More information about the svn-ports-head mailing list