Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2018 20:27:18 +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: r486483 - head/lang/scm
Message-ID:  <201812022027.wB2KRIRg050161@repo.freebsd.org>

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



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