diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-07-12 01:56:31 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-07-12 01:56:31 +0000 |
commit | 8e2c2a43b1c534dcd578148b44c336be26827118 (patch) | |
tree | 78cbc2d7f7364511cab9b0cbed4dd25bc1605ec8 /misc/xosd | |
parent | cc732345f553bf0a48a213579239f46b47d51fff (diff) | |
download | ports-8e2c2a43b1c534dcd578148b44c336be26827118.tar.gz ports-8e2c2a43b1c534dcd578148b44c336be26827118.zip |
Notes
Diffstat (limited to 'misc/xosd')
-rw-r--r-- | misc/xosd/Makefile | 4 | ||||
-rw-r--r-- | misc/xosd/distinfo | 4 | ||||
-rw-r--r-- | misc/xosd/files/patch-xosd.c | 20 |
3 files changed, 13 insertions, 15 deletions
diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile index 88358635560d..6db855735f91 100644 --- a/misc/xosd/Makefile +++ b/misc/xosd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xosd -PORTVERSION= 2.2.7 +PORTVERSION= 2.2.8 CATEGORIES= misc MASTER_SITES= http://www.ignavus.net/ \ ${MASTER_SITE_LOCAL} @@ -17,8 +17,6 @@ COMMENT= X On-Screen-Display Library and XMMS plug-in LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf -BROKEN= "Unfetchable" - XMMS_CONFIG?= ${X11BASE}/bin/xmms-config USE_BZIP2= yes USE_GETOPT_LONG=yes diff --git a/misc/xosd/distinfo b/misc/xosd/distinfo index e5ede4c95bde..141399a8809c 100644 --- a/misc/xosd/distinfo +++ b/misc/xosd/distinfo @@ -1,2 +1,2 @@ -MD5 (xosd-2.2.7.tar.bz2) = d523cf87f8010bed2f66301309f7bce9 -SIZE (xosd-2.2.7.tar.bz2) = 279916 +MD5 (xosd-2.2.8.tar.bz2) = 85b00f6609603139855775d6213980cb +SIZE (xosd-2.2.8.tar.bz2) = 281156 diff --git a/misc/xosd/files/patch-xosd.c b/misc/xosd/files/patch-xosd.c index 99a317157f29..a488947df2a9 100644 --- a/misc/xosd/files/patch-xosd.c +++ b/misc/xosd/files/patch-xosd.c @@ -1,11 +1,11 @@ ---- src/libxosd/xosd.c.orig Fri Sep 26 09:25:42 2003 -+++ src/libxosd/xosd.c Sun Sep 28 01:30:28 2003 -@@ -377,7 +377,7 @@ +--- src/libxosd/xosd.c.orig Mon Jul 5 02:29:06 2004 ++++ src/libxosd/xosd.c Sun Jul 11 06:30:47 2004 +@@ -432,7 +432,7 @@ + FUNCTION_START; + DEBUG("event thread started"); + assert(osd); +- usleep(500); ++ usleep(100000); - DEBUG ("event thread started"); - assert (osd); -- usleep (500); -+ usleep (100000); - - while (!osd->done) - { + while (!osd->done) { + // DEBUG("checking window event"); |