From owner-freebsd-openoffice@FreeBSD.ORG Fri Dec 13 22:04:43 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 0309C80D for ; Fri, 13 Dec 2013 22:04:43 +0000 (UTC) Received: from mail-qa0-x231.google.com (mail-qa0-x231.google.com [IPv6:2607:f8b0:400d:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3B5A1237 for ; Fri, 13 Dec 2013 22:04:42 +0000 (UTC) Received: by mail-qa0-f49.google.com with SMTP id ii20so1214537qab.15 for ; Fri, 13 Dec 2013 14:04:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=m4+agFCiy7XqhFw8HZ0tszg2CZ58ojbutyxPdYyr0OM=; b=Xgt9/zN6lj2WtNBfG8BuebjF5OoUnLCpPf3NEFmxSkDfXDlL4RzGOxEDEfBy9xvBlu x6HpY7QLqTn3wOjoGaJXl3Q4AxfKpw4LXqUUyZkYYlaA2wYU9Ns3QwRyYDZ7Pcb09vpo PhXlwpA+RoSdyqSFSTcxeheaqVfrKRD5wxopA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc :content-type; bh=m4+agFCiy7XqhFw8HZ0tszg2CZ58ojbutyxPdYyr0OM=; b=YPDh/BgfCgzBtGy2hDcSpAhLOnV9RAmfUWhv4/mywMid7fbSMDJkJoH4jRN63rtywv EsuqVMogt245Y1UdhkW3Gmx/hxxB2b/kFrnUjuIVU2bd1V0Ob9GSOQztmxW3nL1C5sBH lu9y869ED3pieUD3YhE3JnARsuUTNFWK0dkJX5VztcUFiVTDD86tGSy9WIddlwTkILgl rqdjWx2+NpFQeKG2gjKAk/VdkBJ3XW5i04/6iWHkn63eIyEuYDGDR8GU6ha3ib/Qiw+G Bv3u2dhViSTsQKC/siZ4dgBK8OW24Kd0HjRMOKxz3GM1GtukeeSWTneUgY0MVvYoFRBx QPzA== X-Gm-Message-State: ALoCoQmdxYBYjfKYsdj2GiTJOzAU2ZsvqYXEgm3G2pAm3RavEZsf3VYsHhyK1gvMEBIvpONKaARI X-Received: by 10.49.24.211 with SMTP id w19mr8727407qef.9.1386972281749; Fri, 13 Dec 2013 14:04:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.96.86.42 with HTTP; Fri, 13 Dec 2013 14:04:11 -0800 (PST) From: Eitan Adler Date: Fri, 13 Dec 2013 17:04:11 -0500 Message-ID: Subject: Since this list is dead...! To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 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: Fri, 13 Dec 2013 22:04:43 -0000 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