From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 19 11:40:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B167327E for ; Sat, 19 Apr 2014 11:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 753F21A57 for ; Sat, 19 Apr 2014 11:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3JBe0xV002875 for ; Sat, 19 Apr 2014 11:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3JBe0pw002874; Sat, 19 Apr 2014 11:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 19 Apr 2014 11:40:00 GMT Resent-Message-Id: <201404191140.s3JBe0pw002874@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olli Hauer Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55AC7248; Sat, 19 Apr 2014 11:35:38 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 439971A35; Sat, 19 Apr 2014 11:35:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3JBZc2m002754; Sat, 19 Apr 2014 11:35:38 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3JBZcO7002753; Sat, 19 Apr 2014 11:35:38 GMT (envelope-from ohauer) Message-Id: <201404191135.s3JBZcO7002753@freefall.freebsd.org> Date: Sat, 19 Apr 2014 11:35:38 GMT From: Olli Hauer To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/188790: [patch] math/libflame fix PORT_OPTIONS Cc: bf@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2014 11:40:00 -0000 >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: