svn commit: r553834 - head/cad/alliance

Antoine Brodin antoine at FreeBSD.org
Sun Nov 1 14:10:24 UTC 2020


Author: antoine
Date: Sun Nov  1 14:10:23 2020
New Revision: 553834
URL: https://svnweb.freebsd.org/changeset/ports/553834

Log:
  Mark BROKEN
  
  fig2dev -L eps ctl-mrs-1.fig > ctl-mrs-1.eps
  Invalid ellipse object at line 46.
  
  Reported by:	pkg-fallout

Modified:
  head/cad/alliance/Makefile

Modified: head/cad/alliance/Makefile
==============================================================================
--- head/cad/alliance/Makefile	Sun Nov  1 12:28:48 2020	(r553833)
+++ head/cad/alliance/Makefile	Sun Nov  1 14:10:23 2020	(r553834)
@@ -17,6 +17,7 @@ LICENSE_NAME=	Alliance VLSI Cad System License
 LICENSE_FILE=	${WRKSRC}/LICENCE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN=		fails to build
 BROKEN_aarch64=		fails to link: collect2: error: ld returned 1 exit status
 
 BUILD_DEPENDS=	convert:graphics/ImageMagick7 \


More information about the svn-ports-all mailing list