svn commit: r471970 - head/www/jericho-html

Mark Linimon linimon at FreeBSD.org
Fri Jun 8 02:46:09 UTC 2018


Author: linimon
Date: Fri Jun  8 02:46:08 2018
New Revision: 471970
URL: https://svnweb.freebsd.org/changeset/ports/471970

Log:
  Mark broken on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/www/jericho-html/Makefile

Modified: head/www/jericho-html/Makefile
==============================================================================
--- head/www/jericho-html/Makefile	Fri Jun  8 02:39:46 2018	(r471969)
+++ head/www/jericho-html/Makefile	Fri Jun  8 02:46:08 2018	(r471970)
@@ -9,6 +9,8 @@ MASTER_SITES=	SF/jerichohtml/${PORTNAME}/${PORTVERSION
 MAINTAINER=	saper at saper.info
 COMMENT=	Java library to analyse and manipulate HTML
 
+BROKEN_powerpc64=	fails to compile: src/java/net/htmlparser/jericho/Renderer.java:372: unmappable character for encoding ASCII
+
 USES=		zip
 USE_JAVA=	yes
 


More information about the svn-ports-all mailing list