From owner-freebsd-current@freebsd.org Sat Jun 24 07:23:51 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8670D99AA6 for ; Sat, 24 Jun 2017 07:23:51 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from dnvrco-oedge-vip.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.232]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "dnvrco-oedge-vip.email.rr.com", Issuer "dnvrco-oedge-vip.email.rr.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C78DD81A for ; Sat, 24 Jun 2017 07:23:49 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from [74.134.208.22] ([74.134.208.22:33885] helo=localhost) by dnvrco-omsmta02 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 89/F1-03057-D331E495; Sat, 24 Jun 2017 07:22:37 +0000 Date: Sat, 24 Jun 2017 07:22:32 +0000 Message-ID: <89.F1.03057.D331E495@dnvrco-omsmta02> From: "Thomas Mueller" To: freebsd-current@freebsd.org Subject: Re: Ports still broken by ino64? References: <78.25.03057.F5ADD495@dnvrco-omsmta02> X-RR-Connecting-IP: 107.14.64.7:25 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jun 2017 07:23:52 -0000 > Maybe not, but I think so. synth(8) requires the ada compiler which means > lang/gcc6-aux or lang/gcc5-aux and those DID require work to install on > ino64. I believe that this is now resolved, but I would seriously consider > simply installing synth from the package. It has no run or lib depends, so > installing the package is risk-free. > synth is the only package I install on my development system,though I do > consider installing chromium and libreoffice from packages now and then... > like every time I have to rebuild either. (libreoffice is awaiting for a > rebuild right now. Maybe tomorrow. I built Chromium yesterday.) > Kevin Oberman, Part time kid herder and retired Network Engineer I remember synth required specifically the latest Ada compiler, gcc6-aux. Part of the attraction is the Ada compiler suite in gcc(5,6)-aux, for the possibility of cross-compiling Linux toolchains including gcc with Ada. Other dependencies would likely be needed sooner or later, anyway. But I was successful on 11.1-PRERELEASE. I never ran Chrome or Chromium, might want to try; also Midori and Netsurf (and of course, Mozilla Firefox or Seamonkey). One attraction of Midori is the facility to fudge the useragent string, and hopefully thumb my nose on websites that require specific browsers/versions. I would also like to try John Marino's port of synth to NetBSD, see if that, along with pkg, works better than regular pkgsrc tools. Tom