View | Details | Raw Unified | Return to bug 116313
Collapse All | Expand All

(-)desktopbsd-tools/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
6
7
PORTNAME=	desktopbsd-tools
7
PORTNAME=	desktopbsd-tools
8
PORTVERSION=	1.1
8
PORTVERSION=	1.1
9
PORTREVISION=	2
9
PORTREVISION=	3
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	ftp://ftp.desktopbsd.net/
11
MASTER_SITES=	ftp://ftp.desktopbsd.net/
12
12
(-)desktopbsd-tools/files/patch-libdesktopbsd-ui-moddevinfo.ui.h (+11 lines)
Line 0 Link Here
1
--- libdesktopbsd-ui/moddevinfo.ui.h.orig	2007-09-12 19:36:40.000000000 +0400
2
+++ libdesktopbsd-ui/moddevinfo.ui.h	2007-09-12 19:37:14.000000000 +0400
3
@@ -32,7 +32,7 @@
4
 
5
 	if(dev->dd_name[0] != '\0' && dev->dd_state >= DIS_ATTACHED) {
6
 		Device  device(dev->dd_name);
7
-		uint level = (uint) arg;
8
+		uint level = 0x000ffffff & (ulong) arg;
9
 
10
 		/* Check the index in parents[], even if it is
11
 		 * highly unlikely that it is > 32.

Return to bug 116313