From owner-cvs-all@FreeBSD.ORG Thu Dec 9 19:21:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0E6816A4CE; Thu, 9 Dec 2004 19:21:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBD6343D69; Thu, 9 Dec 2004 19:21:04 +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 iB9JL47L081025; Thu, 9 Dec 2004 19:21:04 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB9JL4F7081024; Thu, 9 Dec 2004 19:21:04 GMT (envelope-from ahze) Message-Id: <200412091921.iB9JL4F7081024@repoman.freebsd.org> From: Michael Johnson Date: Thu, 9 Dec 2004 19:21:04 +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 ports/math/fftw3/files patch-alloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2004 19:21:05 -0000 ahze 2004-12-09 19:21:04 UTC FreeBSD ports repository Modified files: math/fftw3 Makefile math/fftw3/files patch-alloc.c Log: - Add note about WITH_OPTIMIZED_ATHLON will fall back to 3dNow if you don't have a Athlon - Fix man pages so they say ${PREFIX}/etc instead of /etc - Fix core dump of fftw-wisdom in >=5.x [1] by removing a dirty work around to use a 16-byte aligned maloc by really using freebsd's 16-byte aligned maloc Reported by: phk Revision Changes Path 1.30 +3 -3 ports/math/fftw3/Makefile 1.2 +9 -18 ports/math/fftw3/files/patch-alloc.c