From owner-cvs-all@FreeBSD.ORG Tue Aug 25 20:24:10 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE6991065691; Tue, 25 Aug 2009 20:24:09 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 972168FC23; Tue, 25 Aug 2009 20:24:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n7PKO96Z007661; Tue, 25 Aug 2009 20:24:09 GMT (envelope-from db@repoman.freebsd.org) Received: (from db@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n7PKO9ja007660; Tue, 25 Aug 2009 20:24:09 GMT (envelope-from db) Message-Id: <200908252024.n7PKO9ja007660@repoman.freebsd.org> From: Diane Bruce Date: Tue, 25 Aug 2009 20:24:09 +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 Makefile ports/math/fftw3 Makefile ports/math/fftw3-float Makefile ports/math/fftw3-float-fortran Makefile ports/math/fftw3-fortran Makefile ports/math/fftw3-long Makefile ports/math/fftw3-long-fortran Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2009 20:24:10 -0000 db 2009-08-25 20:24:09 UTC FreeBSD ports repository Modified files: math Makefile math/fftw3 Makefile math/fftw3-float Makefile math/fftw3-long Makefile Removed files: math/fftw3-float-fortran Makefile math/fftw3-fortran Makefile math/fftw3-long-fortran Makefile Log: - After digging into the Makefile and configure for fftw3 I discovered that USE_FORTRAN was only used to determine what name mangling scheme it had to use to compile the shim libs for fortran, but compiling everything using 'C' anyway. With this diff, the slave ports fftw3-long-fortran, fftw3-float-fortran and fftw3-fortran disapear since the shims are always built, without necessitating the use of a USE_FORTRAN. Approved by: ahze (Maintainer) Revision Changes Path 1.618 +0 -3 ports/math/Makefile 1.2 +0 -15 ports/math/fftw3-float-fortran/Makefile (dead) 1.9 +1 -1 ports/math/fftw3-float/Makefile 1.3 +0 -15 ports/math/fftw3-fortran/Makefile (dead) 1.3 +0 -15 ports/math/fftw3-long-fortran/Makefile (dead) 1.13 +1 -1 ports/math/fftw3-long/Makefile 1.58 +7 -21 ports/math/fftw3/Makefile