From owner-svn-ports-all@FreeBSD.ORG Sat Dec 13 10:00:20 2014 Return-Path: Delivered-To: svn-ports-all@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 ACAACA56; Sat, 13 Dec 2014 10:00:20 +0000 (UTC) Received: from gw.catspoiler.org (cl-1657.chi-02.us.sixxs.net [IPv6:2001:4978:f:678::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57B7529C; Sat, 13 Dec 2014 10:00:20 +0000 (UTC) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id sBDA08Ib033553; Sat, 13 Dec 2014 02:00:12 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <201412131000.sBDA08Ib033553@gw.catspoiler.org> Date: Sat, 13 Dec 2014 02:00:08 -0800 (PST) From: Don Lewis Subject: Re: svn commit: r374432 - in head: archivers/file-roller deskutils/gnote graphics/evince www/webkit-gtk3 To: antoine@FreeBSD.org In-Reply-To: <201412122351.sBCNpCVZ029182@gw.catspoiler.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2014 10:00:20 -0000 On 12 Dec, Don Lewis wrote: > On 9 Dec, Antoine Brodin wrote: >> Author: antoine >> Date: Tue Dec 9 21:47:03 2014 >> New Revision: 374432 >> URL: https://svnweb.freebsd.org/changeset/ports/374432 >> QAT: https://qat.redports.org/buildarchive/r374432/ >> >> Log: >> Mark BROKEN on freebsd 8, fail to build >> >> Reported by: pkg-fallout >> >> Modified: >> head/archivers/file-roller/Makefile >> head/deskutils/gnote/Makefile >> head/graphics/evince/Makefile >> head/www/webkit-gtk3/Makefile > > See for a > patch to unbreak file-roller. > > See for a > patch ot unbreak gnote: > > See > and > for my thoughts on webkit-gtk3. Even though the build is not broken on > freebsd 9, I think app trying to use this port will not run properly > because it will be linked to both libstdc++ and libc++. > > I ran into the evince build failure as well, but don't have a fix. I tracked down the evince build problem to a likely shell bug in FreeBSD 8 that is triggered by the configure script. I've come up with a patch here: