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

(-)torsmo/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	torsmo
8
PORTNAME=	torsmo
9
PORTVERSION=	0.17
9
PORTVERSION=	0.17
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
(-)torsmo/files/freebsd.c (-2 / +2 lines)
Lines 295-302 Link Here
295
}
295
}
296
296
297
double get_acpi_temperature(int fd) {
297
double get_acpi_temperature(int fd) {
298
	double temp;
298
	int temp;
299
	
299
		
300
	if (GETSYSCTL("hw.acpi.thermal.tz0.temperature", temp)) {
300
	if (GETSYSCTL("hw.acpi.thermal.tz0.temperature", temp)) {
301
		 (void)fprintf(stderr, "Cannot read sysctl \"hw.acpi.thermal.tz0.temperature\"\n");
301
		 (void)fprintf(stderr, "Cannot read sysctl \"hw.acpi.thermal.tz0.temperature\"\n");
302
		 temp = -1;
302
		 temp = -1;

Return to bug 73087