From owner-svn-ports-head@FreeBSD.ORG Wed Aug 6 14:25:32 2014 Return-Path: Delivered-To: svn-ports-head@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 ESMTPS id 186A6582 for ; Wed, 6 Aug 2014 14:25:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E24552224 for ; Wed, 6 Aug 2014 14:25:31 +0000 (UTC) Received: from adamw (uid 959) (envelope-from adamw@FreeBSD.org) id 5272 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Wed, 06 Aug 2014 14:25:31 +0000 From: Adam Weinberger Date: Wed, 6 Aug 2014 14:25:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364182 - head/devel/pecl-qb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e23adb.5272.241555de@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 06 Aug 2014 14:25:32 -0000 Author: adamw Date: Wed Aug 6 14:25:31 2014 New Revision: 364182 URL: http://svnweb.freebsd.org/changeset/ports/364182 QAT: https://qat.redports.org/buildarchive/r364182/ Log: Specify USE_GCC=any. checking if compiling with clang... yes configure: error: Cannot compile with clang ===> Script "configure" failed unexpectedly. Modified: head/devel/pecl-qb/Makefile Modified: head/devel/pecl-qb/Makefile ============================================================================== --- head/devel/pecl-qb/Makefile Wed Aug 6 14:24:08 2014 (r364181) +++ head/devel/pecl-qb/Makefile Wed Aug 6 14:25:31 2014 (r364182) @@ -17,5 +17,6 @@ CONFIGURE_ARGS= --with-cpu=native USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz +USE_GCC= any .include