On Wed, May 05, 2010 at 03:25:39AM -0700, Rob Farmer wrote:
> Unfortunately there are some problems with the base system unzip that
> make it preferable to use the port. From the commit log for
> bsd.port.mk:
>
> 9-CURRENT introduced unzip command to the base system. Unfortunately it is
> not
On Wed, May 5, 2010 at 2:30 AM, David DEMELIER wrote:
> 2010/5/5 David DEMELIER :
>> Hi,
>>
>> I noticed that unzip came into basesystem in src/usr.bin/unzip/. To
>> prevent port installing the ports/archivers/unzip one, I propose to
>> add this in bsd.port.mk
Unfortunately there are some problem
Hi,
I noticed that unzip came into basesystem in src/usr.bin/unzip/. To
prevent port installing the ports/archivers/unzip one, I propose to
add this in bsd.port.mk
.if defined(USE_ZIP) && !exists(/usr/bin/unzip)
EXTRACT_DEPENDS+= ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
.endif
Is
2010/5/5 David DEMELIER :
> Hi,
>
> I noticed that unzip came into basesystem in src/usr.bin/unzip/. To
> prevent port installing the ports/archivers/unzip one, I propose to
> add this in bsd.port.mk
>
> .if defined(USE_ZIP) && !exists(/usr/bin/unzip)
> EXTRACT_DEPENDS+= ${LOCALBASE}/bin/unzi