# HG changeset patch # User Mark Brand # Date 1348426196 -7200 # Node ID 095252f38f8775d30cb21a932c5412667fe9c55f # Parent 016ef289a545cf52f6f101bfbacfb04362640d37 update package wt diff -r 016ef289a545 -r 095252f38f87 index.html --- a/index.html Sun Sep 23 02:34:34 2012 +0200 +++ b/index.html Sun Sep 23 20:49:56 2012 +0200 @@ -1930,7 +1930,7 @@ wt - 3.2.1 + 3.2.2-p1 Wt diff -r 016ef289a545 -r 095252f38f87 src/wt-1-fixes.patch --- a/src/wt-1-fixes.patch Sun Sep 23 02:34:34 2012 +0200 +++ b/src/wt-1-fixes.patch Sun Sep 23 20:49:56 2012 +0200 @@ -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 -r 016ef289a545 -r 095252f38f87 src/wt.mk --- a/src/wt.mk Sun Sep 23 02:34:34 2012 +0200 +++ b/src/wt.mk Sun Sep 23 20:49:56 2012 +0200 @@ -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