From owner-freebsd-ports@FreeBSD.ORG Fri Nov 3 19:41:40 2006 Return-Path: X-Original-To: ports@freebsd.org 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 8158316A416; Fri, 3 Nov 2006 19:41:40 +0000 (UTC) (envelope-from jdarnold@buddydog.org) Received: from rwcrmhc14.comcast.net (rwcrmhc14.comcast.net [204.127.192.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EAE643D66; Fri, 3 Nov 2006 19:41:39 +0000 (GMT) (envelope-from jdarnold@buddydog.org) Received: from [192.168.204.100] (c-24-147-85-158.hsd1.ma.comcast.net[24.147.85.158]) by comcast.net (rwcrmhc14) with ESMTP id <20061103194138m1400jf7b3e>; Fri, 3 Nov 2006 19:41:38 +0000 Message-ID: <454B9B72.6000004@buddydog.org> Date: Fri, 03 Nov 2006 14:41:38 -0500 From: "Jonathan D. Arnold / Daemon Dancing" User-Agent: Thunderbird 1.5.0.5 (X11/20060804) MIME-Version: 1.0 To: mnag@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: py24-m2crypto-0.16 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 19:41:40 -0000 I was just trying to build net-im/cjc, which requires security/m2crypto and ran into a problem where a symbol found in the ASN1.py file wasn't defined. Upon further investigation, it turns out that the line in the _m2crypto.i file that include _asn1.i has been commented out in the patch found in m2crypto/files/patch::_m2crypto.i. I removed this file and all is well now with both m2crypto and net-im/cjc. There is no comment as to why this line is commented out and I'm thinking it shouldn't be. -- Jonathan Arnold (mailto:jdarnold@buddydog.org) Daemon Dancing in the Dark, a FreeBSD weblog: http://freebsd.amazingdev.com/blog/ UNIX is user-friendly. It's just a bit picky about who its friends are.