diff options
author | reed <reed> | 2013-01-25 19:18:08 +0000 |
---|---|---|
committer | reed <reed> | 2013-01-25 19:18:08 +0000 |
commit | 86e0e94414b1c19559f8d7bb9128b82f68060e6b (patch) | |
tree | 3ee16c1d01b0cdfb6ddd57afd296882afc584c9b /www | |
parent | 9243641a1db6a794f88becab0f7e86d039452f63 (diff) | |
download | pkgsrc-86e0e94414b1c19559f8d7bb9128b82f68060e6b.tar.gz |
increase BUILDLINK_ABI_DEPENDS.icu due to so change from 49 to 50.
Also bump PKGREVISION for a few packages using it.
The packages I did this for:
net/yaz
lang/parrot
misc/openoffice3 (where I noticed the run-time failure due to missing shared library)
www/webkit-gtk
sysutils/open-vm-tools
inputmethod/ibus-qt
I didn't do this recursively or for all packages using icu
since I didn't know if they used the shared library directly,
some use was optional. The list of packages I didn't touch:
devel/devhelp
databases/idzebra
databases/sqlite3
devel/gnustep-base/
finance/gnucash
games/openttd
graphics/shotwell
lang/mono
meta-pkgs/boost
misc/calibre
misc/libreoffice
news/tin
textproc/php-intl
www/deforaos-surfer
www/epiphany
www/liferea-current
www/midori
Diffstat (limited to 'www')
-rw-r--r-- | www/webkit-gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/webkit-gtk/Makefile b/www/webkit-gtk/Makefile index 7bac8d2fc6e..0ec9b4b38f0 100644 --- a/www/webkit-gtk/Makefile +++ b/www/webkit-gtk/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.62 2012/10/30 12:46:30 drochner Exp $ +# $NetBSD: Makefile,v 1.63 2013/01/25 19:18:09 reed Exp $ .include "Makefile.common" PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/} +PKGREVISION= 1 COMMENT= GTK2 port of the WebKit browser engine |