diff options
author | reed <reed@pkgsrc.org> | 2013-01-25 19:18:08 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2013-01-25 19:18:08 +0000 |
commit | 982d12010945b000e347b516c252b2f4c3148730 (patch) | |
tree | 3ee16c1d01b0cdfb6ddd57afd296882afc584c9b /net | |
parent | 7038b81c3d4a6b1f6051ddb777493ad61244172b (diff) | |
download | pkgsrc-982d12010945b000e347b516c252b2f4c3148730.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 'net')
-rw-r--r-- | net/yaz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 3860239b71a..b6d83495700 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2012/10/23 17:19:22 asau Exp $ +# $NetBSD: Makefile,v 1.48 2013/01/25 19:18:09 reed Exp $ # DISTNAME= yaz-4.1.6 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ |