From owner-cvs-all@FreeBSD.ORG Fri Jun 4 13:21:19 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D92DA106566B; Fri, 4 Jun 2010 13:21:19 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw0.york.ac.uk (mail-gw0.york.ac.uk [144.32.128.245]) by mx1.freebsd.org (Postfix) with ESMTP id 67C458FC27; Fri, 4 Jun 2010 13:21:19 +0000 (UTC) Received: from mail-gw6.york.ac.uk (mail-gw6.york.ac.uk [144.32.129.26]) by mail-gw0.york.ac.uk (8.13.6/8.13.6) with ESMTP id o54DLGSN016768; Fri, 4 Jun 2010 14:21:16 +0100 (BST) Received: from buffy-128.york.ac.uk ([144.32.128.160] helo=buffy.york.ac.uk) by mail-gw6.york.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1OKWpo-00053Z-DT; Fri, 04 Jun 2010 14:21:16 +0100 Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.14.3/8.14.3) with ESMTP id o54DLGHA092545; Fri, 4 Jun 2010 14:21:16 +0100 (BST) (envelope-from gavin@FreeBSD.org) Received: (from ga9@localhost) by buffy.york.ac.uk (8.14.3/8.14.3/Submit) id o54DLFCU092544; Fri, 4 Jun 2010 14:21:15 +0100 (BST) (envelope-from gavin@FreeBSD.org) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin@FreeBSD.org using -f From: Gavin Atkinson To: Pav Lucistnik In-Reply-To: <201006032118.o53LIALX049274@repoman.freebsd.org> References: <201006032118.o53LIALX049274@repoman.freebsd.org> Content-Type: text/plain; charset="ASCII" Content-Transfer-Encoding: quoted-printable Date: Fri, 04 Jun 2010 14:21:15 +0100 Message-ID: <1275657675.89117.7.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin@freebsd.org Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/textproc/iso8879 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2010 13:21:19 -0000 On Thu, 2010-06-03 at 21:18 +0000, Pav Lucistnik wrote: > pav 2010-06-03 21:18:10 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > textproc/iso8879 Makefile=20 > Log: > - Fix past-o > =20 > Pointed out by: Alex Kozlov > Pointy hat to: pav This is still broken, at least on head: root@psi:/usr/ports/textproc/iso8879 122% make install =3D=3D=3D> Installing for iso8879-1986_2 =3D=3D=3D> iso8879-1986_2 depends on file: /usr/local/bin/xmlcatmgr - fou= nd =3D=3D=3D> Generating temporary packing list =3D=3D=3D> Checking if textproc/iso8879 already installed /usr/local/bin/unzip -dc /usr/ports/distfiles/isoENTS.zip -d /usr/local/sha= re/sgml/iso8879 Archive: /usr/ports/distfiles/isoENTS.zip caution: filename not matched: -d caution: filename not matched: /usr/local/share/sgml/iso8879 *** Error code 11 Stop in /usr/ports/textproc/iso8879. (I've removed the "@" to show the command being executed). Quite why it's using /usr/local/bin/unzip when /usr/bin/unzip is first in my path I'm not quite sure. Gavin