svn commit: r383818 - head/graphics/evince

Don Lewis truckman at FreeBSD.org
Sat Apr 11 17:31:48 UTC 2015


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
 


More information about the svn-ports-head mailing list