svn commit: r443392 - head/lang/pike78

Antoine Brodin antoine at FreeBSD.org
Sun Jun 11 15:24:09 UTC 2017


Author: antoine
Date: Sun Jun 11 15:24:07 2017
New Revision: 443392
URL: https://svnweb.freebsd.org/changeset/ports/443392

Log:
  Mark BROKEN: fails to build
  
  Compiling modules/Gdbm/gdbmmod.c
  In file included from /wrkdirs/usr/ports/lang/pike78/work/Pike-v7.8.866/src/modules/Gdbm/gdbmmod.c:23:
  /usr/local/include/gdbm.h:236:63: error: expected identifier
  extern void gdbm_set_errno (GDBM_FILE dbf, gdbm_error ec, int fatal);
  
  Reported by:	pkg-fallout

Modified:
  head/lang/pike78/Makefile

Modified: head/lang/pike78/Makefile
==============================================================================
--- head/lang/pike78/Makefile	Sun Jun 11 15:21:31 2017	(r443391)
+++ head/lang/pike78/Makefile	Sun Jun 11 15:24:07 2017	(r443392)
@@ -13,6 +13,8 @@ DISTNAME=	Pike-v${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Dynamic programming language with a syntax similar to C++
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libtiff.so:graphics/tiff \
 		libgdbm.so:databases/gdbm \
 		libpcre.so:devel/pcre \


More information about the svn-ports-head mailing list