From owner-svn-ports-all@FreeBSD.ORG Wed Nov 19 21:19:51 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C78EFD9E; Wed, 19 Nov 2014 21:19:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A936D751; Wed, 19 Nov 2014 21:19:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAJLJpmV016285; Wed, 19 Nov 2014 21:19:51 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAJLJp9Q016284; Wed, 19 Nov 2014 21:19:51 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201411192119.sAJLJp9Q016284@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 19 Nov 2014 21:19:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372819 - head/devel/xtla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2014 21:19:52 -0000 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@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}