From owner-freebsd-perl@freebsd.org Thu May 12 06:23:43 2016 Return-Path: Delivered-To: freebsd-perl@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D607CB38017 for ; Thu, 12 May 2016 06:23:43 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.117.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6329F183B for ; Thu, 12 May 2016 06:23:43 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from liminal.local (liminal.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3636:3bff:fed4:b0d6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id 11779AA8E for ; Thu, 12 May 2016 06:23:28 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/11779AA8E; dkim=none; dkim-atps=neutral Subject: Re: And another fails to compile: p5-Test-Requires-0.10 To: freebsd-perl@freebsd.org References: <5733BDBB.9060305@sorbs.net> From: Matthew Seaman Message-ID: Date: Thu, 12 May 2016 07:23:10 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <5733BDBB.9060305@sorbs.net> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="fGUeGq9GQjvV1vJxQFnmwsxin1tSP5ifo" X-Virus-Scanned: clamav-milter 0.99.1 at smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on smtp.infracaninophile.co.uk X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.22 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: Thu, 12 May 2016 06:23:43 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --fGUeGq9GQjvV1vJxQFnmwsxin1tSP5ifo Content-Type: multipart/mixed; boundary="jVQsW2b7EEIng1xM55BVD3xXaMrBJfNmE" From: Matthew Seaman To: freebsd-perl@freebsd.org Message-ID: Subject: Re: And another fails to compile: p5-Test-Requires-0.10 References: <5733BDBB.9060305@sorbs.net> In-Reply-To: <5733BDBB.9060305@sorbs.net> --jVQsW2b7EEIng1xM55BVD3xXaMrBJfNmE Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 12/05/2016 00:18, Michelle Sullivan wrote: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D> Configuring for p5-Test-Requires-0.10 > ExtUtils::MakeMaker version 6.64 required--this is only version 6.6302 > at ./Makefile.PL line 9. > BEGIN failed--compilation aborted at ./Makefile.PL line 9. > *** Error code 255 >=20 > Stop in /usr/ports/devel/p5-Test-Requires. >=20 >=20 > This patch: > [michelle@colossus /Storage/source/ports/head]$ diff -u > devel/p5-Test-Requires/Makefile.orig devel/p5-Test-Requires/Makefile > --- devel/p5-Test-Requires/Makefile.orig 2016-05-12 > 01:14:06.279913966 +0200 > +++ devel/p5-Test-Requires/Makefile 2016-05-12 01:16:06.856913900 +0= 200 > @@ -12,6 +12,8 @@ > LICENSE=3D ART10 GPLv1 > LICENSE_COMB=3D dual >=20 > +BUILD_DEPENDS+=3D p5-ExtUtils-MakeMaker>=3D6.64:devel/p5-ExtUtils-Make= Maker > + > USES=3D perl5 > USE_PERL5=3D configure > NO_ARCH=3D YES >=20 ExtUtils::MakeMaker is a core module, and version 6.64 or above has been bundled with perl versions later than 5.17.7 -- so a suitable version should already be included with all versions of perl currently in the ports. See: % corelist -a ExtUtils::MakeMaker Cheers, Matthew --jVQsW2b7EEIng1xM55BVD3xXaMrBJfNmE-- --fGUeGq9GQjvV1vJxQFnmwsxin1tSP5ifo Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJXNCFVXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATXPIP/RZz+7gPwVyhN1nINbX32cfu aBazzYXJI1Y9HamzvtPl/zxWoan88HAYe9bs6RsYmJ3JflsScIT4mdpEqKtTmHGx w7OeuOb1RaspTbdJZijugRLlfTlTRJL2D60lRv3T7chofv5QfMxPWZCm1nWITnjw AbEE66HF6KaaLxlM3KZcEMdEwjVRWmzRpUTtB7bVuUwg/+l6ccuwRjqnpkINx/9y z9oW6rUOPZ/H+00i1QKGZu0dimQvDfJSjlLqAepR9fCASaTEmLRUizHFwLRmJ6xT CI+D0w5fQ63mOR5SGTCmZu71d7hhVAy7/R7h5bESZPez9dQtPFaXOH3sMqcUOU2s V40S7wKIEmOLTexb2ukvtvRTFOUFeQTAPLqMzdjUN7rod1PCH8aCkPRuII/mO0qz Qnut70s2dhWcWwewi8NMEyBF+R418cqBu3bIZXiC5AaQsXsOukMibv6wGgjL28aS ZquX8Igd6ZJKC98Zhl6vGb+RwQarEcC5azHVzESPZUKUVpy1OAcUGk4KEyaKbV1N KcDqP41JvykfKFMFGuzMd5wJOGgDNoKe7KTfpznxfZDADqczArAbXFd/p3wWwAg6 1m6S4bNtEl3r80gtZBq60wUYtj0JgldDEV037eTi/Q/B8KthRJ1N/uOb+/cMNqkc /ke5vWvTwdKkow6wAR5o =0p60 -----END PGP SIGNATURE----- --fGUeGq9GQjvV1vJxQFnmwsxin1tSP5ifo--