pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/qore Fix build on OpenBSD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd47e8fc52c0
branches:  trunk
changeset: 651101:cd47e8fc52c0
user:      nros <nros%pkgsrc.org@localhost>
date:      Sat May 02 10:36:29 2015 +0000

description:
Fix build on OpenBSD.

diffstat:

 lang/qore/distinfo                                  |   3 ++-
 lang/qore/patches/patch-lib_QoreTimeZoneManager.cpp |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r cd1474bff66d -r cd47e8fc52c0 lang/qore/distinfo
--- a/lang/qore/distinfo        Sat May 02 10:27:31 2015 +0000
+++ b/lang/qore/distinfo        Sat May 02 10:36:29 2015 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.1 2014/12/30 15:39:51 wiz Exp $
+$NetBSD: distinfo,v 1.2 2015/05/02 10:36:29 nros Exp $
 
 SHA1 (qore-0.8.11.tar.bz2) = 16699762ce22e333b1d5eb782a0077f7e7dc7b15
 RMD160 (qore-0.8.11.tar.bz2) = 1dcae042c51daaff81485bbb70459a104076a67a
 Size (qore-0.8.11.tar.bz2) = 20074057 bytes
 SHA1 (patch-configure) = adf260106c141c38176527ae0e338e420d3cde67
 SHA1 (patch-include_qore_QoreFile.h) = 878b81d936bc51f19ae3dac76e25e865bbd0d55d
+SHA1 (patch-lib_QoreTimeZoneManager.cpp) = fcb17746e0f90b871fae71ed77054f3b8f5d11db
diff -r cd1474bff66d -r cd47e8fc52c0 lang/qore/patches/patch-lib_QoreTimeZoneManager.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/qore/patches/patch-lib_QoreTimeZoneManager.cpp       Sat May 02 10:36:29 2015 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-lib_QoreTimeZoneManager.cpp,v 1.1 2015/05/02 10:36:29 nros Exp $
+* Fix build on OpenBSD.
+  Committed upstream:
+  http://sourceforge.net/p/qore/code/7208/
+--- lib/QoreTimeZoneManager.cpp.orig   2015-05-02 12:21:24.000000000 +0000
++++ lib/QoreTimeZoneManager.cpp
+@@ -27,7 +27,6 @@
+ 
+ #include <stdio.h>
+ #include <time.h>
+-#include <sys/timeb.h>
+ 
+ #ifdef HAVE_GLOB_H
+ #include <glob.h>



Home | Main Index | Thread Index | Old Index