svn commit: r440896 - head/lang/gcl

Antoine Brodin antoine at FreeBSD.org
Sun May 14 18:54:17 UTC 2017


Author: antoine
Date: Sun May 14 18:54:15 2017
New Revision: 440896
URL: https://svnweb.freebsd.org/changeset/ports/440896

Log:
  Mark BROKEN: missing header
  
  cc -E -I./h/ - |\
  /usr/local/bin/gawk '/^\-\-\-$/ {i=1;next} {if (!i) next} {gsub("\"","");print}' >h/mcompdefs.h
  In file included from <stdin>:1:
  In file included from ./h/include.h:97:
  ./h/../h/mp.h:5:10: fatal error: 'gmp.h' file not found
  
  Reported by:	pkg-fallout

Modified:
  head/lang/gcl/Makefile

Modified: head/lang/gcl/Makefile
==============================================================================
--- head/lang/gcl/Makefile	Sun May 14 18:53:48 2017	(r440895)
+++ head/lang/gcl/Makefile	Sun May 14 18:54:15 2017	(r440896)
@@ -13,6 +13,8 @@ COMMENT=	GNU Common Lisp
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
+BROKEN=		missing header
+
 BUILD_DEPENDS=	gawk:lang/gawk
 LIB_DEPENDS=	libgmp.so:math/gmp
 


More information about the svn-ports-all mailing list