svn commit: r372819 - head/devel/xtla

Antoine Brodin antoine at FreeBSD.org
Wed Nov 19 21:19:52 UTC 2014


Author: antoine
Date: Wed Nov 19 21:19:50 2014
New Revision: 372819
URL: https://svnweb.freebsd.org/changeset/ports/372819
QAT: https://qat.redports.org/buildarchive/r372819/

Log:
  Mark BROKEN: Fails to package
  
  During build:
  xtla-core.el:956:1:Error: Multiple args to , are not supported: (\, (list (quote tla--gensym-uniq-25) (list (quote quote) error-buf)) (list (quote tla--gensym-uniq-24) (list (quote quote) error-buffer)) (list (quote tla--gensym-uniq-23) (list (quote quote) output-buf)) (list (quote tla--gensym-uniq-22) (list (quote quote) output-buffer)) (list (quote tla--gensym-uniq-21) (list (quote quote) arguments)) (list (quote tla--gensym-uniq-20) (list (quote quote) error-buf)) (list (quote tla--gensym-uniq-19) (list (quote quote) output-buf)) (list (quote tla--gensym-uniq-18) (list (quote quote) error)) (list (quote tla--gensym-uniq-17) (list (quote quote) arguments)) (list (quote tla--gensym-uniq-16) (list (quote quote) error-buf)) (list (quote tla--gensym-uniq-15) (list (quote quote) output-buf)) (list (quote tla--gensym-uniq-14) (list (quote quote) killed)) (list (quote tla--gensym-uniq-13) (list (quote quote) arguments)) (list (quote tla--gensym-uniq-12) (list (quote quote) error-buf)) (
 list (quote tla--gensym-uniq-11) (list (quote quote) output-buf)) (list (quote tla--gensym-uniq-10) (list (quote quote) finished)) (list (quote tla--gensym-uniq-9) (list (quote quote) error-file)) (list (quote tla--gensym-uniq-8) (list (quote quote) error-file)) (list (quote tla--gensym-uniq-7) (list (quote quote) error-buf)) (list (quote tla--gensym-uniq-6) (list (quote quote) error-file)) (list (quote tla--gensym-uniq-5) (list (quote quote) process-event)) (list (quote tla--gensym-uniq-4) (list (quote quote) default-directory)) (list (quote tla--gensym-uniq-3) (list (quote quote) command)) (list (quote tla--gensym-uniq-2) (list (quote quote) error-buf)) (list (quote tla--gensym-uniq-1) (list (quote quote) output-buf)) (list (quote tla--gensym-uniq-0) (list (quote quote) default-directory)))
  ...
  ===>  Building package for xtla-emacs24-1.2.1_15,1
  pkg-static: lstat(/wrkdirs/usr/ports/devel/xtla/work/stage/usr/local/share/emacs/24.4/site-lisp/xtla/xtla-core.elc): No such file or directory
  pkg-static: lstat(/wrkdirs/usr/ports/devel/xtla/work/stage/usr/local/share/emacs/24.4/site-lisp/xtla/xtla.elc): No such file or directory
  
  Reported by:	pkg-fallout

Modified:
  head/devel/xtla/Makefile

Modified: head/devel/xtla/Makefile
==============================================================================
--- head/devel/xtla/Makefile	Wed Nov 19 21:14:11 2014	(r372818)
+++ head/devel/xtla/Makefile	Wed Nov 19 21:19:50 2014	(r372819)
@@ -13,6 +13,8 @@ PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Emacs front-end to tla
 
+BROKEN=		Fails to package
+
 BUILD_DEPENDS+=	tla:${PORTSDIR}/devel/tla \
 		${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/tree-widget/tree-widget.el:${PORTSDIR}/editors/tree-widget
 RUN_DEPENDS:=	${BUILD_DEPENDS}


More information about the svn-ports-head mailing list