diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-09-14 08:25:43 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-09-14 08:25:43 +0000 |
commit | eecda9711870d7b8680310bac48f3d1b4d4d33ec (patch) | |
tree | f5da342a82a7763c86c039c514e4b9efd4842aac /x11/xosd/Makefile.common | |
parent | a4cccb2b4323ec9c921299fde6441bdd18941a8c (diff) | |
download | pkgsrc-eecda9711870d7b8680310bac48f3d1b4d4d33ec.tar.gz |
Update xosd and xmms-osd to 2.2.12. The reason for it is that the previous
version in pkgsrc (2.2.10) does not work at all under NetBSD 2.x. Addresses
PR pkg/26781, which was already closed without the update...
2.2.12:
Applied three patches from the debian maintainer. The first cleans
up file handles, the second fixes a man page, the third fixes a
centering bug, and the last fixes a deadlock.
2.2.11:
Applied two more patches from the debian maintainer. The first
fixes a bug introduced by a patch in 2.2.9 and the second reorders
the main xodf event loop. These patches appear to have increased
xosd's speed.
Diffstat (limited to 'x11/xosd/Makefile.common')
-rw-r--r-- | x11/xosd/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xosd/Makefile.common b/x11/xosd/Makefile.common index 7a5a1c1e5a8..ae5beffbc54 100644 --- a/x11/xosd/Makefile.common +++ b/x11/xosd/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.14 2004/08/27 09:18:12 adam Exp $ +# $NetBSD: Makefile.common,v 1.15 2004/09/14 08:25:43 jmmv Exp $ -DISTNAME= xosd-2.2.10 +DISTNAME= xosd-2.2.12 CATEGORIES= x11 MASTER_SITES= http://www.ignavus.net/ EXTRACT_SUFX= .tar.bz2 |