From owner-freebsd-ppc@FreeBSD.ORG Thu May 7 00:22:53 2015 Return-Path: Delivered-To: freebsd-ppc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 055CCF67 for ; Thu, 7 May 2015 00:22:53 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 DCB8114F1 for ; Thu, 7 May 2015 00:22:52 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t470MqhF073096 for ; Thu, 7 May 2015 00:22:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ppc@FreeBSD.org Subject: [Bug 200020] [patch] editors/libreoffice: enable build on powerpc64 Date: Thu, 07 May 2015 00:22:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: gmbroome@vcu.edu X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 00:22:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200020 Bug ID: 200020 Summary: [patch] editors/libreoffice: enable build on powerpc64 Product: Ports & Packages Version: Latest Hardware: ppc OS: Any Status: New Keywords: patch Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: office@FreeBSD.org Reporter: gmbroome@vcu.edu CC: freebsd-ppc@FreeBSD.org Assignee: office@FreeBSD.org Keywords: patch Flags: maintainer-feedback?(office@FreeBSD.org) CC: freebsd-ppc@FreeBSD.org Created attachment 156448 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156448&action=edit Enable editors/libreoffice build on powerpc64 The LibreOffice build tools support Linux on PPC64, but FreeBSD only on i386 and AMD64. The included [admittedly rough-edged] patches enable build functionality on the PPC64 platform. Expected result: The port builds Actual result: For starters, the configure script chokes saying that FreeBSD PowerPC64 is not a supported platform. Other issues are encountered later in the build process once the configuration script is updated. Steps to reproduce: Attempt to build LibreOffice on FreeBSD/powerpc64 The included patch is against LibreOffice 4.3.7 on ports tree r385496. The resulting build runs (tested on a PowerMac G5 "Late 2005"). It does not, however, display any icons in the resulting applications; i.e. LibreOffice menu buttons etc. are text-only. Otherwise the build seems to behave agreeably, and it's certainly better than no build at all. Additional patches for the icon issue will be forthcoming if / when I'm able to resolve that problem. Final note: the provided patch enables "USE_GCC= 4.8+" for powerpc64 via the port Makefile because attempting to use base GCC 4.2 was a disaster. Though I have not seen any problems from this myself for LibreOffice, should a linking issue be encountered during ppc64 build after applying the patch, my first guess would be that the LibreOffice build system is attempting to use libc++ from the base system rather than the GCC 4.8 version. If that happens, as a workaround one might try temporarily setting base libg++.so.* aside, symlinking GCC 4.8 libg++.so.6 in its place during LibreOffice build, then restoring the original after the build is complete, as the FreeBSD system linker is a bit wiser about determining dependencies and doesn't seem to suffer from the same problem. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-ppc@FreeBSD.ORG Thu May 7 00:26:56 2015 Return-Path: Delivered-To: freebsd-ppc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A88995 for ; Thu, 7 May 2015 00:26:56 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 14911151F for ; Thu, 7 May 2015 00:26:56 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t470QtZS074365 for ; Thu, 7 May 2015 00:26:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ppc@FreeBSD.org Subject: [Bug 200020] [patch] editors/libreoffice: enable build on powerpc64 Date: Thu, 07 May 2015 00:26:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: gmbroome@vcu.edu X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 00:26:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200020 gmbroome@vcu.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #156448|0 |1 is obsolete| | --- Comment #1 from gmbroome@vcu.edu --- Created attachment 156449 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156449&action=edit Enable editors/libreoffice build on powerpc64 (revision 2) -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-ppc@FreeBSD.ORG Thu May 7 00:35:01 2015 Return-Path: Delivered-To: freebsd-ppc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FC3C33D for ; Thu, 7 May 2015 00:35:01 +0000 (UTC) Received: from mail2.openmailbox.org (mail2.openmailbox.org [62.4.1.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4F531613 for ; Thu, 7 May 2015 00:34:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail2.openmailbox.org (Postfix) with ESMTP id 1C9CC202F55 for ; Thu, 7 May 2015 02:26:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=openmailbox.org; h=x-mailer:mime-version:message-id:date:date:subject:subject :content-type:content-type:from:from:received; s=openmailbox; t= 1430958389; bh=F5sRyt5yeXXc+CD6JUL/QxX/LrzS/0TGWk/aShiCWhA=; b=q eep6ULocDSSccpvJb3j68Sd+OTp8IirfyUitvzRsg7uv+6E96HNb4ixzgs2odVXB 4eD2AVtMHMtcbrKSfx37GbTP1+oAUV27YD6O6LFmcrRu4vOV+ZsRqh0eE7jG74iC UGGiJkS61PG7fFrKZ3VPBcXx7yzGKKJKGYXbJTttq8= X-Virus-Scanned: amavisd-new at openmailbox.org Received: from mail2.openmailbox.org ([62.4.1.33]) by localhost (mail.openmailbox.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id WgH1SVIdvEN2 for ; Thu, 7 May 2015 02:26:29 +0200 (CEST) From: Kalyx X-Pgp-Agent: GPGMail 2.5b6 Content-Type: multipart/signed; boundary="Apple-Mail=_67DF0DF6-AC56-4E2D-923E-A3DFEA9616C6"; protocol="application/pgp-signature"; micalg=pgp-sha256 Subject: BSD desktop Date: Wed, 6 May 2015 19:26:20 -0500 Message-Id: <58CA4565-CB2A-4AF8-8461-015447D8C81D@openmailbox.org> To: freebsd-ppc@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) X-Mailer: Apple Mail (2.2098) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 00:35:01 -0000 --Apple-Mail=_67DF0DF6-AC56-4E2D-923E-A3DFEA9616C6 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Is there an up-to-date guide somewhere that details how to get a working = FreeBSD desktop on a PowerMac G5? --Apple-Mail=_67DF0DF6-AC56-4E2D-923E-A3DFEA9616C6 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJVSrEyAAoJENqcnMraAe0ftD4H/18Sdu6xDaV3KFgSROMHNBM7 pfXeHry0T+OdwPLvSm28GCbzS4jX/xxGT8pcWv8q9ZQkTnDCbn6JjCNccI4VaYuD htcrqWLI1eBEGdtQFJnMDjnp+BnWEeT7D/s8KOafHzb3Kcfm8td/bm+261N9hfaQ HvkFfqxiQGqU9iDdy90hT5gpx/ohuzgcZRVh/KKNgETxXsCdmFmqROMmThAZR09I IsUhb3+/vyYQa4m3PdS3qWIEjF8Ej2ItmCoMVGiXLb0DTwvJXTcg5jzAUoqNQ8Jl uiAgiX+k/V+yrMwTCygSr7ky2QHRVOm3zRKJX6DBZM3pm8gIJBpqb/U+jrQxa2Y= =UL8V -----END PGP SIGNATURE----- --Apple-Mail=_67DF0DF6-AC56-4E2D-923E-A3DFEA9616C6-- From owner-freebsd-ppc@FreeBSD.ORG Thu May 7 05:26:21 2015 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3BC3B862 for ; Thu, 7 May 2015 05:26:21 +0000 (UTC) Received: from mail-pd0-x230.google.com (mail-pd0-x230.google.com [IPv6:2607:f8b0:400e:c02::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C475159A for ; Thu, 7 May 2015 05:26:21 +0000 (UTC) Received: by pdbnk13 with SMTP id nk13so31085609pdb.0 for ; Wed, 06 May 2015 22:26:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=5gI8BcNE1hAPk+VF15hlzdmqU/P4+M4TkU0PtvUfFak=; b=aF/OL97/j1kDGZvNx7gHTQOKd8ACj7KeUa4xVtQPq4DsVfbzg4QBmmyEfk5JIkxVLc R6FtW+5vrDIK94S4wOMYL4Fcnh0FU8/ngjfz2714/gtjWOd3d6NAQ7qT1vsPASKYKe1u aKsLEs8+5b9CfWwYrBvrzOcdz6bUAFreLjCBMrveMSRWft01Yuqgd0KKlwMrCOGrq/5t JOWzrmtemCGrSKhsDTMqDB+gGrsGo2B2OlJaJJGp+4wV0SHn714HwLmkrxTZVAhJ4jsc HN6EnE92LOpD8N+xoi0dN3pcvHFyARx20pOBbMoUgi8j+YMSfK9YFwHsea1Nixz1nl90 3Pnw== X-Received: by 10.66.138.15 with SMTP id qm15mr3905211pab.52.1430976380499; Wed, 06 May 2015 22:26:20 -0700 (PDT) Received: from [192.168.1.69] (107-222-186-3.lightspeed.sntcca.sbcglobal.net. [107.222.186.3]) by mx.google.com with ESMTPSA id v3sm756238pbs.18.2015.05.06.22.26.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 06 May 2015 22:26:19 -0700 (PDT) Message-ID: <554AF771.3090201@gmail.com> Date: Wed, 06 May 2015 22:26:09 -0700 From: Justin Hibbits User-Agent: Mozilla/5.0 (X11; FreeBSD powerpc; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Kalyx , freebsd-ppc@FreeBSD.org Subject: Re: BSD desktop References: <58CA4565-CB2A-4AF8-8461-015447D8C81D@openmailbox.org> In-Reply-To: <58CA4565-CB2A-4AF8-8461-015447D8C81D@openmailbox.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 05:26:21 -0000 On 05/06/15 17:26, Kalyx wrote: > Is there an up-to-date guide somewhere that details how to get a working FreeBSD desktop on a PowerMac G5? I don't know of any guide specific to the PowerMac G5, but setting it up is pretty similar to any other FreeBSD setup. Some desktop environments (KDE) won't even compile for powerpc, but I've had good luck building xfce4 as a desktop. Unfortunately, there currently are no packages, so you have to build it all yourself. Hope this helps. - Justin From owner-freebsd-ppc@FreeBSD.ORG Thu May 7 05:28:43 2015 Return-Path: Delivered-To: freebsd-ppc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A462D8E3 for ; Thu, 7 May 2015 05:28:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 8EE9C15CB for ; Thu, 7 May 2015 05:28:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t475Sh61064007 for ; Thu, 7 May 2015 05:28:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ppc@FreeBSD.org Subject: [Bug 200020] [patch] editors/libreoffice: enable build on powerpc64 Date: Thu, 07 May 2015 05:28:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jhibbits@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 05:28:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200020 Justin Hibbits changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jhibbits@FreeBSD.org --- Comment #2 from Justin Hibbits --- This is fantastic! I'm building locally to confirm, and would love to see this pushed into the ports tree. The changes look pretty small, do you think it would apply as cleanly for powerpc (32-bit)? -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-ppc@FreeBSD.ORG Thu May 7 05:40:29 2015 Return-Path: Delivered-To: freebsd-ppc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62822B4B for ; Thu, 7 May 2015 05:40:29 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 4D2A417B2 for ; Thu, 7 May 2015 05:40:29 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t475eTNx076911 for ; Thu, 7 May 2015 05:40:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ppc@FreeBSD.org Subject: [Bug 178038] clang++ fails to produce a binary in powerpc64 Date: Thu, 07 May 2015 05:40:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: powerpc X-Bugzilla-Version: 9.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jhibbits@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ppc@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 05:40:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=178038 Justin Hibbits changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jhibbits@FreeBSD.org --- Comment #1 from Justin Hibbits --- Does this still happen with latest? There are hoops to jump through to build head's clang, as it doesn't build with base gcc (need to buildworld with CC=clang CXX=clang, or gcc48, etc). I've successfully built many binaries on FreeBSD, and I believe most, if not all, of head can be built with clang now (except csu, which still needs gcc to build). -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ppc@FreeBSD.ORG Thu May 7 12:06:58 2015 Return-Path: Delivered-To: freebsd-ppc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E26E901 for ; Thu, 7 May 2015 12:06:58 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 390B01BF1 for ; Thu, 7 May 2015 12:06:58 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t47C6vRG074439 for ; Thu, 7 May 2015 12:06:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ppc@FreeBSD.org Subject: [Bug 200020] [patch] editors/libreoffice: enable build on powerpc64 Date: Thu, 07 May 2015 12:06:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: gmbroome@vcu.edu X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 12:06:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200020 --- Comment #3 from gmbroome@vcu.edu --- (In reply to Justin Hibbits from comment #2) TBH I haven't the faintest idea if a similar process could be followed for 32-bit ppc. At first glance I don't see any reason why not; I may throw a 32-bit jail with UNAME_* overrides on my build machine and give it a try. I'd like to get feedback on the patches as they stand first, and address the icon issue as a priority. -- You are receiving this mail because: You are on the CC list for the bug.