From owner-freebsd-current@FreeBSD.ORG Sun Aug 18 19:05:00 2013 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4AEBF717 for ; Sun, 18 Aug 2013 19:05:00 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward10l.mail.yandex.net (forward10l.mail.yandex.net [IPv6:2a02:6b8:0:1819::a]) by mx1.freebsd.org (Postfix) with ESMTP id 0F7472694 for ; Sun, 18 Aug 2013 19:05:00 +0000 (UTC) Received: from smtp3h.mail.yandex.net (smtp3h.mail.yandex.net [84.201.186.20]) by forward10l.mail.yandex.net (Yandex) with ESMTP id 1BC27BA0C8F for ; Sun, 18 Aug 2013 23:04:58 +0400 (MSK) Received: from smtp3h.mail.yandex.net (localhost [127.0.0.1]) by smtp3h.mail.yandex.net (Yandex) with ESMTP id D106C1B415A7 for ; Sun, 18 Aug 2013 23:04:57 +0400 (MSK) Received: from 93.91.10.81.tel.ru (93.91.10.81.tel.ru [93.91.10.81]) by smtp3h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id FP2Fr35HXy-4vsKCOcL; Sun, 18 Aug 2013 23:04:57 +0400 Message-ID: <52111AD9.9030001@passap.ru> Date: Sun, 18 Aug 2013 23:04:57 +0400 From: Boris Samorodov Organization: =?UTF-8?B?0JfQkNCeICLQktCQ0KDQoiI=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130806 Thunderbird/17.0.7 MIME-Version: 1.0 To: freebsd-current@FreeBSD.org Subject: bsdtar/libarchive change behaviour 9->10 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Aug 2013 19:05:00 -0000 Hi All, there are two systems which produce different results: ----- % uname -a FreeBSD int.wart.ru 9.2-BETA2 FreeBSD 9.2-BETA2 #19 r253968: Tue Aug 6 04:16:05 SAMT 2013 bsam@int.wart.ru:/usr/obj/usr/src/sys/INT i386 % tar --version bsdtar 2.8.5 - libarchive 2.8.5 % tar -tf /usr/ports/distfiles/Catalyst-Plugin-Prototype-1.33.tar.gz | grep Plugin/ Catalyst-Plugin-Prototype-1.33/lib/Catalyst/Plugin/ Catalyst-Plugin-Prototype-1.33/lib/Catalyst/Plugin/._Prototype.pm Catalyst-Plugin-Prototype-1.33/lib/Catalyst/Plugin/Prototype.pm ----- % uname -a FreeBSD srv.bb.tel.ru 10.0-CURRENT FreeBSD 10.0-CURRENT #7 r253953: Mon Aug 5 16:16:42 SAMT 2013 bsam@srv.bb.tel.ru:/usr/obj/usr/src/sys/BB64X amd64 % tar --version bsdtar 3.1.2 - libarchive 3.1.2 % tar -tf /usr/ports/distfiles/Catalyst-Plugin-Prototype-1.33.tar.gz | grep Plugin/ Catalyst-Plugin-Prototype-1.33/lib/Catalyst/Plugin/ Catalyst-Plugin-Prototype-1.33/lib/Catalyst/Plugin/Prototype.pm ----- I.e. the CURRENT system does not honor the presence of "._*" file. The file seems to be a MAC file and anyway get deletted before installation. So, the question is: is it a regression/bug/new feature? Thanks! -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve