From owner-freebsd-ports@FreeBSD.ORG Sun Aug 3 15:07:28 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B107737B401 for ; Sun, 3 Aug 2003 15:07:28 -0700 (PDT) Received: from paladin.fortunaty.net (fortunaty.net [217.160.129.175]) by mx1.FreeBSD.org (Postfix) with SMTP id 6AAA343F93 for ; Sun, 3 Aug 2003 15:07:27 -0700 (PDT) (envelope-from ah@paladin.fortunaty.net) Received: (qmail 27314 invoked by uid 501); 3 Aug 2003 22:07:25 -0000 Date: Mon, 4 Aug 2003 00:07:25 +0200 From: Andy To: ports@freebsd.org Message-ID: <20030803220725.GH25564@splashground.de> Mail-Followup-To: ports@freebsd.org References: <1059935590.32578.3.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1059935590.32578.3.camel@localhost> X-Addicted: yeah X-License: BSD User-Agent: Mutt/1.5.4i Subject: Re: ports/55172 [PATCH] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 22:07:29 -0000 On Sun, Aug 03, 2003 at 07:33:11PM +0100, Stacey Roberts wrote: > Hello, > >From Marcus' entry, this PR has been kicked to you. > > Here's what I'm getting when attempting to portupgrade py22-gtk-1.99.16 > after yet another fresh cvsup of the ports tree today: > > ===> Building for py23-numeric-21.0 I used the following patch Andy --- setup.py Tue Mar 12 21:46:34 2002 +++ setup.py Mon Aug 4 00:03:24 2003 @@ -38,6 +38,9 @@ undef_macros = ['HAVE_INVERSE_HYPERBOLIC'] elif sys.platform in ['mac', 'beos5']: mathlibs = [] +elif sys.platform in ['freebsd4', 'freebsd5']: + define_macros = [] + undef_macros = ['HAVE_INVERSE_HYPERBOLIC'] # delete all but the first one in this list if using your own LAPACK/BLAS sourcelist = [os.path.join('Src', 'lapack_litemodule.c'),