diff options
author | xtraeme <xtraeme> | 2004-06-04 11:45:45 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-06-04 11:45:45 +0000 |
commit | edbcd3842a089ece0f359db1c0440e4db69ce475 (patch) | |
tree | a759024c65681072155cba837ad961399c7dab5f /x11/xosd/Makefile.common | |
parent | 1427c10b28f55c18d2bf0f88c7285deed6648ce6 (diff) | |
download | pkgsrc-edbcd3842a089ece0f359db1c0440e4db69ce475.tar.gz |
Update x11/xosd to 2.2.7.
Changes:
2.2.7:
Complete rewrite of timeout_func to avoid sending
lineakd to 100% CPU. There was a case where timeout_func
would keep looping around in circles never pausing for breath.
(Tim Wright)
2.2.6:
FontSet fixes (Philipp Matthias Hahn)
Title change fix (Philipp Matthias Hahn)
Memory leak patch (Philipp Matthias Hahn)
New, improved timeout_func (Philipp Matthias Hahn)
New TODO list (Philipp Matthias Hahn)
Fixed bug where osd displays after clicking 'apply' in XMMS
config dialogue (Tim Wright)
Diffstat (limited to 'x11/xosd/Makefile.common')
-rw-r--r-- | x11/xosd/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xosd/Makefile.common b/x11/xosd/Makefile.common index e5ceaa9ecb7..e4d5edc24f8 100644 --- a/x11/xosd/Makefile.common +++ b/x11/xosd/Makefile.common @@ -1,9 +1,10 @@ -# $NetBSD: Makefile.common,v 1.11 2004/03/20 01:51:03 snj Exp $ +# $NetBSD: Makefile.common,v 1.12 2004/06/04 11:45:45 xtraeme Exp $ # -DISTNAME= xosd-2.2.5 +DISTNAME= xosd-2.2.7 CATEGORIES= x11 MASTER_SITES= http://www.ignavus.net/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.ignavus.net/software.html |