Re: PATCH: a few changes to archivers/lzip

2013-11-07 Thread Juan Francisco Cantero Hurtado
On Thu, Nov 07, 2013 at 12:57:25AM -0500, Brad Smith wrote: On Thu, Nov 07, 2013 at 03:11:28AM +0100, Juan Francisco Cantero Hurtado wrote: Changes: - Only use gmake for lzlib. - Change the tarballs from .gz to .lz, except for lunzip (read the comment in Makefile.inc). - Bump

Re: PATCH: a few changes to archivers/lzip

2013-11-07 Thread Stuart Henderson
Index: lzlib/Makefile === +# The Makkefile tries to strip a shared lib with the install target. +INSTALL_TARGET = install The Makefile tries to strip a shared lib with the install-strip target. ? otherwise, that looks

Re: PATCH: a few changes to archivers/lzip

2013-11-07 Thread Brad Smith
On 07/11/13 6:51 AM, Stuart Henderson wrote: Index: lzlib/Makefile === +# The Makkefile tries to strip a shared lib with the install target. +INSTALL_TARGET = install The Makefile tries to strip a shared lib with the

PATCH: a few changes to archivers/lzip

2013-11-06 Thread Juan Francisco Cantero Hurtado
Changes: - Only use gmake for lzlib. - Change the tarballs from .gz to .lz, except for lunzip (read the comment in Makefile.inc). - Bump everything. - Add a little change to the patch of lzlib. Steps to test the changes: - pkg_delete clzip lunzip lzip lziprecover lzlib pdlzip plzip - cd

Re: PATCH: a few changes to archivers/lzip

2013-11-06 Thread Brad Smith
On Thu, Nov 07, 2013 at 03:11:28AM +0100, Juan Francisco Cantero Hurtado wrote: Changes: - Only use gmake for lzlib. - Change the tarballs from .gz to .lz, except for lunzip (read the comment in Makefile.inc). - Bump everything. - Add a little change to the patch of lzlib. Steps to test