From owner-cvs-all@FreeBSD.ORG Thu Jan 7 15:55:10 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA4EA1065670; Thu, 7 Jan 2010 15:55:10 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BB8508FC08; Thu, 7 Jan 2010 15:55:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o07FtABp084082; Thu, 7 Jan 2010 15:55:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o07FtAc7084081; Thu, 7 Jan 2010 15:55:10 GMT (envelope-from pav) Message-Id: <201001071555.o07FtAc7084081@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 7 Jan 2010 15:55:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.port.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2010 15:55:10 -0000 pav 2010-01-07 15:55:10 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk Log: - Use full path in depobj for archivers/unzip when USE_ZIP variable is set 9-CURRENT introduced unzip command to the base system. Unfortunately it is not fully compatible with the archivers/unzip implementation and non-trivial amount of ports fail to build when using it. Thus we will keep using archivers/unzip for unzipping source in Ports Collection until someone volunteer to fix all individual ports. Two most common problems with base unzip are: * extracting files without +x flag (some ports rely to execute unzipped configure scripts, for example) * different semantics of CR/LF conversion Error logs of failed port builds with in-base unzip can be made available on request to portmgr@. With hat: portmgr Revision Changes Path 1.633 +3 -3 ports/Mk/bsd.port.mk