From owner-cvs-ports@FreeBSD.ORG Mon Dec 20 04:55:50 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1B8716A4CE; Mon, 20 Dec 2004 04:55:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD4D143D2D; Mon, 20 Dec 2004 04:55:50 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBK4tokj010859; Mon, 20 Dec 2004 04:55:50 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBK4toHP010858; Mon, 20 Dec 2004 04:55:50 GMT (envelope-from ahze) Message-Id: <200412200455.iBK4toHP010858@repoman.freebsd.org> From: Michael Johnson Date: Mon, 20 Dec 2004 04:55:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/fftw3 Makefile pkg-plist ports/math/fftw3/files patch-ltmain.sh ports/math/fftw3-long Makefile ports/math/fftw3-float Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 20 Dec 2004 04:55:50 -0000 ahze 2004-12-20 04:55:50 UTC FreeBSD ports repository Modified files: math/fftw3 Makefile pkg-plist math/fftw3-long Makefile math/fftw3-float Makefile Added files: math/fftw3/files patch-ltmain.sh Log: - Fix build for 4.x users who define WITH_OPTIMIZED_CFLAGS and have SSE by using internal libtool since we use gcc34 and libtool15 doesn't like a different CC/CXX other than the one it was built with [1] - Fix plist if WITH_SMP_THREADS was defined - Bump PORTREVISION to force update of plist changes Reported by: marcus [1] Revision Changes Path 1.2 +1 -1 ports/math/fftw3-float/Makefile 1.2 +1 -1 ports/math/fftw3-long/Makefile 1.33 +5 -2 ports/math/fftw3/Makefile 1.1 +15 -0 ports/math/fftw3/files/patch-ltmain.sh (new) 1.10 +3 -0 ports/math/fftw3/pkg-plist