From owner-svn-ports-all@freebsd.org Fri Nov 13 04:13:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A2F8A2D298; Fri, 13 Nov 2015 04:13:59 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 45EA0124F; Fri, 13 Nov 2015 04:13:59 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD4Dww7019516; Fri, 13 Nov 2015 04:13:58 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD4DwjE019515; Fri, 13 Nov 2015 04:13:58 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201511130413.tAD4DwjE019515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Fri, 13 Nov 2015 04:13:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401476 - head/editors/openoffice-4 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.20 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, 13 Nov 2015 04:13:59 -0000 Author: truckman Date: Fri Nov 13 04:13:58 2015 New Revision: 401476 URL: https://svnweb.freebsd.org/changeset/ports/401476 Log: Now that we are no longer avoiding certain versions of clang, convert to USES=compiler:c++11-lib instead of trying to emulate it. Modified: head/editors/openoffice-4/Makefile Modified: head/editors/openoffice-4/Makefile ============================================================================== --- head/editors/openoffice-4/Makefile Fri Nov 13 04:13:34 2015 (r401475) +++ head/editors/openoffice-4/Makefile Fri Nov 13 04:13:58 2015 (r401476) @@ -126,7 +126,8 @@ JAVA_VERSION= 1.6+ USE_PERL5= build USE_XORG= ice x11 xau xaw xcomposite xcursor xdamage xext xfixes xi \ xrandr xrender xt -USES= autoreconf:autoconf bison compiler cpe desktop-file-utils \ +USES= autoreconf:autoconf bison compiler:c++11-lib cpe \ + desktop-file-utils \ gettext-runtime gmake iconv jpeg perl5 pkgconfig python \ shared-mime-info tar:bzip2 INSTALLS_ICONS= yes @@ -169,8 +170,6 @@ WIKI_PUBLISHER_VARS= BUNDLED_EXTENSIONS+ .if ${COMPILER_TYPE} == clang CPPFLAGS+= -I${LOCALBASE}/include -.else -USE_GCC= yes .endif .if ${ARCH} == amd64