svn commit: r516305 - head/devel/treepy.el

Antoine Brodin antoine at FreeBSD.org
Sat Nov 2 12:11:25 UTC 2019


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


More information about the svn-ports-all mailing list