From owner-freebsd-office@FreeBSD.ORG Wed Dec 11 22:11:15 2013 Return-Path: Delivered-To: office@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 C6C37C85; Wed, 11 Dec 2013 22:11:15 +0000 (UTC) Received: from mail-yh0-x231.google.com (mail-yh0-x231.google.com [IPv6:2607:f8b0:4002:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7379E1E3C; Wed, 11 Dec 2013 22:11:15 +0000 (UTC) Received: by mail-yh0-f49.google.com with SMTP id z20so5592615yhz.8 for ; Wed, 11 Dec 2013 14:11:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type; bh=fn1BReAyJsh/o9OVMpQTURt5MvlNPFJtXjLIE4ic9es=; b=ac+Bihv1AK4YB0bV2TOj7vI9+7i+JLclPeV6sL2bC7fmZtbWetma34B/n/w6Y+62em iEAOX0/pxw0hTGAVchR7QPKuIXfPig+MuDMDQlD9AcUAOQPHaOdcjiTUBTewht4EG23m LgFYWlRH0ABFlO154JFUENU6FndVdAOIYJpG5o5YLaEsi/5AEy1ejmILzecKo8SuRlRS TTT2MHmihB7bjOtlhEOnaMKHpeqRU5KoN1zxNEyDHllYVAMf85hQRUjTHCMyaZvc9YWG 2+MVKPEluAztqliGFEdCK2/chmT0KirU0l6f/Xt00DLluN9ZeUOalHsBoaWzqTSqVXo3 bhhg== X-Received: by 10.236.94.131 with SMTP id n3mr3271327yhf.138.1386799874678; Wed, 11 Dec 2013 14:11:14 -0800 (PST) Received: from kan.dyndns.org (c-24-63-226-98.hsd1.ma.comcast.net. [24.63.226.98]) by mx.google.com with ESMTPSA id d32sm30599408yhq.27.2013.12.11.14.11.13 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 11 Dec 2013 14:11:13 -0800 (PST) Date: Wed, 11 Dec 2013 17:11:06 -0500 From: Alexander Kabaev To: Baptiste Daroussin Subject: Re: Patch to make openoffice build on pristine FreeBSD-current Message-ID: <20131211171106.790aca81@kan.dyndns.org> In-Reply-To: <20131211085629.GI99623@ithaqua.etoilebsd.net> References: <20131210230854.793c39fb@kan.dyndns.org> <20131211085629.GI99623@ithaqua.etoilebsd.net> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/OuLwXwyPt2aA0evXfPjFuS7"; protocol="application/pgp-signature" Cc: office@FreeBSD.org X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Dec 2013 22:11:15 -0000 --Sig_/OuLwXwyPt2aA0evXfPjFuS7 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 11 Dec 2013 09:56:30 +0100 Baptiste Daroussin wrote: > On Tue, Dec 10, 2013 at 11:08:54PM -0500, Alexander Kabaev wrote: > > Hi, > >=20 > > atatched please find a small patch that makes editors/openoffice-4 > > port build on systems with no 'gcc' binary in path, such as FreeBSD > > 11-current. There was one place in nss that did not respect CC/CXX > > env variables and thus failed to pick up gcc46/g++46 overrides used > > to build the port on such systems. > >=20 >=20 > ?=3D is not needed to make it happen CC=3D"${CC}" in make arguments is > doing the same without the need of patching. >=20 > regards, > Bapt Attaches stanza was taken directly from security/nss port, if it is good there, it can do no harm here as well. Nor do I understand the comment on make command line. What make? Openoffice bundles certain software and unpacks patches and builds it in a manner not unlike one used by our port. I do not care about ?=3D. If you want to replace it with straight assignment, go ahead. --=20 Alexander Kabaev --Sig_/OuLwXwyPt2aA0evXfPjFuS7 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iD8DBQFSqOMAQ6z1jMm+XZYRAvl6AKDBtRs82TS/zR+eTPXKOFvbzUMYdwCeMHsW RJYxYNXcpHRG+get10a+CwI= =iEDW -----END PGP SIGNATURE----- --Sig_/OuLwXwyPt2aA0evXfPjFuS7--