From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 14:42:40 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 27CB537A; Mon, 29 Sep 2014 14:42:40 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 148623A7; Mon, 29 Sep 2014 14:42:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TEgdY1056841; Mon, 29 Sep 2014 14:42:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TEgdKC056840; Mon, 29 Sep 2014 14:42:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409291442.s8TEgdKC056840@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Sep 2014 14:42:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369527 - head/graphics/py-pyglet 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.18-1 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: Mon, 29 Sep 2014 14:42:40 -0000 Author: amdmi3 Date: Mon Sep 29 14:42:39 2014 New Revision: 369527 URL: http://svnweb.freebsd.org/changeset/ports/369527 QAT: https://qat.redports.org/buildarchive/r369527/ Log: - Convert to USES=python - Convert IGNORE to ONLY_FOR_ARCHS Modified: head/graphics/py-pyglet/Makefile Modified: head/graphics/py-pyglet/Makefile ============================================================================== --- head/graphics/py-pyglet/Makefile Mon Sep 29 14:38:29 2014 (r369526) +++ head/graphics/py-pyglet/Makefile Mon Sep 29 14:42:39 2014 (r369527) @@ -17,22 +17,17 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= ${LOCALBASE}/lib/libavbin.so:${PORTSDIR}/multimedia/avbin -USE_PYTHON= yes -USE_PYDISTUTILS=yes +ONLY_FOR_ARCHS= i386 + +USES= openal:al python +USE_PYTHON= distutils USE_GL= gl glu -USES= openal:al PORTDOCS= * PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES -.include - -.if ${ARCH} != "i386" -IGNORE= crashes or doesn't work on !i386 -.endif - post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} CHANGELOG NOTICE README ${STAGEDIR}${DOCSDIR}/