Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2019 12:11:24 +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: r516305 - head/devel/treepy.el
Message-ID:  <201911021211.xA2CBOup075992@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Nov  2 12:11:24 2019
New Revision: 516305
URL: https://svnweb.freebsd.org/changeset/ports/516305

Log:
  Mark devel_full and devel_nox flavors BROKEN
  
  In treepy--with-loc:
  treepy.el:157:35:Warning: `'node' is a malformed function
  treepy.el:157:35:Warning: `'context' is a malformed function
  treepy.el:160:51:Warning: `t' called as a function
  treepy.el:231:1:Error: Invalid function: 'node
  
  Reported by:	pkg-fallout

Modified:
  head/devel/treepy.el/Makefile

Modified: head/devel/treepy.el/Makefile
==============================================================================
--- head/devel/treepy.el/Makefile	Sat Nov  2 12:03:06 2019	(r516304)
+++ head/devel/treepy.el/Makefile	Sat Nov  2 12:11:24 2019	(r516305)
@@ -12,6 +12,10 @@ COMMENT=	Generic tree traversing tools for Emacs Lisp
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox
+BROKEN=		fails to build
+.endif
+
 USES=		emacs
 USE_GITHUB=	yes
 GH_ACCOUNT=	volrath



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