From owner-freebsd-perl@FreeBSD.ORG Mon Sep 16 18:39:22 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 D51969B for ; Mon, 16 Sep 2013 18:39:22 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-oa0-x22d.google.com (mail-oa0-x22d.google.com [IPv6:2607:f8b0:4003:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1BC823D6 for ; Mon, 16 Sep 2013 18:39:22 +0000 (UTC) Received: by mail-oa0-f45.google.com with SMTP id i18so347026oag.18 for ; Mon, 16 Sep 2013 11:39:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=71Rb7/vibWdOvOkQuvA9sbTasbxhRjRtPN1FYWyX7kI=; b=cSyYMeXsih/Zny57JvnmyarLJU/H+LP6GE2SNUeb7zM6PdXA7c0A4IlA9DOoTnrSMo WZiZxYi6ACm0JVfY5dGnCGuJyXqvJEN1n+N6TgkJgbNBRJiVE0yqgnh2JZOKlIn0zPlO 3IerMQKshknGzqsyY3Q14NIASxS+2iL+roygzSx3PudVXSo/SBiWfDMEJG1+MhZTx6lu C5aa0TH0JCDv6hSe4E2fiPJON86FZG3yVQdKBUzCap3rW3rB6QkCsZV5VPne5NMdg91l 4yeP3DZQWMxX2EwEQc+AtNYgaUpf2DgPbNtRO1t3GYN+Nazs927ZHs7iIQ6rWbKAUP6A kQjQ== MIME-Version: 1.0 X-Received: by 10.60.63.167 with SMTP id h7mr970114oes.43.1379356761941; Mon, 16 Sep 2013 11:39:21 -0700 (PDT) Received: by 10.182.43.226 with HTTP; Mon, 16 Sep 2013 11:39:21 -0700 (PDT) In-Reply-To: <201309161830.r8GIU1EU041596@freefall.freebsd.org> References: <201309161830.r8GIU1EU041596@freefall.freebsd.org> Date: Mon, 16 Sep 2013 22:39:21 +0400 Message-ID: Subject: Re: ports/181914: net/p5-Socket-GetAddrInfo fails to build package From: Andrej Zverev To: Dave Hayes Content-Type: text/plain; charset=ISO-8859-1 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 18:39:22 -0000 This version (0.22) somehow is totally broken. Installing own files in random way (or at least I can't understand logic). So if you change it this way it will also be broken in another way. (pkg-plist) I think right way: 1. Revert to 0.21 2. Avoid automatic install and write custom do-install target On Mon, Sep 16, 2013 at 10:30 PM, Dave Hayes wrote: > The following reply was made to PR ports/181914; it has been noted by GNATS. > > From: Dave Hayes > To: bug-followup@FreeBSD.org, kritek@gmail.com > Cc: > Subject: Re: ports/181914: net/p5-Socket-GetAddrInfo fails to build package > Date: Mon, 16 Sep 2013 11:00:45 -0700 > > This problem appears to go away when I do this: > > .if ${PERL_LEVEL} < 501400 > PLIST_SUB+= OLD_PERL="" NEW_PERL="@comment " > .else > #PLIST_SUB+= OLD_PERL="@comment " NEW_PERL="" > PLIST_SUB+= OLD_PERL="" NEW_PERL="@comment " > .endif > > Is there any documentation on what the OLD_PERL and NEW_PERL definitions > are intended for? > -- > Dave Hayes - Consultant - Altadena CA, USA - dave@jetcafe.org > >>>> *The opinions expressed above are entirely my own* <<<< > > A magician was driving down the road. Then he turned into a driveway... > _______________________________________________ > freebsd-perl@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-perl > To unsubscribe, send any mail to "freebsd-perl-unsubscribe@freebsd.org"