From owner-freebsd-perl@FreeBSD.ORG Mon Sep 16 20:27:46 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 52F20D7F for ; Mon, 16 Sep 2013 20:27:46 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 139EC2B05 for ; Mon, 16 Sep 2013 20:27:44 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 6DECEBDC68; Mon, 16 Sep 2013 22:27:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to:cc :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=N+vcSRGWAzI BRIJMKmDffvjJr1E=; b=N687Dq/LInuKXKYQDEgiQijaYl9pClQ/MczZdEVDqaa 7dYHxbxmg+5alCXrQAtzGnhKPWlbxOk3bNSLDaYlCtie0h21cG9RDBcNmjwC0RLd AARPcuSQGGxMNa6Mce+w+lFzNHWrqghiea5ViCZVYV9HYfSb1n7e0Z3W0rQQmjas = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 45D83BDC5E; Mon, 16 Sep 2013 22:27:39 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id BFEB7C442154; Mon, 16 Sep 2013 22:27:35 +0200 (CEST) Date: Mon, 16 Sep 2013 22:27:32 +0200 From: Mathieu Arnold To: Dave Hayes , Andrej Zverev Subject: Re: ports/181914: net/p5-Socket-GetAddrInfo fails to build package Message-ID: In-Reply-To: <5237650D.4080409@jetcafe.org> References: <201309161830.r8GIU1EU041596@freefall.freebsd.org> <5237650D.4080409@jetcafe.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: "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: Mon, 16 Sep 2013 20:27:46 -0000 +--On 16 septembre 2013 13:07:41 -0700 Dave Hayes wrote: | If you look at pkg-plist, it has this set of substitutions. Without | someone to explain what these substitutions are for and why one would or | would not want them, it's hard to really understand what you mean. :) The thing is that everything seems to be conflicted, when I ran my tests, it needed the C bits for 5.12 and 5.14, but not for 5.16 and 5.18. Now, the Build.PL says : # As of Perl 5.13.9, core's Socket now contains getaddrinfo, getnameinfo, and which could mean that it doesn't need the C bits for 5.14, but my tests did need it. So, all in all, I don't really know what to do with it :-) -- Mathieu Arnold