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 /misc/openoffice3 | |
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 'misc/openoffice3')
-rw-r--r-- | misc/openoffice3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index 837b0868ef4..2f09fd5d4de 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.79 2012/12/16 01:52:25 obache Exp $ +# $NetBSD: Makefile,v 1.80 2013/01/25 19:18:09 reed Exp $ OO_VER= 3.1.1 OO_TAG= OOO310_m19 DISTNAME= openoffice-${OO_VER} PKGNAME= openoffice3-${OO_VER} -PKGREVISION= 35 +PKGREVISION= 36 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=stable/${OO_VER}/} DIST_SUBDIR= ${DISTNAME} |