ports/68906: [ patch ] misc/xosd: unbreak/update to 2.2.8
Roman Bogorodskiy
bogorodskiy at inbox.ru
Sun Jul 11 02:50:12 UTC 2004
>Number: 68906
>Category: ports
>Synopsis: [ patch ] misc/xosd: unbreak/update to 2.2.8
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sun Jul 11 02:50:12 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Roman Bogorodskiy
>Release: FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #5: Sat Jun 19 22:04:33 MSD 2004 root at lame.novel.ru:/usr/obj/usr/src/sys/NOV i386
>Description:
Seems, the older versions of xosd are not avaible on it's site
anymore, so there is update to 2.2.8.
>How-To-Repeat:
>Fix:
diff -ruN xosd/Makefile.orig xosd/Makefile
--- xosd/Makefile.orig Sun Jul 11 05:04:15 2004
+++ xosd/Makefile Sun Jul 11 06:22:10 2004
@@ -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}
@@ -16,8 +16,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
diff -ruN xosd/distinfo.orig xosd/distinfo
--- xosd/distinfo.orig Fri Jun 4 09:05:34 2004
+++ xosd/distinfo Sun Jul 11 06:28:06 2004
@@ -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 -ruN xosd/files/patch-xosd.c.orig xosd/files/patch-xosd.c
--- xosd/files/patch-xosd.c.orig Sat Sep 27 20:39:15 2003
+++ xosd/files/patch-xosd.c Sun Jul 11 06:31:37 2004
@@ -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");
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list