From jonc@chen.org.nz  Sun Jul 18 20:55:51 2010
Return-Path: <jonc@chen.org.nz>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A007A106564A;
	Sun, 18 Jul 2010 20:55:51 +0000 (UTC)
	(envelope-from jonc@chen.org.nz)
Received: from chen.org.nz (203-109-245-75.static.bliink.ihug.co.nz [203.109.245.75])
	by mx1.freebsd.org (Postfix) with ESMTP id 6B3888FC1A;
	Sun, 18 Jul 2010 20:55:51 +0000 (UTC)
Received: by chen.org.nz (Postfix, from userid 1000)
	id D1ADEE044A; Mon, 19 Jul 2010 08:36:10 +1200 (NZST)
Message-Id: <20100718203610.D1ADEE044A@chen.org.nz>
Date: Mon, 19 Jul 2010 08:36:10 +1200 (NZST)
From: Jonathan Chen <jonc@chen.org.nz>
Reply-To: Jonathan Chen <jonc@chen.org.nz>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gnome@freebsd.org
Subject: fix webkit-gtk2 to compile with icu4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         148743
>Category:       ports
>Synopsis:       fix www/webkit-gtk2 to compile with icu4
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 18 21:00:14 UTC 2010
>Closed-Date:    Sun Jul 18 22:51:07 UTC 2010
>Last-Modified:  Sun Jul 18 22:51:07 UTC 2010
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Jul 18 21:49:49 UTC 2010 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=148743 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/148743: commit references a PR
Date: Sun, 18 Jul 2010 22:49:28 +0000 (UTC)

 kwm         2010-07-18 22:49:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/webkit-gtk2      Makefile distinfo 
   Added files:
     www/webkit-gtk2/files patch-WebKit_gtk_resources_error.html 
   Removed files:
     www/webkit-gtk2/files patch-GNUmakefile.in 
   Log:
   Update to 1.2.3.
   
   This fixes a lot of security vulnabilites.
   Fix the font size when webkit based browsers can't find a webpage. [1]
   Chase after shlib version of icu4. [2]
   
   PR:             ports/148182 [1], ports/148743 [2]
   Submitted by:   Romain Tartiere <romain@FreeBSD.org> [1]
                   Jonathan Chen <jonc@chen.org.nz> [2]
   Security:       19419b3b-92bd-11df-b140-0015f2db7bde
   
   Revision  Changes    Path
   1.28      +4 -5      ports/www/webkit-gtk2/Makefile
   1.6       +3 -3      ports/www/webkit-gtk2/distinfo
   1.2       +0 -13     ports/www/webkit-gtk2/files/patch-GNUmakefile.in (dead)
   1.1       +17 -0     ports/www/webkit-gtk2/files/patch-WebKit_gtk_resources_error.html (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: kwm 
State-Changed-When: Sun Jul 18 22:50:21 UTC 2010 
State-Changed-Why:  
Committed thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148743 
>Unformatted:
