From owner-freebsd-ports@FreeBSD.ORG Sat Dec 4 15:35:24 2004 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 F1EAA16A4CE for ; Sat, 4 Dec 2004 15:35:24 +0000 (GMT) Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81AB043D5C for ; Sat, 4 Dec 2004 15:35:24 +0000 (GMT) (envelope-from koziol@ncsa.uiuc.edu) X-Envelope-From: koziol@ncsa.uiuc.edu Received: from sleipnir.ncsa.uiuc.edu (sleipnir.ncsa.uiuc.edu [141.142.96.70]) by mail.ncsa.uiuc.edu (8.11.7/8.11.7) with ESMTP id iB4FZIk20457; Sat, 4 Dec 2004 09:35:18 -0600 Received: from sleipnir.ncsa.uiuc.edu (localhost [127.0.0.1]) iB4FZJtK004313; Sat, 4 Dec 2004 09:35:19 -0600 (CST) (envelope-from koziol@sleipnir.ncsa.uiuc.edu) Received: (from koziol@localhost) by sleipnir.ncsa.uiuc.edu (8.13.1/8.13.1/Submit) id iB4FZI7j004312; Sat, 4 Dec 2004 09:35:18 -0600 (CST) (envelope-from koziol) From: Quincey Koziol Message-Id: <200412041535.iB4FZI7j004312@sleipnir.ncsa.uiuc.edu> In-Reply-To: <200412041212.45215.michaelnottebrock@gmx.net> To: Michael Nottebrock Date: Sat, 4 Dec 2004 09:35:18 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL119 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-NCSA-MailScanner-Information: Please contact the help@ncsa.uiuc.edu for more information X-NCSA-MailScanner: Found to be clean cc: freebsd-ports@freebsd.org Subject: Re: Meld is broken 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: Sat, 04 Dec 2004 15:35:25 -0000 -- Start of PGP signed section. [ Charset ISO-8859-1 unsupported, converting... ] > On Saturday, 4. December 2004 07:04, Quincey Koziol wrote: > > > I'm not a python guru, so I'm not certain what's wrong, but I _really_ > > like using meld, so I'm happy to help debug if needed. :-) > > You can probably work around the error by doing make USE_PYTHON=2.3 for now. Hmm, I just tried this and unfortunately the py-numeric port doesn't seem to be working correctly with USE_PYTHON=2.3 and bombed out complaining about the previous 2.4 install... :-( Quincey