From owner-freebsd-openoffice@FreeBSD.ORG Sat Dec 14 00:53:14 2013 Return-Path: Delivered-To: openoffice@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 63CE7E4; Sat, 14 Dec 2013 00:53:14 +0000 (UTC) Received: from mail-pb0-x22d.google.com (mail-pb0-x22d.google.com [IPv6:2607:f8b0:400e:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3201710AE; Sat, 14 Dec 2013 00:53:14 +0000 (UTC) Received: by mail-pb0-f45.google.com with SMTP id rp16so3243791pbb.32 for ; Fri, 13 Dec 2013 16:53:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:to:cc:subject:from:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=Eo+2CiQ2QCaQZoJLPEngk0l+V/jZtBXZn6q0sijllZg=; b=XmrSzPHOfN88uxqIz8532x7k2mFypSxtb5lDNpKuHQ7Y8xTT36Yr8YaXhaDTdtAEBp RLc6b4rLUywIZAouHWciRzucUebbC1fNUk0S/6owT1dkBHjl0blST7KN4A9u6hKi/FCD Y9N+1Qng3clXGmUj5UBHx4bKocQK0qpmuJtKQPh8RD3M7kv8pU0vWapJyzQ6KM3weOo1 owzpPaOzy6wTSewkacNg/YTyenxqenaxaspldc0rrfxDpwDJxgo1wCPbtqtYcoyspCcl 4MR++F60K4jTfqML+yPQxq5VPr+Gp3bp9bMZZDqMpHvrSD74/wqw8DEmT+W3RFdvvfBX 8cgQ== X-Received: by 10.68.50.226 with SMTP id f2mr6607656pbo.76.1386982393172; Fri, 13 Dec 2013 16:53:13 -0800 (PST) Received: from localhost (rikad42.riken.jp. [134.160.214.42]) by mx.google.com with ESMTPSA id ae5sm10767275pac.18.2013.12.13.16.53.10 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 13 Dec 2013 16:53:12 -0800 (PST) Date: Sat, 14 Dec 2013 09:53:09 +0900 (JST) Message-Id: <20131214.095309.2201919625324012894.maho.nakata@gmail.com> To: lists@eitanadler.com Subject: Re: Since this list is dead...! From: Nakata Maho In-Reply-To: References: X-Mailer: Mew version 6.3 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: mi@aldan.algebra.com, openoffice@freebsd.org X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Dec 2013 00:53:14 -0000 Approved. (sorry for delay. Too busy and power outage where my fbsd box is located) thanks, Nakata Maho From: Eitan Adler Subject: Since this list is dead...! Date: Fri, 13 Dec 2013 17:04:11 -0500 > On Tue, Nov 19, 2013 at 1:13 PM, Baptiste Daroussin wrote: >> On Fri, Apr 26, 2013 at 08:15:02PM -0400, mi@aldan.algebra.com wrote: >>> Hello! >>> >>> I wanted to build devel/boost-libs with g++48, but the port kept using the stock >>> g++ no matter, what I tried. >>> >>> It seems >>> , >>> for non-default version of g++, the user-config.jam needs to be altered. Whether >>> boost-all/compiled.mk is the right place for this setting, is up to you to >>> decide... This seems to be working for me -- the port is building as I type this >>> -- but might it break some other consumer of compiled.mk? >>> >>> Index: compiled.mk >>> =================================================================== >>> --- compiled.mk (revision 316411) >>> +++ compiled.mk (working copy) >>> @@ -58,3 +59,6 @@ >>> post-patch: >>> @${REINPLACE_CMD} -e 's|${PORTVERSION}|${BOOST_SHARED_LIB_VER}|g' \ >>> ${WRKSRC}/Jamroot >>> +.if ${BOOST_TOOLSET} == gcc >>> + @${ECHO} "using gcc : : ${CXX} ;" >> >>> ${WRKSRC}/tools/build/v2/user-config.jam >>> +.endif >>> >>> Yours, >>> >>> -mi >> >> You are lucky that I'm looking at this mailing list, boost is being maintained >> by office@ while this is the dead openoffice@ mailing list :) >> >> Approved for that commit. > > Can we please either (a) forward openoffice@ to office@ > or (b) stop mail to this list? > > > > -- > Eitan Adler > _______________________________________________ > freebsd-openoffice@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice > To unsubscribe, send any mail to "freebsd-openoffice-unsubscribe@freebsd.org" >