Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Dec 2013 15:08:42 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335996 - in head: science/kst2/files textproc/qstardict/files
Message-ID:  <201312091508.rB9F8gJG054174@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Mon Dec  9 15:08:42 2013
New Revision: 335996
URL: http://svnweb.freebsd.org/changeset/ports/335996

Log:
  Add patches to fix build on 10 and head

Added:
  head/science/kst2/files/patch-src__datasources__ascii__kst_atof.cpp   (contents, props changed)
  head/science/kst2/files/patch-src__libkst__ksttimezone.h   (contents, props changed)
  head/science/kst2/files/patch-src__libkstapp__logdialog.h   (contents, props changed)
  head/textproc/qstardict/files/patch-plugins__stardict__lib.cpp   (contents, props changed)
  head/textproc/qstardict/files/patch-plugins__stardict__mapfile.hpp   (contents, props changed)

Added: head/science/kst2/files/patch-src__datasources__ascii__kst_atof.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/kst2/files/patch-src__datasources__ascii__kst_atof.cpp	Mon Dec  9 15:08:42 2013	(r335996)
@@ -0,0 +1,10 @@
+--- ./src/datasources/ascii/kst_atof.cpp.orig	2012-07-22 13:24:59.000000000 +0000
++++ ./src/datasources/ascii/kst_atof.cpp	2013-12-09 13:59:43.253923430 +0000
+@@ -8,6 +8,7 @@
+ #include <ctype.h>
+ 
+ #include <QLocale>
++#include <locale.h>
+ 
+ 
+ #define LOGHUGE 39

Added: head/science/kst2/files/patch-src__libkst__ksttimezone.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/kst2/files/patch-src__libkst__ksttimezone.h	Mon Dec  9 15:08:42 2013	(r335996)
@@ -0,0 +1,10 @@
+--- ./src/libkst/ksttimezone.h.orig	2012-07-22 13:24:59.000000000 +0000
++++ ./src/libkst/ksttimezone.h	2013-12-07 17:57:37.647544068 +0000
+@@ -16,6 +16,7 @@
+ #include "kst_export.h"
+ 
+ #include <QStringList>
++#include <sys/types.h>
+ 
+ namespace Kst {
+ 

Added: head/science/kst2/files/patch-src__libkstapp__logdialog.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/kst2/files/patch-src__libkstapp__logdialog.h	Mon Dec  9 15:08:42 2013	(r335996)
@@ -0,0 +1,10 @@
+--- ./src/libkstapp/logdialog.h.orig	2012-07-22 13:24:59.000000000 +0000
++++ ./src/libkstapp/logdialog.h	2013-12-09 11:39:44.250919414 +0000
+@@ -17,6 +17,7 @@
+ 
+ #include <QDialog>
+ #include <QProcess>
++#include <sys/types.h>
+ 
+ #include "kst_export.h"
+ #include "kst_i18n.h"

Added: head/textproc/qstardict/files/patch-plugins__stardict__lib.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/qstardict/files/patch-plugins__stardict__lib.cpp	Mon Dec  9 15:08:42 2013	(r335996)
@@ -0,0 +1,10 @@
+--- ./plugins/stardict/lib.cpp.orig	2011-12-05 12:40:49.000000000 +0000
++++ ./plugins/stardict/lib.cpp	2013-12-09 11:22:18.738921230 +0000
+@@ -9,6 +9,7 @@
+ #include <sys/stat.h>
+ #include <zlib.h>
+ #include <glib/gstdio.h>
++#include <stdlib.h>
+ 
+ #include "distance.h"
+ #include "file.hpp"

Added: head/textproc/qstardict/files/patch-plugins__stardict__mapfile.hpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/qstardict/files/patch-plugins__stardict__mapfile.hpp	Mon Dec  9 15:08:42 2013	(r335996)
@@ -0,0 +1,10 @@
+--- ./plugins/stardict/mapfile.hpp.orig	2011-12-05 12:40:49.000000000 +0000
++++ ./plugins/stardict/mapfile.hpp	2013-12-07 17:36:45.942541049 +0000
+@@ -9,6 +9,7 @@
+ #  include <sys/types.h>
+ #  include <fcntl.h>
+ #  include <sys/mman.h>
++#  include <unistd.h>
+ #endif
+ #ifdef _WIN32
+ #  include <windows.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312091508.rB9F8gJG054174>