From owner-cvs-ports@FreeBSD.ORG Sat Oct 22 08:03:34 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4C6C106564A; Sat, 22 Oct 2011 08:03:34 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AD04C8FC0C; Sat, 22 Oct 2011 08:03:34 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p9M83Ylq021784; Sat, 22 Oct 2011 08:03:34 GMT (envelope-from bf@repoman.freebsd.org) Received: (from bf@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9M83YH4021783; Sat, 22 Oct 2011 08:03:34 GMT (envelope-from bf) Message-Id: <201110220803.p9M83YH4021783@repoman.freebsd.org> From: Brendan Fabeny Date: Sat, 22 Oct 2011 08:03:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/fftw3 Makefile pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2011 08:03:34 -0000 bf 2011-10-22 08:03:34 UTC FreeBSD ports repository Modified files: math/fftw3 Makefile pkg-plist Log: add an option for the fftw3 OpenMP libraries, and turn it off by default, because some compilers (e.g. clang) don't support OpenMP; make linking to the fftw3*_threads shared libraries easier by adding tags for the system thread library; simplify math library changes for the long flavor on 7.*; defer patch cleanup, to make debugging easier; tweak format of post-patch target Revision Changes Path 1.67 +26 -12 ports/math/fftw3/Makefile 1.15 +4 -4 ports/math/fftw3/pkg-plist