summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-28 07:08:45 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-28 07:08:45 +0000
commit4f40b171e5632db43d3beab545e6cc361029583e (patch)
treefb78f479f50af9515fe9625421ab3b23774ce2bc /misc
parentUpdate to version 0.2.2 (diff)
Update to 2.2.10
PR: ports/71066 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=117494
Diffstat (limited to 'misc')
-rw-r--r--misc/xosd/Makefile2
-rw-r--r--misc/xosd/distinfo4
-rw-r--r--misc/xosd/files/patch-xosd.c29
3 files changed, 3 insertions, 32 deletions
diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile
index 6db855735f91..d16738989184 100644
--- a/misc/xosd/Makefile
+++ b/misc/xosd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xosd
-PORTVERSION= 2.2.8
+PORTVERSION= 2.2.10
CATEGORIES= misc
MASTER_SITES= http://www.ignavus.net/ \
${MASTER_SITE_LOCAL}
diff --git a/misc/xosd/distinfo b/misc/xosd/distinfo
index 141399a8809c..8c704c72d55a 100644
--- a/misc/xosd/distinfo
+++ b/misc/xosd/distinfo
@@ -1,2 +1,2 @@
-MD5 (xosd-2.2.8.tar.bz2) = 85b00f6609603139855775d6213980cb
-SIZE (xosd-2.2.8.tar.bz2) = 281156
+MD5 (xosd-2.2.10.tar.bz2) = 2a598c1e9f940830d04167c48845758c
+SIZE (xosd-2.2.10.tar.bz2) = 285927
diff --git a/misc/xosd/files/patch-xosd.c b/misc/xosd/files/patch-xosd.c
deleted file mode 100644
index 8f7f55b4e51d..000000000000
--- a/misc/xosd/files/patch-xosd.c
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/libxosd/xosd.c.orig Sun Jul 4 15:29:06 2004
-+++ src/libxosd/xosd.c Tue Jul 13 22:05:03 2004
-@@ -272,7 +272,7 @@
- {
- int x = 10;
- int y = osd->line_height * line;
-- int i;
-+ int i, draw_line_bitmap;
- xosd_line *l = &osd->lines[line];
- assert(osd);
- FUNCTION_START;
-@@ -352,7 +352,7 @@
-
- if (osd->outline_offset) {
- XSetForeground(osd->display, osd->gc, osd->outline_pixel);
-- int draw_line_bitmap = !(osd->fill_mask & FILL_OUTLINE);
-+ draw_line_bitmap = !(osd->fill_mask & FILL_OUTLINE);
-
- for (i = 1; i <= osd->outline_offset; i++) {
- draw_with_mask(osd, l, x + i, y, i - osd->extent->y,
-@@ -432,7 +432,7 @@
- FUNCTION_START;
- DEBUG("event thread started");
- assert(osd);
-- usleep(500);
-+ usleep(100000);
-
- while (!osd->done) {
- // DEBUG("checking window event");