Date: Sat, 25 Jun 2016 01:38:27 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417456 - head/benchmarks/himenobench Message-ID: <201606250138.u5P1cR2J083070@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Jun 25 01:38:27 2016 New Revision: 417456 URL: https://svnweb.freebsd.org/changeset/ports/417456 Log: benchmarks/himenobench: Follow up IFC removal The IFC option removal was not complete. Alter the pkg-plist accordingly and bump. Modified: head/benchmarks/himenobench/Makefile head/benchmarks/himenobench/pkg-plist Modified: head/benchmarks/himenobench/Makefile ============================================================================== --- head/benchmarks/himenobench/Makefile Sat Jun 25 00:18:29 2016 (r417455) +++ head/benchmarks/himenobench/Makefile Sat Jun 25 01:38:27 2016 (r417456) @@ -3,6 +3,7 @@ PORTNAME= himenobench PORTVERSION= 2015.07.09 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= http://accc.riken.jp/wp-content/uploads/2015/07/ DISTFILES= himenobmtxp_xl.zip himenobmtxp_l.zip \ @@ -23,7 +24,6 @@ USES= dos2unix fortran zip DOS2UNIX_GLOB= *.c *.f NO_WRKSUBDIR= yes - OPTIONS_DEFINE= ICC OPTIMIZED_CFLAGS OPTIONS_SUB= yes Modified: head/benchmarks/himenobench/pkg-plist ============================================================================== --- head/benchmarks/himenobench/pkg-plist Sat Jun 25 00:18:29 2016 (r417455) +++ head/benchmarks/himenobench/pkg-plist Sat Jun 25 01:38:27 2016 (r417456) @@ -1,4 +1,4 @@ -%%NO_IFC%%bin/himenobmtxp +bin/himenobmtxp bin/himenobmtxp_l bin/himenobmtxp_m bin/himenobmtxp_s @@ -12,7 +12,3 @@ bin/himenobmtxps_ss %%ICC%%bin/himenobmtxps_m.icc %%ICC%%bin/himenobmtxps_s.icc %%ICC%%bin/himenobmtxps_ss.icc -%%IFC%%bin/himenobmtxp.ifc -%%IFC%%bin/himenobmtxp_l.ifc -%%IFC%%bin/himenobmtxp_m.ifc -%%IFC%%bin/himenobmtxp_s.ifc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606250138.u5P1cR2J083070>