Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 2010 08:36:10 +1200 (NZST)
From:      Jonathan Chen <jonc@chen.org.nz>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@freebsd.org
Subject:   fix webkit-gtk2 to compile with icu4
Message-ID:  <20100718203610.D1ADEE044A@chen.org.nz>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	Jonathan Chen
>Organization:	
>Confidential:	no 
>Synopsis:	fix webkit-gtk2 to compile with icu4
>Severity:	serious
>Priority:	low
>Category:	ports
>Class:		update
>Release:	FreeBSD 8.1-PRERELEASE amd64
>Environment:
System: FreeBSD osiris.chen.org.nz 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Tue Jul 13 17:14:44 NZST 2010 root@osiris.chen.org.nz:/usr/obj/usr/src/sys/OSIRIS amd64
>Description:

When devel/icu4 bumped the shared library version, the corresponding
change was not propogated to www/webkit-gtk4.

>How-To-Repeat:
>Fix:

diff -ru /usr/ports/www/webkit-gtk2/Makefile ./Makefile
--- /usr/ports/www/webkit-gtk2/Makefile	2010-06-24 08:48:20.000000000 +1200
+++ ./Makefile	2010-07-19 08:24:54.000000000 +1200
@@ -55,8 +55,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if exists (${LOCALBASE}/lib/libicutu.so.43)
-LIB_DEPENDS+=	icutu.43:${PORTSDIR}/devel/icu4
+.if exists (${LOCALBASE}/lib/libicutu.so.44)
+LIB_DEPENDS+=	icutu.44:${PORTSDIR}/devel/icu4
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-WebCore_platform_text_TextBreakIterator.h
 .else
 LIB_DEPENDS+=	icutu.38:${PORTSDIR}/devel/icu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100718203610.D1ADEE044A>