From owner-svn-ports-all@freebsd.org Fri Jul 27 11:22:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02FF51047519; Fri, 27 Jul 2018 11:22:38 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD7F57041D; Fri, 27 Jul 2018 11:22:37 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7486E17409; Fri, 27 Jul 2018 11:22:37 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6RBMbR2097985; Fri, 27 Jul 2018 11:22:37 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6RBMar0097982; Fri, 27 Jul 2018 11:22:36 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201807271122.w6RBMar0097982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 27 Jul 2018 11:22:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475428 - head/math/fftw3 X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/math/fftw3 X-SVN-Commit-Revision: 475428 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2018 11:22:38 -0000 Author: jhale Date: Fri Jul 27 11:22:36 2018 New Revision: 475428 URL: https://svnweb.freebsd.org/changeset/ports/475428 Log: Update to 3.3.8 Remove -ffast-math from OPTIMIZED_CFLAGS since it causes problems with gcc8 and upstream has removed it. https://github.com/FFTW/fftw3/commit/41b0d9e Modified: head/math/fftw3/Makefile head/math/fftw3/distinfo head/math/fftw3/pkg-plist Modified: head/math/fftw3/Makefile ============================================================================== --- head/math/fftw3/Makefile Fri Jul 27 10:56:24 2018 (r475427) +++ head/math/fftw3/Makefile Fri Jul 27 11:22:36 2018 (r475428) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fftw3 -DISTVERSION= 3.3.7 +DISTVERSION= 3.3.8 PORTREVISION?= 0 CATEGORIES= math MASTER_SITES= http://www.fftw.org/ \ @@ -117,7 +117,7 @@ PLIST_SUB+= FFTW3_SUFX="${FFTW3_SUFX}" .include .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} -CFLAGS+= -O3 -ffast-math -fstrict-aliasing +CFLAGS+= -O3 -fstrict-aliasing . if !defined(WITH_DEBUG) CFLAGS+= -fomit-frame-pointer . endif Modified: head/math/fftw3/distinfo ============================================================================== --- head/math/fftw3/distinfo Fri Jul 27 10:56:24 2018 (r475427) +++ head/math/fftw3/distinfo Fri Jul 27 11:22:36 2018 (r475428) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516939672 -SHA256 (fftw-3.3.7.tar.gz) = 3b609b7feba5230e8f6dd8d245ddbefac324c5a6ae4186947670d9ac2cd25573 -SIZE (fftw-3.3.7.tar.gz) = 4105807 +TIMESTAMP = 1532686553 +SHA256 (fftw-3.3.8.tar.gz) = 6113262f6e92c5bd474f2875fa1b01054c4ad5040f6b0da7c03c98821d9ae303 +SIZE (fftw-3.3.8.tar.gz) = 4110137 Modified: head/math/fftw3/pkg-plist ============================================================================== --- head/math/fftw3/pkg-plist Fri Jul 27 10:56:24 2018 (r475427) +++ head/math/fftw3/pkg-plist Fri Jul 27 11:22:36 2018 (r475428) @@ -13,19 +13,19 @@ lib/cmake/fftw3/FFTW3%%FFTW3_SUFX%%ConfigVersion.cmake lib/libfftw3%%FFTW3_SUFX%%.a lib/libfftw3%%FFTW3_SUFX%%.so lib/libfftw3%%FFTW3_SUFX%%.so.3 -lib/libfftw3%%FFTW3_SUFX%%.so.3.5.7 +lib/libfftw3%%FFTW3_SUFX%%.so.3.5.8 %%OPENMPI%%lib/libfftw3%%FFTW3_SUFX%%_mpi.a %%OPENMPI%%lib/libfftw3%%FFTW3_SUFX%%_mpi.so %%OPENMPI%%lib/libfftw3%%FFTW3_SUFX%%_mpi.so.3 -%%OPENMPI%%lib/libfftw3%%FFTW3_SUFX%%_mpi.so.3.5.7 +%%OPENMPI%%lib/libfftw3%%FFTW3_SUFX%%_mpi.so.3.5.8 %%OPENMP%%lib/libfftw3%%FFTW3_SUFX%%_omp.a %%OPENMP%%lib/libfftw3%%FFTW3_SUFX%%_omp.so %%OPENMP%%lib/libfftw3%%FFTW3_SUFX%%_omp.so.3 -%%OPENMP%%lib/libfftw3%%FFTW3_SUFX%%_omp.so.3.5.7 +%%OPENMP%%lib/libfftw3%%FFTW3_SUFX%%_omp.so.3.5.8 lib/libfftw3%%FFTW3_SUFX%%_threads.a lib/libfftw3%%FFTW3_SUFX%%_threads.so lib/libfftw3%%FFTW3_SUFX%%_threads.so.3 -lib/libfftw3%%FFTW3_SUFX%%_threads.so.3.5.7 +lib/libfftw3%%FFTW3_SUFX%%_threads.so.3.5.8 libdata/pkgconfig/fftw3%%FFTW3_SUFX%%.pc %%DEF%%man/man1/fftw-wisdom.1.gz %%DEF%%man/man1/fftw-wisdom-to-conf.1.gz