From owner-freebsd-python@FreeBSD.ORG Thu Apr 22 02:01:13 2010 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00EEA106564A for ; Thu, 22 Apr 2010 02:01:13 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id DC3268FC13 for ; Thu, 22 Apr 2010 02:01:12 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 66AA88C083; Wed, 21 Apr 2010 20:42:32 -0500 (CDT) Date: Wed, 21 Apr 2010 20:42:32 -0500 From: Mark Linimon To: python@FreeBSD.org Message-ID: <20100422014232.GA12689@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Mark Linimon Subject: RFC: review a patch to lang/python26 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2010 02:01:13 -0000 This is to (partially) fix the build on powerpc. (FWIW, the powerpc build claims that 5171 other ports depend on it ...) It has been tested on powerpc. It shouldn't have an effect anywhere else, but I haven't tinderboxed it yet. The patch appears to be pretty trivial. (This is the diff to the existing entry in the files/ subdirectory). Thanks. mcl Index: patch-Modules-_ctypes-libffi-configure =================================================================== RCS file: /home/FreeBSD/pcvs/ports/lang/python26/files/patch-Modules-_ctypes-libffi-configure,v retrieving revision 1.2 diff -u -r1.2 patch-Modules-_ctypes-libffi-configure --- patch-Modules-_ctypes-libffi-configure 13 Oct 2008 08:22:58 -0000 1.2 +++ patch-Modules-_ctypes-libffi-configure 22 Mar 2010 06:44:33 -0000 @@ -5,7 +5,7 @@ ;; -x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ -+amd64-*-freebsd*|x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ ++amd64-*-freebsd*|x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|powerpc-*-freebsd*| \ s390*-*linux*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext