summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2004-08-01 13:19:08 +0000
committerAndreas Proschofsky <suka@gentoo.org>2004-08-01 13:19:08 +0000
commit0846063bf51e3f9abf11e5d0e51d862abd9def85 (patch)
tree5e70db4184d47c91fdef05ca83c5d06bb6aa78f4
parentversion bump (diff)
downloadhistorical-0846063bf51e3f9abf11e5d0e51d862abd9def85.tar.gz
historical-0846063bf51e3f9abf11e5d0e51d862abd9def85.tar.bz2
historical-0846063bf51e3f9abf11e5d0e51d862abd9def85.zip
bugfix for new curl version, closes bug #58983
-rw-r--r--app-office/openoffice-ximian/ChangeLog6
-rw-r--r--app-office/openoffice-ximian/Manifest5
-rw-r--r--app-office/openoffice-ximian/files/1.1.2/curlfix.patch41
-rw-r--r--app-office/openoffice-ximian/openoffice-ximian-1.1.60.ebuild5
4 files changed, 53 insertions, 4 deletions
diff --git a/app-office/openoffice-ximian/ChangeLog b/app-office/openoffice-ximian/ChangeLog
index 4f6fc433a262..32fdb11df9c5 100644
--- a/app-office/openoffice-ximian/ChangeLog
+++ b/app-office/openoffice-ximian/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/openoffice-ximian
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/ChangeLog,v 1.54 2004/07/17 21:32:17 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/ChangeLog,v 1.55 2004/08/01 13:19:08 suka Exp $
+
+ 01 Aug 2004; suka@gentoo.org +files/1.1.2/curlfix.patch,
+ openoffice-ximian-1.1.60.ebuild:
+ Fix compile with curl-7.12.0, this closes bug #58983
17 Jul 2004; suka@gentoo.org openoffice-ximian-1.1.55.ebuild,
openoffice-ximian-1.1.59.ebuild, openoffice-ximian-1.1.60.ebuild:
diff --git a/app-office/openoffice-ximian/Manifest b/app-office/openoffice-ximian/Manifest
index ef41287518c0..7bacee8ba87f 100644
--- a/app-office/openoffice-ximian/Manifest
+++ b/app-office/openoffice-ximian/Manifest
@@ -1,7 +1,7 @@
-MD5 1deac865dfaaf4527fe65b4058912cb1 openoffice-ximian-1.1.60.ebuild 16191
+MD5 5bc787c72f7dea7e0964151eedb3905a openoffice-ximian-1.1.60.ebuild 16276
MD5 85dd85e7f6a9d5b9ffc04148f0cf6f7b openoffice-ximian-1.1.55.ebuild 15241
MD5 a427f3a58188ef0e803b9a5d7501e7b4 openoffice-ximian-1.1.59.ebuild 16117
-MD5 79c1e7ad120e219a90efc882eeabfe2a ChangeLog 12913
+MD5 492f523d237a258c89bb57bc9cc49e11 ChangeLog 13063
MD5 f3942f82433bf5ae16461240cbcc4984 metadata.xml 300
MD5 e464f89e2de9200bc7f6c0e43bcb2b8a files/digest-openoffice-ximian-1.1.55 215
MD5 2bb781584eb6528d83fa4e71c076393f files/digest-openoffice-ximian-1.1.59 293
@@ -23,3 +23,4 @@ MD5 222f80c17a1ba449f858148dfda1966b files/1.1.2/print-fontconfig.diff 27794
MD5 ec45b66d175ad9662716a06e7c678cef files/1.1.2/newstlportfix.patch 10362
MD5 f77738c9043cc6c7d420c9cec5dbeb62 files/1.1.2/gentoo-1.1.60.patch 607
MD5 6fd623d53d17e17f953232da5b04447f files/1.1.2/fixscale.patch 1035
+MD5 5230f0537c695e54b5475d203d213ef6 files/1.1.2/curlfix.patch 1367
diff --git a/app-office/openoffice-ximian/files/1.1.2/curlfix.patch b/app-office/openoffice-ximian/files/1.1.2/curlfix.patch
new file mode 100644
index 000000000000..9ef4e0b7b9be
--- /dev/null
+++ b/app-office/openoffice-ximian/files/1.1.2/curlfix.patch
@@ -0,0 +1,41 @@
+--- patches/OOO_1_1/system-curl.diff 2004-07-31 21:53:47.821651752 +0200
++++ patches/OOO_1_1/system-curl.diff 2004-07-31 21:53:47.822651600 +0200
+@@ -67,3 +67,38 @@
+ SHL1DEF=$(MISC)$/$(SHL1TARGET).def
+ SHL1LIBS= \
+ $(LIB1TARGET)
++Index: ftphandleprovider.hxx
++===================================================================
++RCS file: /cvs/ucb/ucb/source/ucp/ftp/ftphandleprovider.hxx,v
++retrieving revision 1.2
++diff -u -r1.2 ftphandleprovider.hxx
++--- ucb/source/ucp/ftp/ftphandleprovider.hxx 15 Oct 2002 09:21:17 -0000 1.2
+++++ ucb/source/ucp/ftp/ftphandleprovider.hxx 20 Jul 2004 22:02:48 -0000
++@@ -1,5 +1,5 @@
++ #include <rtl/ustring.hxx>
++-#include <curl/types.h>
+++#include <curl/curl.h>
++
++ namespace ftp {
++
++Index: ftploaderthread.hxx
++===================================================================
++RCS file: /cvs/ucb/ucb/source/ucp/ftp/ftploaderthread.hxx,v
++retrieving revision 1.5
++diff -u -r1.5 ftploaderthread.hxx
++--- ucb/source/ucp/ftp/ftploaderthread.hxx 28 Aug 2002 07:23:14 -0000 1.5
+++++ ucb/source/ucp/ftp/ftploaderthread.hxx 20 Jul 2004 22:02:48 -0000
++@@ -71,11 +71,10 @@
++ #ifndef _OSL_THREAD_H_
++ #include <osl/thread.h>
++ #endif
++-#ifndef __CURL_TYPES_H
++-#include <curl/types.h>
+++#ifndef __CURL_CURL_H
+++#include <curl/curl.h>
++ #endif
++
++-
++ namespace ftp {
++
++ /** A loaderthread acts as factory for CURL-handles,
diff --git a/app-office/openoffice-ximian/openoffice-ximian-1.1.60.ebuild b/app-office/openoffice-ximian/openoffice-ximian-1.1.60.ebuild
index 626d137fcd59..c154ae19ab75 100644
--- a/app-office/openoffice-ximian/openoffice-ximian-1.1.60.ebuild
+++ b/app-office/openoffice-ximian/openoffice-ximian-1.1.60.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.1.60.ebuild,v 1.7 2004/07/17 21:32:17 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.1.60.ebuild,v 1.8 2004/08/01 13:19:08 suka Exp $
# IMPORTANT: This is extremely alpha!!!
@@ -229,6 +229,9 @@ src_unpack() {
cd ${PATCHDIR}
epatch ${FILESDIR}/${OO_VER}/fixscale.patch
+ #Fix problems with newer curl versions
+ epatch ${FILESDIR}/${OO_VER}/curlfix.patch
+
#Exchange faulty patch
rm patches/OOO_1_1/print-fontconfig.diff || die
cp ${FILESDIR}/${OO_VER}/print-fontconfig.diff patches/OOO_1_1/ || die