diff options
author | reed <reed> | 2013-01-25 19:18:08 +0000 |
---|---|---|
committer | reed <reed> | 2013-01-25 19:18:08 +0000 |
commit | a8b62b8862705fdbdcefb87b03a8ac8d835b210c (patch) | |
tree | 3ee16c1d01b0cdfb6ddd57afd296882afc584c9b /sysutils | |
parent | c482b1af2f8189575db2ab71a38376aeb36cf93b (diff) | |
download | pkgsrc-a8b62b8862705fdbdcefb87b03a8ac8d835b210c.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 'sysutils')
-rw-r--r-- | sysutils/open-vm-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/open-vm-tools/Makefile b/sysutils/open-vm-tools/Makefile index af88bdb89e6..9fa5fbded99 100644 --- a/sysutils/open-vm-tools/Makefile +++ b/sysutils/open-vm-tools/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2012/10/23 19:51:15 asau Exp $ +# $NetBSD: Makefile,v 1.32 2013/01/25 19:18:10 reed Exp $ DISTNAME= open-vm-tools-2008.08.08-109361 PKGNAME= open-vm-tools-2008.08.08.109361 -PKGREVISION= 22 +PKGREVISION= 23 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=open-vm-tools/} |