Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Apr 2014 11:35:38 GMT
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        bf@FreeBSD.org
Subject:   ports/188790: [patch] math/libflame fix PORT_OPTIONS
Message-ID:  <201404191135.s3JBZcO7002753@freefall.freebsd.org>
Resent-Message-ID: <201404191140.s3JBe0pw002874@freefall.freebsd.org>

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

>Number:         188790
>Category:       ports
>Synopsis:       [patch] math/libflame fix PORT_OPTIONS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 19 11:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Olli Hauer
>Release:        
>Organization:
>Environment:


>Description:
The option for SUPERMATRIX was convert wrong, see patch.

PS:
The pre-commit hook will reject this simple fix since the port does not support staging.


>How-To-Repeat:
>Fix:


--- libflame.diff begins here ---
Index: libflame/Makefile
===================================================================
--- libflame/Makefile	(revision 351592)
+++ libflame/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libflame
 DISTVERSION=	r7421
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 MASTER_SITES=	http://www.cs.utexas.edu/users/%SUBDIR%/:1,2 LOCAL/bf:3
 MASTER_SITE_SUBDIR=	flame/snapshots/:1 field/docs/:2
@@ -199,7 +199,7 @@
 .endif
 .endfor
 
-.if ${PORT_OPTIONS:MWITH_SUPERMATRIX}
+.if ${PORT_OPTIONS:MSUPERMATRIX}
 CONFIGURE_ARGS+=	--enable-supermatrix
 .else
 CONFIGURE_ARGS+=	--disable-supermatrix
--- libflame.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?201404191135.s3JBZcO7002753>