From owner-cvs-all@FreeBSD.ORG Thu Jul 14 04:13:24 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B25B0106564A; Thu, 14 Jul 2011 04:13:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B2758FC0A; Thu, 14 Jul 2011 04:13:24 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p6E4DOPL099785; Thu, 14 Jul 2011 04:13:24 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6E4DO77099784; Thu, 14 Jul 2011 04:13:24 GMT (envelope-from sunpoet) Message-Id: <201107140413.p6E4DO77099784@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 14 Jul 2011 04:13:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.python.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2011 04:13:24 -0000 sunpoet 2011-07-14 04:13:24 UTC FreeBSD ports repository Modified files: Mk bsd.python.mk Log: - Introduce PYTHON_ABIVER: fix PYTHON_INCLUDEDIR for python32 users (PYMALLOC and UCS4 are on by default) - Use devel/py-distribute as setuptools for python 3.x users - Use py${PYTHON_VER} instead of ${PYTHON_VERSION:S/thon//} - Use "yes" PR: ports/158662 Submitted by: sunpoet (myself) Reviewed by: lwhsu Tested by: exp-run by pav With Hat: python Revision Changes Path 1.134 +16 -7 ports/Mk/bsd.python.mk