From owner-freebsd-ports@FreeBSD.ORG Wed Jan 20 23:05:55 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4301106566C for ; Wed, 20 Jan 2010 23:05:55 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 4F1808FC14 for ; Wed, 20 Jan 2010 23:05:54 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 19so982484fgg.13 for ; Wed, 20 Jan 2010 15:05:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=Z/cFl6o5BtXAl/e7VMPDs4JJuc/HFBizArESha+NYkU=; b=Yp1WYkT7iKEaa6TfCFyOCbTEmJb2zVKdopp3+onlR0+wEeRMakvwGLMhDKFOxzRhfi LwH40exBIMlI/BST2pPB2UETKDqdbGuBtME+4jPGKvsevd8S/7BmmwLbq5QokYdqhLVu kljngZijvJolDJOdMEN7AeHVp0/TAQrVgnitk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; b=Ewb2fZV0fXEoQY2R56BCra1q2dRLkC5DHhErfr+QshomRf9dI7pyoHz9sftnjw/2re xmXba/O/tHERuLqfKKF/VKiYn8eATMUhxor1w0bzxMSMUp6cvuMH8b8l3BxajNCOWKek Z9TdzvPXdT5a3qw6snbVKCxT7GOfXNxdWre5w= Received: by 10.87.5.15 with SMTP id h15mr1175038fgi.43.1264028753906; Wed, 20 Jan 2010 15:05:53 -0800 (PST) Received: from darklight.org.ru ([213.132.76.16]) by mx.google.com with ESMTPS id e11sm1181784fga.14.2010.01.20.15.05.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 20 Jan 2010 15:05:52 -0800 (PST) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.3/8.14.3) with ESMTP id o0KN5nwp091464; Thu, 21 Jan 2010 02:05:50 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.3/8.14.3/Submit) id o0KN5na8091463; Thu, 21 Jan 2010 02:05:49 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Thu, 21 Jan 2010 02:05:49 +0300 From: Yuri Pankov To: Gabor Kovesdan Message-ID: <20100120230549.GA16980@darklight.org.ru> References: <4B578709.7010508@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B578709.7010508@FreeBSD.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@freebsd.org Subject: Re: how to deal with unzip on -CURRENT? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2010 23:05:55 -0000 On Wed, Jan 20, 2010 at 11:43:21PM +0100, Gabor Kovesdan wrote: > Hi all, > > I've got a PR (ports/142091), which made me think about the base > version of unzip that was recently enabled in HEAD. I think that the > current version of that port is correct and just UNZIP_CMD should be > set to the base version on -CURRENT in bsd.port.mk. Or do I have to > enforce ports unzip as a dependency by full path? Were there similar > issues? Is there a conventional/preferred solution for this? > > Thanks, > > -- > Gabor Kovesdan > FreeBSD Volunteer > > EMAIL: gabor@FreeBSD.org .:|:. gabor@kovesdan.org > WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org I think it was fixed in bsd.port.mk 1.633: http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.mk.diff?r1=1.632;r2=1.633 HTH, Yuri