From owner-svn-ports-all@FreeBSD.ORG Tue Oct 15 12:50:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7007AA91; Tue, 15 Oct 2013 12:50:47 +0000 (UTC) (envelope-from bapt@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 5D46F2FC3; Tue, 15 Oct 2013 12:50:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9FColgJ001175; Tue, 15 Oct 2013 12:50:47 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9FColQo001151; Tue, 15 Oct 2013 12:50:47 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201310151250.r9FColQo001151@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 15 Oct 2013 12:50:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330397 - head/multimedia/devede 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: Tue, 15 Oct 2013 12:50:47 -0000 Author: bapt Date: Tue Oct 15 12:50:46 2013 New Revision: 330397 URL: http://svnweb.freebsd.org/changeset/ports/330397 Log: Remove psyco option Modified: head/multimedia/devede/Makefile Modified: head/multimedia/devede/Makefile ============================================================================== --- head/multimedia/devede/Makefile Tue Oct 15 12:44:10 2013 (r330396) +++ head/multimedia/devede/Makefile Tue Oct 15 12:50:46 2013 (r330397) @@ -23,10 +23,8 @@ USE_PYTHON= yes NO_BUILD= yes OPTIONS_DEFINE= IBUS NLS -OPTIONS_DEFINE_i386= PSYCO OPTIONS_DEFAULT= IBUS IBUS_DESC= iBus support -PSYCO_DESC= devel/py-psyco optimization support DEJAVU_FONTSDIR= ${LOCALBASE}/lib/X11/fonts/dejavu DEJAVU_FONTFILE= ${DEJAVU_FONTSDIR}/DejaVuSans.ttf @@ -47,11 +45,6 @@ PLIST_SUB+= NLS="@comment " PORTDOCS= * -.if ${PORT_OPTIONS:MPSYCO} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco -EXTRA_PATCHES+= ${FILESDIR}/extra-psyco-patch-devede.py -.endif - post-patch: # Fix general locations @${REINPLACE_CMD} -E \