svn commit: r486483 - head/lang/scm

Antoine Brodin antoine at FreeBSD.org
Sun Dec 2 20:27:19 UTC 2018


Author: antoine
Date: Sun Dec  2 20:27:18 2018
New Revision: 486483
URL: https://svnweb.freebsd.org/changeset/ports/486483

Log:
  Mark BROKEN: fails to stage
  
  (system "cc -pipe  -O0 -Wall -Wwrite-strings -Wmissing-declarations -Wredundant-decls -Wcast-qual -Wno-unused-label -Wno-uninitialized -fstack-protector -fno-strict-aliasing  -fPIC -c -Wall edline.c")
  edline.c:22:10: fatal error: 'readline/readline.h' file not found
  #include <readline/readline.h>
           ^~~~~~~~~~~~~~~~~~~~~
  ...
  install: /wrkdirs/usr/ports/lang/scm/work/scm/edline.so: No such file or directory
  
  Reported by:	pkg-fallout

Modified:
  head/lang/scm/Makefile

Modified: head/lang/scm/Makefile
==============================================================================
--- head/lang/scm/Makefile	Sun Dec  2 20:22:57 2018	(r486482)
+++ head/lang/scm/Makefile	Sun Dec  2 20:27:18 2018	(r486483)
@@ -15,6 +15,8 @@ COMMENT=	Scheme interpreter
 
 LICENSE=	LGPL21
 
+BROKEN=		fails to stage
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USES=		readline zip


More information about the svn-ports-all mailing list