Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 May 2017 18:54:15 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440896 - head/lang/gcl
Message-ID:  <201705141854.v4EIsFqT078510@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705141854.v4EIsFqT078510>