FreeBSD Port: f2c-20060810_3 - Missing Extract depend unzip

Maho NAKATA chat95 at mac.com
Fri Jan 6 01:38:24 UTC 2012


Hi Jason

Ok, hopefully I'll fix it in this weekend.
or - if clean patch is available and you're a committer, please commit.
thanks

 Nakata Maho

From: Jason Hall <cakersq at gmail.com>
Subject: FreeBSD Port: f2c-20060810_3 - Missing Extract depend unzip
Date: Thu, 05 Jan 2012 18:56:04 -0500

> Hello,
> 
> In FreeBSD 9.0, "unzip" was added to the base install.  As a result,
> the PORT fails to extract properly, because it is trying to use
> /usr/local/bin/unzip, instead of the built in /usr/bin/unzip.
> 
> The reason is the "EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip"
> line in the Makefile, because "unzip" is found, so archivers/unzip
> port is not installed, and the ${UNZIP_CMD} attempts to run
> /usr/local/bin/unzip.
> 
> I'd recommend either setting EXTRACT_DEPENDS=/usr/local/bin/unzip, or
> using the USE_ZIP variable, which does that automatically.  This will
> force the install of the additional archivers/unzip port.
> 
> Alternatively, checking for /usr/bin/unzip and using that instead of
> ${UNZIP_CMD} will allow that use without installing another port.
> 
> Thanks,
> -Jason
> 


More information about the freebsd-ports mailing list