Re: unzip in basesystem

2010-05-05 Thread Alex Kozlov
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

Re: unzip in basesystem.

2010-05-05 Thread Rob Farmer
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

unzip in basesystem.

2010-05-05 Thread 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/unzip:${PORTSDIR}/archivers/unzip .endif Is

Re: unzip in basesystem.

2010-05-05 Thread David DEMELIER
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