From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 25 18:40:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 35688EA2 for ; Fri, 25 Oct 2013 18:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 22955296C for ; Fri, 25 Oct 2013 18:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9PIe2ZH083581 for ; Fri, 25 Oct 2013 18:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9PIe2h7083578; Fri, 25 Oct 2013 18:40:02 GMT (envelope-from gnats) Date: Fri, 25 Oct 2013 18:40:02 GMT Message-Id: <201310251840.r9PIe2h7083578@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Zverev Andrey Subject: Re: ports/183305: some perl5 modules with .xs components fail to install/package X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Zverev Andrey List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 18:40:03 -0000 The following reply was made to PR ports/183305; it has been noted by GNATS. From: Zverev Andrey To: "bug-followup@FreeBSD.org" , "papowell@astart.com" Cc: "sunpoet@freebsd.org" , "perl@freebsd.org" Subject: Re: ports/183305: some perl5 modules with .xs components fail to install/package Date: Fri, 25 Oct 2013 18:25:48 +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.