From ce436f6f8627b2b2d8538ec3349955b5025737da Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Sat, 15 Jul 2006 00:10:53 +0000 Subject: - Update to 1.5.3 - Pass maintainership to submitter - Reformat pkg-descr - Workaround for sword 1.5.8 (LIB_DEPENDS -> {RUN,BUILD}_DEPENDS) PR: ports/100213 Submitted by Thomas Abthorpe --- .../files/patch-bibletime::backend::cswordbackend.cpp | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'misc/bibletime-kde3/files/patch-bibletime::backend::cswordbackend.cpp') diff --git a/misc/bibletime-kde3/files/patch-bibletime::backend::cswordbackend.cpp b/misc/bibletime-kde3/files/patch-bibletime::backend::cswordbackend.cpp index fd562d6d8a8c..f14425d2f1f0 100644 --- a/misc/bibletime-kde3/files/patch-bibletime::backend::cswordbackend.cpp +++ b/misc/bibletime-kde3/files/patch-bibletime::backend::cswordbackend.cpp @@ -1,11 +1,9 @@ ---- bibletime/backend/cswordbackend.cpp Thu Jan 29 01:37:40 2004 -+++ bibletime/backend/cswordbackend.cpp Sat Aug 21 15:12:25 2004 -@@ -66,7 +67,7 @@ - } +--- bibletime/backend/cswordbackend.cpp.orig Sat Sep 10 04:19:40 2005 ++++ bibletime/backend/cswordbackend.cpp Thu Jul 13 08:58:04 2006 +@@ -1,3 +1,6 @@ ++// ++// please send this patch- to the attic. ++// + /********* Read the file LICENSE for license details. *********/ - CSwordBackend::CSwordBackend(const QString& path) -- : sword::SWMgr((!path.isEmpty() ? path.local8Bit() : 0), false, new sword::EncodingFilterMgr( sword::ENC_UTF8 )) -+ : sword::SWMgr((!path.isEmpty() ? (const char*)path.local8Bit() : 0), false, new sword::EncodingFilterMgr( sword::ENC_UTF8 )) - { - qWarning("backend constructed with a path argument! %s", path.latin1()); - m_displays.entry = 0; + //BibleTime includes -- cgit v1.2.3