From owner-svn-ports-head@FreeBSD.ORG Fri Jan 31 21:44:05 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20A35A78; Fri, 31 Jan 2014 21:44:05 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D0881D0A; Fri, 31 Jan 2014 21:44:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0VLi4BV017799; Fri, 31 Jan 2014 21:44:04 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0VLi4NR017798; Fri, 31 Jan 2014 21:44:04 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201401312144.s0VLi4NR017798@svn.freebsd.org> From: Antoine Brodin Date: Fri, 31 Jan 2014 21:44:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342081 - head/print/latex-aa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jan 2014 21:44:05 -0000 Author: antoine Date: Fri Jan 31 21:44:04 2014 New Revision: 342081 URL: http://svnweb.freebsd.org/changeset/ports/342081 QAT: https://qat.redports.org/buildarchive/r342081/ Log: Mark broken: Does not install ( cd /wrkdirs/usr/ports/print/latex-aa/work/aa-package && /bin/sh -c '(/usr/bin/find -d $0 $2 | /usr/bin/cpio -dumpl $1 >/dev/null 2>&1) && /usr/sbin/chown -Rh root:wheel $1 && /usr/bin/find -d $0 $2 -type d -exec chmod 755 $1/{} \; && /usr/bin/find -d $0 $2 -type f -exec chmod 444 $1/{} \;' -- "aa.dem aa.dvi aa.pdf aadoc.pdf readme.html readme.txt" /usr/local/share/texmf/doc/latex/aa ) /usr/local/share/texmf make: exec(/usr/local/share/texmf) failed (Permission denied) *** Error code 1 Reported by: pkg-fallout since august 2013 With hat: portmgr Modified: head/print/latex-aa/Makefile Modified: head/print/latex-aa/Makefile ============================================================================== --- head/print/latex-aa/Makefile Fri Jan 31 21:39:24 2014 (r342080) +++ head/print/latex-aa/Makefile Fri Jan 31 21:44:04 2014 (r342081) @@ -12,6 +12,8 @@ DIST_SUBDIR= latex MAINTAINER= yokota@res.otaru-uc.ac.jp COMMENT= LaTeX class for submission to "Astronomy and Astrophysics" +BROKEN= Does not install + NO_BUILD= yes NO_WRKSUBDIR= yes