From owner-svn-ports-head@FreeBSD.ORG Tue Oct 9 22:38:57 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 10028BF9; Tue, 9 Oct 2012 22:38:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EC5B58FC12; Tue, 9 Oct 2012 22:38:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q99Mcumw001062; Tue, 9 Oct 2012 22:38:56 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q99McuTD001059; Tue, 9 Oct 2012 22:38:56 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201210092238.q99McuTD001059@svn.freebsd.org> From: Mark Linimon Date: Tue, 9 Oct 2012 22:38:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305617 - head/devel/ncurses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2012 22:38:57 -0000 X-List-Received-Date: Tue, 09 Oct 2012 22:38:57 -0000 Author: linimon Date: Tue Oct 9 22:38:56 2012 New Revision: 305617 URL: http://svn.freebsd.org/changeset/ports/305617 Log: Back out USE_GCC=any. I failed to notice that the build had been fixed with clang while my tests were still running. Hat: portmgr Modified: head/devel/ncurses/Makefile Modified: head/devel/ncurses/Makefile ============================================================================== --- head/devel/ncurses/Makefile Tue Oct 9 22:38:05 2012 (r305616) +++ head/devel/ncurses/Makefile Tue Oct 9 22:38:56 2012 (r305617) @@ -37,7 +37,6 @@ OPTIONS= EXTCOLORS "Enable 256-color sup CONFIGURE_ENV= gnat_exists="no" -USE_GCC= any USE_LDCONFIG= yes WIDEC_WRKSRC= ${WRKSRC}/build.widec