From owner-freebsd-perl@FreeBSD.ORG Fri Oct 25 18:33:53 2013 Return-Path: Delivered-To: perl@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 6532AAC6; Fri, 25 Oct 2013 18:33:53 +0000 (UTC) (envelope-from azverev@ozon.ru) Received: from mail1.ozon.ru (mx4.ozon.ru [194.186.179.140]) by mx1.freebsd.org (Postfix) with ESMTP id 1FFE1292A; Fri, 25 Oct 2013 18:33:52 +0000 (UTC) Received: from intmail.o3.ru (unknown [10.20.2.108]) by mail1.ozon.ru (Postfix) with ESMTP id E6C1B71A138; Fri, 25 Oct 2013 22:25:49 +0400 (MSK) Received: from EXMBS03MSK.o3.ru ([fe80::8468:6f9d:47ea:bd8e]) by exhub01msk.o3.ru ([10.20.2.108]) with mapi id 14.03.0158.001; Fri, 25 Oct 2013 22:25:49 +0400 From: Zverev Andrey To: "bug-followup@FreeBSD.org" , "papowell@astart.com" Subject: Re: ports/183305: some perl5 modules with .xs components fail to install/package Thread-Topic: Re: ports/183305: some perl5 modules with .xs components fail to install/package Thread-Index: Ac7Rrug7+4Umu5dPTvS9BrgMoqtdzA== Date: Fri, 25 Oct 2013 18:25:48 +0000 Message-ID: <04B54980BDADF54CAD8F1DDD86E77A4C0B41FBB7@exmbs03msk.o3.ru> Accept-Language: ru-RU, en-US Content-Language: ru-RU X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.26.16.17] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "sunpoet@freebsd.org" , "perl@freebsd.org" X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 18:33:53 -0000 I think this can be related to latest ExtUtils::MakeMaker update. In changelog (but it can be unrelated): 6.79_03 Fri Oct 11 13:56:53 BST 2013 Bug fixes: * don't copy .bs portably :) 6.79_02 Fri Oct 11 12:58:01 BST 2013 Bug fixes: * RT#28992 don't copy .bs files if they are empty sunpoet@ can you look at this? Since old EU::MM allow empty and new one don= 't. And we have EU::MM in core and in ports.