From owner-svn-ports-head@FreeBSD.ORG Fri Dec 12 23:51:25 2014 Return-Path: Delivered-To: svn-ports-head@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 945AF80E; Fri, 12 Dec 2014 23:51:25 +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 4050E3DD; Fri, 12 Dec 2014 23:51:25 +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 sBCNpCVZ029182; Fri, 12 Dec 2014 15:51:16 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <201412122351.sBCNpCVZ029182@gw.catspoiler.org> Date: Fri, 12 Dec 2014 15:51:12 -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: <201412092147.sB9Ll4Qg018497@svn.freebsd.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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2014 23:51:25 -0000 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.