From owner-svn-ports-all@FreeBSD.ORG Thu Oct 3 07:29:53 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]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 79F49579; Thu, 3 Oct 2013 07:29:53 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 679762949; Thu, 3 Oct 2013 07:29:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r937TrmT091143; Thu, 3 Oct 2013 07:29:53 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r937TrgK091134; Thu, 3 Oct 2013 07:29:53 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201310030729.r937TrgK091134@svn.freebsd.org> From: Koop Mast Date: Thu, 3 Oct 2013 07:29:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329154 - in head/graphics: py-cairo py3-cairo 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: Thu, 03 Oct 2013 07:29:53 -0000 Author: kwm Date: Thu Oct 3 07:29:52 2013 New Revision: 329154 URL: http://svnweb.freebsd.org/changeset/ports/329154 Log: Disable stage for now until I can figure out how to make it work with waf. Submitted by: Kenta Suzumoto Modified: head/graphics/py-cairo/Makefile head/graphics/py3-cairo/Makefile Modified: head/graphics/py-cairo/Makefile ============================================================================== --- head/graphics/py-cairo/Makefile Thu Oct 3 07:29:27 2013 (r329153) +++ head/graphics/py-cairo/Makefile Thu Oct 3 07:29:52 2013 (r329154) @@ -4,6 +4,7 @@ PORTNAME= cairo PORTVERSION= 1.10.0 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= http://cairographics.org/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,8 +20,9 @@ USE_GNOME= cairo CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= PYTHON=${LOCALBASE}/bin/python2 \ - PREFIX=${STAGEDIR}${PREFIX} + PREFIX=${PREFIX} +NO_STAGE= yes python_OLD_CMD?= /usr/bin/env python python_CMD?= ${LOCALBASE}/bin/python2 SHEBANG_FILES= examples/*.py examples/*/*.py waf test/*.py Modified: head/graphics/py3-cairo/Makefile ============================================================================== --- head/graphics/py3-cairo/Makefile Thu Oct 3 07:29:27 2013 (r329153) +++ head/graphics/py3-cairo/Makefile Thu Oct 3 07:29:52 2013 (r329154) @@ -4,6 +4,7 @@ PORTNAME= cairo PORTVERSION= 1.10.0 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= http://cairographics.org/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +20,7 @@ USE_GNOME= cairo CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= PYTHON=${LOCALBASE}/bin/python3 \ - PREFIX=${STAGEDIR}${PREFIX} + PREFIX=${PREFIX} python_OLD_CMD?= /usr/bin/env python python_CMD?= ${LOCALBASE}/bin/python3