From owner-svn-ports-all@FreeBSD.ORG Sat Apr 11 17:31:48 2015 Return-Path: Delivered-To: svn-ports-all@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 962E34D0; Sat, 11 Apr 2015 17:31:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 81948EBD; Sat, 11 Apr 2015 17:31:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3BHVm70032335; Sat, 11 Apr 2015 17:31:48 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3BHVmGX032333; Sat, 11 Apr 2015 17:31:48 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201504111731.t3BHVmGX032333@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Sat, 11 Apr 2015 17:31:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383818 - head/graphics/evince X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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, 11 Apr 2015 17:31:48 -0000 Author: truckman Date: Sat Apr 11 17:31:47 2015 New Revision: 383818 URL: https://svnweb.freebsd.org/changeset/ports/383818 Log: The problem causing the build breakage on FreeBSD 8 was fixed upstream, but the BROKEN tag was never removed from the port. Remove the flag. PR: 195943 Differential Revision: https://reviews.freebsd.org/D2280 Reviewed by: kwm Approved by: mat (mentor) Modified: head/graphics/evince/Makefile Modified: head/graphics/evince/Makefile ============================================================================== --- head/graphics/evince/Makefile Sat Apr 11 17:29:26 2015 (r383817) +++ head/graphics/evince/Makefile Sat Apr 11 17:31:47 2015 (r383818) @@ -53,10 +53,6 @@ XPS_DESC= XPS support .include -.if ${OSVERSION} < 900000 -BROKEN= Fails to build -.endif - .if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB} USE_TEX= latex