ports/148743: fix webkit-gtk2 to compile with icu4

Jonathan Chen jonc at chen.org.nz
Sun Jul 18 21:00:15 UTC 2010


>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 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
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list