From owner-svn-ports-all@FreeBSD.ORG Wed May 28 12:12:46 2014 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 ESMTPS id EC7FE22F; Wed, 28 May 2014 12:12:46 +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 D99C82F57; Wed, 28 May 2014 12:12:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4SCCkPF033289; Wed, 28 May 2014 12:12:46 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4SCCksd033288; Wed, 28 May 2014 12:12:46 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201405281212.s4SCCksd033288@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 28 May 2014 12:12:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355615 - head/editors/p5-Padre 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 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: Wed, 28 May 2014 12:12:47 -0000 Author: bapt Date: Wed May 28 12:12:46 2014 New Revision: 355615 URL: http://svnweb.freebsd.org/changeset/ports/355615 QAT: https://qat.redports.org/buildarchive/r355615/ Log: Remove USE_DISPLAY from broken ports With hat: portmgr Modified: head/editors/p5-Padre/Makefile Modified: head/editors/p5-Padre/Makefile ============================================================================== --- head/editors/p5-Padre/Makefile Wed May 28 12:11:15 2014 (r355614) +++ head/editors/p5-Padre/Makefile Wed May 28 12:12:46 2014 (r355615) @@ -70,7 +70,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_WX= 2.8+ WX_COMPS= wx contrib WX_UNICODE= yes -USE_DISPLAY= yes USES= perl5 gettext USE_PERL5= configure MAKE_JOBS_UNSAFE= yes