Date: Wed, 30 Apr 2008 17:30:05 GMT From: Marcin Cieslak <saper@system.pl> To: openoffice@FreeBSD.org Subject: [Fwd: Re: ports/121787: when devel/icu is installed, openoffice fails to build] Message-ID: <200804301730.m3UHU5T2054685@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/121787; it has been noted by GNATS. From: Marcin Cieslak <saper@system.pl> To: bug-followup@FreeBSD.org, mi@aldan.algebra.com Cc: Subject: [Fwd: Re: ports/121787: when devel/icu is installed, openoffice fails to build] Date: Wed, 30 Apr 2008 19:19:36 +0200 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5F89A4BC12C2721956907BB4 Content-Type: multipart/mixed; boundary="------------070300040209080408030509" This is a multi-part message in MIME format. --------------070300040209080408030509 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: quoted-printable Hello, Is it possible to include this patch in the devel/icu port (and maybe check if it has been submitted upstream?) This patch allows OpenOffice.org to use icu from ports. This patch has been proposed by Coleman Kane <cokane@FreeBSD.org>. http://thread.gmane.org/gmane.os.freebsd.devel.ports/75072 --Marcin -------- Original Message -------- Subject: Re: ports/121787: when devel/icu is installed, openoffice fails to build Date: Wed, 30 Apr 2008 16:50:05 GMT From: Guido Falsi <mad@madpilot.net> Reply-To: Guido Falsi <mad@madpilot.net> To: openoffice@FreeBSD.org Newsgroups: gmane.os.freebsd.devel.openoffice The following reply was made to PR ports/121787; it has been noted by GNA= TS. From: Guido Falsi <mad@madpilot.net> To: bug-followup@FreeBSD.org, kvedulv@kvedulv.de Cc: Subject: Re: ports/121787: when devel/icu is installed, openoffice fails = to build Date: Wed, 30 Apr 2008 17:28:11 +0200 I have tried compiling openoffice after cvsupping, but it looks like i= t will not compile, because icu needs to be patched too, to make setBreakType() public as in the patch posted by saper@system.pl. Openoffice bails out of configure stating just that. Was that part of the patch ignored because it was creating problems with other ports? -- Guido Falsi <mad@madpilot.net> _______________________________________________ freebsd-openoffice@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice To unsubscribe, send any mail to "freebsd-openoffice-unsubscribe@freebsd.org" --------------070300040209080408030509 Content-Type: text/plain; name="icu-public-setBreakType.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="icu-public-setBreakType.txt" diff --git a/devel/icu/Makefile b/devel/icu/Makefile index bc367b3..78edecb 100644 --- a/devel/icu/Makefile +++ b/devel/icu/Makefile @@ -7,7 +7,7 @@ =20 PORTNAME=3D icu PORTVERSION=3D 3.8.1 -PORTREVISION=3D 1 +PORTREVISION=3D 2 CATEGORIES=3D devel MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=3D${PORTNAME} diff --git a/devel/icu/files/patch-common_unicode_rbbi.h b/devel/icu/file= s/patch-common_unicode_rbbi.h new file mode 100644 index 0000000..68f2fc2 --- /dev/null +++ b/devel/icu/files/patch-common_unicode_rbbi.h @@ -0,0 +1,17 @@ +--- common/unicode/rbbi.h.orig 2008-04-16 09:58:20.000000000 -0400 ++++ common/unicode/rbbi.h 2008-04-16 09:59:00.000000000 -0400 +@@ -611,12 +611,14 @@ + virtual int32_t getBreakType() const; + #endif +=20 ++public: + /** + * Set the type of the break iterator. + * @internal + */ + virtual void setBreakType(int32_t type); +=20 ++protected: + /** + * Common initialization function, used by constructors and buffer= Clone. + * (Also used by DictionaryBasedBreakIterator::createBufferClone= ().) --------------070300040209080408030509 Content-Type: application/pgp-signature; name="signature.asc" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="signature.asc" LS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0KCmlRQ1ZBd1VCU0JpbUNqMlcydjJ3WTI3 WkFRTUMzUVFBaWR4UlJMS0pVZEdCVW5zTjd2NURxanltSkd0em5EYTcKakQ3WjFNNW1XUm51 OU1NVGNmaXhnQTVCc2luVnk5eDhQREpzc1lUL0RGamtJOTJKUktxaEVkT3QxemZrTGRyNgp2 Y3lpTklwcTZLRXJlenN3ZDRNY0NNUEd4VUlaNWJWL1dpTWQ2KzBVZkd0ZElBVWdoNFdoTVBZ djBEeVIzU3VaCnhpK0tIdEZhL3RnPQo9VUtWcwotLS0tLUVORCBQR1AgU0lHTkFUVVJFLS0t LS0KCg== --------------070300040209080408030509-- --------------enig5F89A4BC12C2721956907BB4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQCVAwUBSBiqLT2W2v2wY27ZAQMSSgP/YW6x0d1ofhe2iUhI/kanAM8wYJRth36q Grjbx144OcDgVLhx6+I9HieWUhOtI9Rh9gK/VXuecycA8BVVqvu56pUjBEgMjwLX EXVs4cL4ph3rGrfgyCVIt3rDYqa/R2eFRKck/2TCSKIQFHyEH4LGlfdtwrMMfMZ3 4B7LpDLGmmg= =zRM0 -----END PGP SIGNATURE----- --------------enig5F89A4BC12C2721956907BB4--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804301730.m3UHU5T2054685>