From owner-freebsd-ports@FreeBSD.ORG Tue Jan 10 05:50:00 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00B471065675 for ; Tue, 10 Jan 2012 05:50:00 +0000 (UTC) (envelope-from matt@kaywinnit.conundrum.com) Received: from kaywinnit.conundrum.com (mail2.conundrum.com [67.215.196.38]) by mx1.freebsd.org (Postfix) with ESMTP id CED3E8FC18 for ; Tue, 10 Jan 2012 05:49:59 +0000 (UTC) Received: from chani.conundrum.com ([216.235.10.34]) by kaywinnit.conundrum.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1RkUAB-000JkK-GI; Tue, 10 Jan 2012 05:22:23 +0000 From: Matthew Pounsett Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Tue, 10 Jan 2012 00:22:16 -0500 To: freebsd-ports@freebsd.org Message-Id: <99524B5E-11B9-4C65-B7E8-8DFD9C62A18E@conundrum.com> Mime-Version: 1.0 (Apple Message framework v1251.1) X-Mailer: Apple Mail (2.1251.1) Sender: matt@kaywinnit.conundrum.com Subject: compiling py-* ports for python32 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: Tue, 10 Jan 2012 05:50:00 -0000 I'd like to install a couple of the python module ports as part of my = python32 install (also from ports). Is there an incantation I can use = with portinstall or the ports Makefile that will allow me to tell = typical py-* modules in my python 3.2 libraries instead of with python = 2.7, or should I be looking at cloning py-* ports into nearly-identical = py32-* ports and submitting them? Thanks for any pointers! =20