ports/153919: [maintainer] misc/heyu2 - fix to knobs for cm17a

Michael Stowe mstowe at chicago.us.mensa.org
Wed Jan 12 01:20:07 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list