From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 23 15:50:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9757516A4D0 for ; Fri, 23 Jul 2004 15:50:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C60743D45 for ; Fri, 23 Jul 2004 15:50:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6NFoMwv024905 for ; Fri, 23 Jul 2004 15:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6NFoMpW024904; Fri, 23 Jul 2004 15:50:22 GMT (envelope-from gnats) Resent-Date: Fri, 23 Jul 2004 15:50:22 GMT Resent-Message-Id: <200407231550.i6NFoMpW024904@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79E3116A4CE for ; Fri, 23 Jul 2004 15:48:52 +0000 (GMT) Received: from imf21aec.mail.bellsouth.net (imf21aec.mail.bellsouth.net [205.152.59.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01DA143D39 for ; Fri, 23 Jul 2004 15:48:52 +0000 (GMT) (envelope-from ahze@gentoo.ahze.net) Received: from gentoo.ahze.net ([68.209.163.3]) by imf21aec.mail.bellsouth.netESMTP <20040723154847.ETCJ1792.imf21aec.mail.bellsouth.net@gentoo.ahze.net> for ; Fri, 23 Jul 2004 11:48:47 -0400 Received: (from root@localhost) by gentoo.ahze.net (8.12.11/8.12.11/Submit) id i6NFmlkE000238; Fri, 23 Jul 2004 11:48:47 -0400 (EDT) (envelope-from ahze) Message-Id: <200407231548.i6NFmlkE000238@gentoo.ahze.net> Date: Fri, 23 Jul 2004 11:48:47 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/69488: [MAINTAINER] math/fftw3: [Only show i386 options to i386] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 15:50:24 -0000 >Number: 69488 >Category: ports >Synopsis: [MAINTAINER] math/fftw3: [Only show i386 options to i386] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 23 15:50:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #57: Fri Jul 16 00:36:31 EDT 2004 >Description: - only show i386 options to i386 Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- fftw3-3.0.1_1.patch begins here --- Index: Makefile =================================================================== RCS file: /usr/opt/cvs/freebsd-src/ports/math/fftw3/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 9 Jul 2004 17:42:34 -0000 1.23 +++ Makefile 23 Jul 2004 15:40:23 -0000 @@ -19,7 +19,7 @@ COMMENT= Fast C routines to compute the Discrete Fourier Transform USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=15 USE_GNOME= gnomehack gnomeprefix gnometarget lthack pkgconfig USE_REINPLACE= yes INSTALLS_SHLIB= yes @@ -36,12 +36,16 @@ FFTW3F_INSTALL_TARGET=install-pkgconfigDATA install-libLTLIBRARIES install-exec OPTIONS= OPTIMIZED_CFLAGS "Enable optimized CFLAGS" off \ - OPTIMIZED_ATHLON "Enable AMD K7(Athlon) optimizations" off \ - SSE "Enable SSE optimized routines" off \ SMP_THREADS "Enable FFTW SMP threads library" off .include +.if ${ARCH} == "i386" +OPTIONS+= OPTIMIZED_ATHLON "Enable AMD K7(Athlon) optimizations" off \ + SSE "Enable SSE optimized routines" off + +.endif + .if defined(WITH_OPTIMIZED_CFLAGS) && !defined(WITH_OPTIMIZED_ATHLON) CONFIGURE_ENV+= CFLAGS="${CFLAGS:N-O:N-O*} -O2 -ffast-math -fomit-frame-pointer" .endif --- fftw3-3.0.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: