Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2011 19:14:30 -0600 (CST)
From:      Michael Stowe <mstowe@chicago.us.mensa.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/153919: [maintainer] misc/heyu2 - fix to knobs for cm17a
Message-ID:  <201101120114.p0C1EUdE093941@baddomain.com>
Resent-Message-ID: <201101120120.p0C1K6FH071171@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153919
>Category:       ports
>Synopsis:       [maintainer] misc/heyu2 - fix to knobs for cm17a
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 12 01:20:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Michael Stowe
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD baddomain.com 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #5: Mon Nov 29 15:40:55 CST 2010 root@baddomain.com:/usr/obj/usr/src/sys/STOWE amd64


	
>Description:
Due to missing Makefile line, knobs were all ignored, so cm17a code was not enabled
>How-To-Repeat:
Knobs were all ignored
>Fix:


--- heyu.diff begins here ---
diff -ruN heyu2/Makefile heyu2.new/Makefile
--- heyu2/Makefile	2011-01-11 19:07:53.000000000 -0600
+++ heyu2.new/Makefile	2011-01-11 19:09:54.000000000 -0600
@@ -7,6 +7,7 @@
 
 PORTNAME=	heyu2
 PORTVERSION=	2.9.2
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	http://www.heyu.org/download/
 DISTNAME=	heyu-${PORTVERSION}
@@ -40,6 +41,8 @@
 		DMX		"Digimax Thermostat Support"			on \
 		OREGON	 	"Oregon Support"				on
 
+.include <bsd.port.options.mk>
+
 .if !defined(WITH_CM17A)
 CONFIGURE_ARGS+=	nocma17a
 .endif
--- heyu.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101120114.p0C1EUdE093941>