svn commit: r417456 - head/benchmarks/himenobench

John Marino marino at FreeBSD.org
Sat Jun 25 01:38:29 UTC 2016


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


More information about the svn-ports-head mailing list