ports/188790: [patch] math/libflame fix PORT_OPTIONS

Olli Hauer ohauer at FreeBSD.org
Sat Apr 19 11:40:00 UTC 2014


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


More information about the freebsd-ports-bugs mailing list