Date: Sat, 11 Apr 2015 17:31:48 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383818 - head/graphics/evince Message-ID: <201504111731.t3BHVmGX032333@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> -.if ${OSVERSION} < 900000 -BROKEN= Fails to build -.endif - .if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB} USE_TEX= latex
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504111731.t3BHVmGX032333>