From owner-freebsd-questions@FreeBSD.ORG Fri Jun 11 18:34:14 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9ECEB1065676 for ; Fri, 11 Jun 2010 18:34:14 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email1.allantgroup.com (email1.emsphone.com [199.67.51.115]) by mx1.freebsd.org (Postfix) with ESMTP id 646388FC23 for ; Fri, 11 Jun 2010 18:34:14 +0000 (UTC) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by email1.allantgroup.com (8.14.0/8.14.0) with ESMTP id o5BIYAu9039359 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 11 Jun 2010 13:34:11 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.4/8.14.4) with ESMTP id o5BIYAc6030546 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 11 Jun 2010 13:34:10 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.4/8.14.3/Submit) id o5BIYAwJ030545; Fri, 11 Jun 2010 13:34:10 -0500 (CDT) (envelope-from dan) Date: Fri, 11 Jun 2010 13:34:10 -0500 From: Dan Nelson To: Bruce Cran Message-ID: <20100611183410.GA36450@dan.emsphone.com> References: <4C127A47.8070706@antonioshome.net> <20100611192341.000020a1@unknown> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100611192341.000020a1@unknown> X-OS: FreeBSD 8.1-PRERELEASE User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: clamav-milter 0.96 at email1.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (email1.allantgroup.com [199.67.51.78]); Fri, 11 Jun 2010 13:34:11 -0500 (CDT) X-Scanned-By: MIMEDefang 2.45 Cc: pav@freebsd.org, Antonio Vieiro , freebsd-questions@freebsd.org Subject: Re: Problems with textproc/iso8879 port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jun 2010 18:34:14 -0000 In the last episode (Jun 11), Bruce Cran said: > On Fri, 11 Jun 2010 20:02:47 +0200 > Antonio Vieiro wrote: > > > I'm trying to install port "iso8879" in 8.0-RELEASE (needed by > > docbook and by gnome and wxgtk28) and I'm getting the problem below. > > > > I contacted the maintainer without success. Any ideas, anyone? > > > ===> Checking if textproc/iso8879 already installed > > Archive: /usr/ports/distfiles/isoENTS.zip > > caution: filename not matched: -d > > caution: filename not matched: /usr/local/share/sgml/iso8879 > > *** Error code 11 > > > > If I remove the file in /usr/ports/distfiles/isoENTS.zip and try > > again the build fails too: > > It looks like a problem with the zip command in > textproc/iso8879/Makefile: > > @${UNZIP_CMD} -q -o ${DISTDIR}/${DISTFILES} -d ${INSTDIR} The -d option to unzip is dangerous imho, since it's in the wrong location (at the end of the comamndline, after everything else). Safer to use cd ${INSTDIR} && ${UNZIP_CMD} -q -o ${DISTDIR}/${DISTFILES} -- Dan Nelson dnelson@allantgroup.com