fix webkit-gtk2 to compile with icu4

Jonathan Chen jonc at chen.org.nz
Sun Jul 18 20:55:51 UTC 2010


>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 at 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


More information about the freebsd-gnome mailing list