From 3f68b80c5204e19b5a9d3eecde4a25ce825bf0a8 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Sun, 23 Sep 2012 20:49:56 +0200 Subject: [PATCH] update package wt --- index.html | 2 +- src/wt-1-fixes.patch | 89 +------------------------------------------- src/wt.mk | 4 +- 3 files changed, 5 insertions(+), 90 deletions(-) diff --git a/index.html b/index.html index 8df4893f..ff5b80f6 100644 --- a/index.html +++ b/index.html @@ -1930,7 +1930,7 @@ USE_OSGPLUGIN(<plugin2>) wt - 3.2.1 + 3.2.2-p1 Wt diff --git a/src/wt-1-fixes.patch b/src/wt-1-fixes.patch index 4bb3687a..4344e335 100644 --- a/src/wt-1-fixes.patch +++ b/src/wt-1-fixes.patch @@ -1,96 +1,11 @@ This file is part of MXE. See index.html for further information. -From 29e0f572f1c1875089601cb0dcae3bd1c3ea7118 Mon Sep 17 00:00:00 2001 -From: Mark Brand -Date: Mon, 18 Jun 2012 13:02:03 +0200 -Subject: [PATCH 1/2] fix case of winsock2.h which matters when cross-building - -taken from -http://sourceforge.net/mailarchive/message.php?msg_id=29421539 ---- - src/Wt/Auth/HashFunction.C | 2 +- - src/Wt/Utils.C | 2 +- - src/http/Configuration.C | 4 ++-- - src/web/TimeUtil.C | 2 +- - 4 files changed, 5 insertions(+), 5 deletions(-) - -diff --git a/src/Wt/Auth/HashFunction.C b/src/Wt/Auth/HashFunction.C -index 6d764fa..34615e0 100644 ---- a/src/Wt/Auth/HashFunction.C -+++ b/src/Wt/Auth/HashFunction.C -@@ -15,7 +15,7 @@ - #ifndef WIN32 - #include - #else --#include -+#include - #endif - #endif - -diff --git a/src/Wt/Utils.C b/src/Wt/Utils.C -index 02cdf7d..75fca49 100644 ---- a/src/Wt/Utils.C -+++ b/src/Wt/Utils.C -@@ -13,7 +13,7 @@ - #ifndef WIN32 - #include - #else --#include -+#include - #endif - - #include "Wt/WLogger" -diff --git a/src/http/Configuration.C b/src/http/Configuration.C -index 6312ae6..3ebf772 100644 ---- a/src/http/Configuration.C -+++ b/src/http/Configuration.C -@@ -18,13 +18,13 @@ - #endif - #ifdef WIN32 - #include // for getpid() --#include // for gethostname() -+#include // for gethostname() - #endif - #include - #include - - #ifdef __CYGWIN__ --#include // for gethostname() -+#include // for gethostname() - #endif - - namespace Wt { -diff --git a/src/web/TimeUtil.C b/src/web/TimeUtil.C -index fbada4a..94c2423 100644 ---- a/src/web/TimeUtil.C -+++ b/src/web/TimeUtil.C -@@ -1,7 +1,7 @@ - #include "TimeUtil.h" - - #ifdef _MSC_VER --#include "Winsock2.h" -+#include "winsock2.h" - #pragma comment (lib, "winmm.lib") - namespace { - #include --- -1.7.10.4 - - -From f64c3140b11fe2a6d353950229b4edae6ec306a1 Mon Sep 17 00:00:00 2001 +From 52fc36d3d87c8fc3df1b4bb005ef39bd61db2fef Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Mon, 18 Jun 2012 13:23:21 +0200 -Subject: [PATCH 2/2] fixes for mxe +Subject: [PATCH] fixes for mxe ---- - cmake/WtFindBoost-vintage.txt | 1 + - cmake/WtFindGm.txt | 6 ++++++ - cmake/WtFindHaru.txt | 12 ++++++++++++ - cmake/WtFindPangoFt2.txt | 14 +++++++++----- - cmake/WtFindSsl.txt | 5 +++++ - src/Wt/WRasterImage.C | 9 --------- - 6 files changed, 33 insertions(+), 14 deletions(-) diff --git a/cmake/WtFindBoost-vintage.txt b/cmake/WtFindBoost-vintage.txt index e48b21e..1198139 100644 diff --git a/src/wt.mk b/src/wt.mk index 09bb55ea..4b124982 100644 --- a/src/wt.mk +++ b/src/wt.mk @@ -3,10 +3,10 @@ PKG := wt $(PKG)_IGNORE := -$(PKG)_CHECKSUM := 6102a9a2be36cedf41aa6095de6a2a9505629fd6 +$(PKG)_CHECKSUM := 30f754d631905c4e7ef55ad095b6e480bada642f $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz -$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/witty/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE) +$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/witty/$($(PKG)_FILE) $(PKG)_DEPS := gcc boost openssl libharu graphicsmagick pango postgresql sqlite define $(PKG)_UPDATE