Bug 148743 - fix www/webkit-gtk2 to compile with icu4
Summary: fix www/webkit-gtk2 to compile with icu4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-18 22:00 UTC by Jonathan Chen
Modified: 2010-07-18 23:51 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (554 bytes, patch)
2010-07-18 22:00 UTC, Jonathan Chen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chen 2010-07-18 22:00:14 UTC
When devel/icu4 bumped the shared library version, the corresponding
change was not propogated to www/webkit-gtk4.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-07-18 22:49:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-07-18 23:49:28 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"
Comment 3 Koop Mast freebsd_committer freebsd_triage 2010-07-18 23:50:21 UTC
State Changed
From-To: open->closed

Committed thanks!