From owner-freebsd-office@freebsd.org Mon Nov 5 17:20:57 2018 Return-Path: Delivered-To: freebsd-office@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BB0F1106970 for ; Mon, 5 Nov 2018 17:20:57 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 965FA87549 for ; Mon, 5 Nov 2018 17:20:56 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id 57976110696E; Mon, 5 Nov 2018 17:20:56 +0000 (UTC) Delivered-To: office@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46568110696C for ; Mon, 5 Nov 2018 17:20:56 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8EA3C87544; Mon, 5 Nov 2018 17:20:55 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 1980017083; Mon, 5 Nov 2018 17:20:49 +0000 (UTC) Date: Mon, 5 Nov 2018 17:20:48 +0000 From: Mark Linimon To: office@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r484203 - head/devel/liborcus] Message-ID: <20181105172047.GA19681@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Rspamd-Queue-Id: 965FA87549 X-Spamd-Result: default: False [-3.92 / 200.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; FORGED_RECIPIENTS_FORWARDING(0.00)[]; FROM_HAS_DN(0.00)[]; FORWARDED(0.00)[office@mailman.ysv.freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[lonesome.com]; AUTH_NA(1.00)[]; RCVD_IN_DNSWL_MED(-0.20)[5.0.0.0.0.5.0.0.0.0.0.0.0.0.0.0.a.6.0.2.4.5.2.2.0.0.9.1.1.0.0.2.list.dnswl.org : 127.0.9.2]; RCPT_COUNT_TWO(0.00)[2]; MX_GOOD(-0.01)[cached: mail.soaustin.net]; R_SPF_NA(0.00)[]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; IP_SCORE(-2.75)[ip: (-8.82), ipnet: 2001:1900:2254::/48(-2.85), asn: 10310(-2.01), country: US(-0.06)]; ASN(0.00)[asn:10310, ipnet:2001:1900:2254::/48, country:US]; FORGED_RECIPIENTS(0.00)[office@FreeBSD.org ..,freebsd-office@freebsd.org]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2018 17:20:57 -0000 FYI ----- Forwarded message from Mark Linimon ----- Date: Mon, 5 Nov 2018 17:15:34 +0000 (UTC) From: Mark Linimon To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484203 - head/devel/liborcus Author: linimon Date: Mon Nov 5 17:15:34 2018 New Revision: 484203 URL: https://svnweb.freebsd.org/changeset/ports/484203 Log: Add USE_CXXSTD to fixes build on arches using GCC. Set USES=localbase:ldflags, instead of manually specifying CPPFLAGS and LDFLAGS. Tested on powerpc64 (just this port), amd64 (this port plus libreoffice). PR: 231447 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/devel/liborcus/Makefile Modified: head/devel/liborcus/Makefile ============================================================================== --- head/devel/liborcus/Makefile Mon Nov 5 17:07:33 2018 (r484202) +++ head/devel/liborcus/Makefile Mon Nov 5 17:15:34 2018 (r484203) @@ -15,7 +15,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/mdds-1.2/mdds/glob LIB_DEPENDS= libboost_system.so:devel/boost-libs GNU_CONFIGURE= yes -USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lib libtool localbase:ldflags pathfix pkgconfig tar:xz +USE_CXXSTD= c++11 USE_LDCONFIG= yes INSTALL_TARGET= install-strip @@ -23,7 +24,5 @@ CONFIGURE_ARGS= --disable-spreadsheet-model --disable- --with-boost="${LOCALBASE}" \ --with-boost-system=boost_system \ --disable-python -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib .include ----- End forwarded message -----