diff options
author | perky <perky@FreeBSD.org> | 2004-07-12 09:56:31 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2004-07-12 09:56:31 +0800 |
commit | f76342558dfff75186eb62acc61585a6c6b98caa (patch) | |
tree | 6d1f4bde58a6b1ed046aea002130d9c9771bf77f /misc | |
parent | 5828640b7909f4623cfe226acb9de10027c5ea8d (diff) | |
download | freebsd-ports-gnome-f76342558dfff75186eb62acc61585a6c6b98caa.tar.gz freebsd-ports-gnome-f76342558dfff75186eb62acc61585a6c6b98caa.tar.zst freebsd-ports-gnome-f76342558dfff75186eb62acc61585a6c6b98caa.zip |
Update to 2.2.8 and unmark BROKEN.
PR: 68906
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Diffstat (limited to 'misc')
-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"); |