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:   ports/148743: fix webkit-gtk2 to compile with icu4
Message-ID:  <20100718203610.D1ADEE044A@chen.org.nz>
Resent-Message-ID: <201007182100.o6IL0FTX002906@freefall.freebsd.org>

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

>Number:         148743
>Category:       ports
>Synopsis:       fix webkit-gtk2 to compile with icu4
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 18 21:00:14 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Chen
>Release:        FreeBSD 8.1-PRERELEASE amd64
>Organization:
>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
>Release-Note:
>Audit-Trail:
>Unformatted:



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