From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 07:43:43 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A2AF1106566C; Fri, 14 Sep 2012 07:43:43 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8E85D8FC1A; Fri, 14 Sep 2012 07:43:43 +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 q8E7hhUu072092; Fri, 14 Sep 2012 07:43:43 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E7hhes072090; Fri, 14 Sep 2012 07:43:43 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201209140743.q8E7hhes072090@svn.freebsd.org> From: Alex Dupre Date: Fri, 14 Sep 2012 07:43:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304263 - head/editors/libreoffice X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 14 Sep 2012 07:43:43 -0000 Author: ale Date: Fri Sep 14 07:43:43 2012 New Revision: 304263 URL: http://svn.freebsd.org/changeset/ports/304263 Log: Force to use GCC on FreeBSD 8.x, since with clang it builds fine, but doesn't work at all. Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Fri Sep 14 07:07:38 2012 (r304262) +++ head/editors/libreoffice/Makefile Fri Sep 14 07:43:43 2012 (r304263) @@ -331,6 +331,12 @@ CONFIGURE_ARGS+= --enable-release-build .include +# if compiled with clang on 8.x libreoffice exits with the following error: +# terminate called after throwing an instance of 'com::sun::star::ucb::InteractiveAugmentedIOException' +.if ${OSVERSION} < 900000 +WITH_GCC= yes +.endif + .if defined(WITH_GCC) USE_GCC= 4.6+ DISTFILES+= bd30e9cf5523cdfc019b94f5e1d7fd19-cppunit-1.12.1.tar.gz:ext