From owner-svn-ports-all@FreeBSD.ORG Fri Jan 11 20:05:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 63EA07B; Fri, 11 Jan 2013 20:05:49 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 55EA1E1E; Fri, 11 Jan 2013 20:05:49 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0BK5n5V043839; Fri, 11 Jan 2013 20:05:49 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0BK5m9P043837; Fri, 11 Jan 2013 20:05:48 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201301112005.r0BK5m9P043837@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Fri, 11 Jan 2013 20:05:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310246 - head/math/py-matplotlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 20:05:49 -0000 Author: rm Date: Fri Jan 11 20:05:48 2013 New Revision: 310246 URL: http://svnweb.freebsd.org/changeset/ports/310246 Log: Change USE_PYTHON to yes. Since version 1.2.0 matplotlib adding python3 support. But please note that it still can't be built from ports with python3 without user intervention, because a) it depends on pygtk2 by default and b) we have no suitable py-dateutil version that works with python3. Requested by: demon (at developers@) Modified: head/math/py-matplotlib/Makefile Modified: head/math/py-matplotlib/Makefile ============================================================================== --- head/math/py-matplotlib/Makefile Fri Jan 11 19:52:03 2013 (r310245) +++ head/math/py-matplotlib/Makefile Fri Jan 11 20:05:48 2013 (r310246) @@ -17,7 +17,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/ png15:${PORTSDIR}/graphics/png RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PYTHON= -2.7 +USE_PYTHON= yes USE_PYDISTUTILS=yes CFLAGS+= -I${LOCALBASE}/include