From owner-freebsd-perl@FreeBSD.ORG Mon Jul 26 04:04:05 2010 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D94D1065672; Mon, 26 Jul 2010 04:04:05 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 280988FC14; Mon, 26 Jul 2010 04:04:04 +0000 (UTC) Received: by pxi8 with SMTP id 8so5082546pxi.13 for ; Sun, 25 Jul 2010 21:04:04 -0700 (PDT) Received: by 10.142.194.15 with SMTP id r15mr8464815wff.31.1280117044329; Sun, 25 Jul 2010 21:04:04 -0700 (PDT) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx.google.com with ESMTPS id l36sm1580618rvb.6.2010.07.25.21.04.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 25 Jul 2010 21:04:03 -0700 (PDT) Received: by sunpoet.net (Postfix, from userid 1000) id DA08B2AEC4DE; Mon, 26 Jul 2010 12:04:30 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Sunpoet Po-Chuan Hsieh X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20100726040430.DA08B2AEC4DE@sunpoet.net> Date: Mon, 26 Jul 2010 12:04:30 +0800 (CST) Cc: perl@FreeBSD.org Subject: [PATCH] databases/p5-DBI: update to 1.613 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Jul 2010 04:04:05 -0000 >Submitter-Id: current-users >Originator: Sunpoet Po-Chuan Hsieh >Organization: SUNPOET.net >Confidential: no >Synopsis: [PATCH] databases/p5-DBI: update to 1.613 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 8.1-STABLE amd64 >Environment: System: FreeBSD bonjour.sunpoet.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Sun Jul 25 00:09:24 CST 2010 >Description: - Update to 1.613 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-DBI-1.613.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/p5-DBI/Makefile /usr/ports/sunpoet/p5-DBI/Makefile --- /usr/ports/databases/p5-DBI/Makefile 2010-04-30 08:37:38.000000000 +0800 +++ /usr/ports/sunpoet/p5-DBI/Makefile 2010-07-26 11:13:30.000000000 +0800 @@ -6,11 +6,11 @@ # PORTNAME= DBI -PORTVERSION= 1.61.1 +PORTVERSION= 1.613 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= The perl5 Database Interface. Required for DBD::* modules @@ -29,6 +29,8 @@ MAN3= Bundle::DBI.3 \ DBD::DBM.3 \ DBD::File.3 \ + DBD::File::Developers.3 \ + DBD::File::Roadmap.3 \ DBD::Gofer.3 \ DBD::Gofer::Policy::Base.3 \ DBD::Gofer::Policy::classic.3 \ @@ -47,6 +49,7 @@ DBI::Const::GetInfoType.3 \ DBI::DBD.3 \ DBI::DBD::Metadata.3 \ + DBI::DBD::SqlEngine.3 \ DBI::FAQ.3 \ DBI::Gofer::Execute.3 \ DBI::Gofer::Request.3 \ diff -ruN --exclude=CVS /usr/ports/databases/p5-DBI/distinfo /usr/ports/sunpoet/p5-DBI/distinfo --- /usr/ports/databases/p5-DBI/distinfo 2010-04-30 08:37:38.000000000 +0800 +++ /usr/ports/sunpoet/p5-DBI/distinfo 2010-07-26 11:11:17.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (DBI-1.611.tar.gz) = f48bc718e871f8926809af16682783fb -SHA256 (DBI-1.611.tar.gz) = d38544d7b2385172651944e4c4eadebc0ac955113db87d68017d79650f4bbf4f -SIZE (DBI-1.611.tar.gz) = 534200 +MD5 (DBI-1.613.tar.gz) = 1fb75474c3ff75fcbc16a98656e8f89d +SHA256 (DBI-1.613.tar.gz) = 64699525044db83253f3ec7e61ebe14b6b327b36aa282dd4eaafc31d44489082 +SIZE (DBI-1.613.tar.gz) = 566542 diff -ruN --exclude=CVS /usr/ports/databases/p5-DBI/pkg-plist /usr/ports/sunpoet/p5-DBI/pkg-plist --- /usr/ports/databases/p5-DBI/pkg-plist 2007-10-24 12:47:13.000000000 +0800 +++ /usr/ports/sunpoet/p5-DBI/pkg-plist 2010-07-26 11:14:40.000000000 +0800 @@ -6,6 +6,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/DBD/DBM.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/ExampleP.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/File.pm +%%SITE_PERL%%/%%PERL_ARCH%%/DBD/File/Roadmap.pod +%%SITE_PERL%%/%%PERL_ARCH%%/DBD/File/Developers.pod %%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Policy/Base.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Policy/classic.pm @@ -26,6 +28,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/DBI/Const/GetInfoType.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBI/DBD.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBI/DBD/Metadata.pm +%%SITE_PERL%%/%%PERL_ARCH%%/DBI/DBD/SqlEngine.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBI/FAQ.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBI/Gofer/Execute.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBI/Gofer/Request.pm @@ -78,5 +81,6 @@ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Transport @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Policy @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD/File @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Bundle --- p5-DBI-1.613.patch ends here --- From owner-freebsd-perl@FreeBSD.ORG Mon Jul 26 04:10:14 2010 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83F291065672; Mon, 26 Jul 2010 04:10:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 730718FC17; Mon, 26 Jul 2010 04:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6Q4AE5U032719; Mon, 26 Jul 2010 04:10:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6Q4AEBP032709; Mon, 26 Jul 2010 04:10:14 GMT (envelope-from edwin) Date: Mon, 26 Jul 2010 04:10:14 GMT Message-Id: <201007260410.o6Q4AEBP032709@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/148947: [PATCH] databases/p5-DBI: update to 1.613 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Jul 2010 04:10:14 -0000 Synopsis: [PATCH] databases/p5-DBI: update to 1.613 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 26 04:10:13 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=148947 From owner-freebsd-perl@FreeBSD.ORG Mon Jul 26 11:08:31 2010 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1A23106567F for ; Mon, 26 Jul 2010 11:08:31 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C756F8FC29 for ; Mon, 26 Jul 2010 11:08:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6QB8Vc6081841 for ; Mon, 26 Jul 2010 11:08:31 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6QB8V4M081839 for perl@FreeBSD.org; Mon, 26 Jul 2010 11:08:31 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 26 Jul 2010 11:08:31 GMT Message-Id: <201007261108.o6QB8V4M081839@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: perl@FreeBSD.org Cc: Subject: Current problem reports assigned to perl@FreeBSD.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Jul 2010 11:08:31 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/148947 perl [PATCH] databases/p5-DBI: update to 1.613 o ports/129626 perl lang/p5-Tcl segfaults on i386 and amd64 on FreeBSD 7 o ports/121472 perl Loading perl scripts causes irc/xchat segmentation fau 3 problems total. From owner-freebsd-perl@FreeBSD.ORG Thu Jul 29 04:29:51 2010 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EAF4106564A; Thu, 29 Jul 2010 04:29:51 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from exhub015-2.exch015.msoutlookonline.net (exhub015-2.exch015.msoutlookonline.net [207.5.72.94]) by mx1.freebsd.org (Postfix) with ESMTP id 0C80C8FC19; Thu, 29 Jul 2010 04:29:50 +0000 (UTC) Received: from [192.168.1.2] (71.246.240.70) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.2.254.0; Wed, 28 Jul 2010 21:19:45 -0700 Message-ID: <4C510160.1010109@p6m7g8.com> Date: Thu, 29 Jul 2010 00:19:44 -0400 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6 MIME-Version: 1.0 To: Mark Linimon References: <20100718223830.GA10338@lonesome.com> <4C43B4A5.5080104@FreeBSD.org> <4C44D01C.70704@p6m7g8.com> <4C451F06.8020106@p6m7g8.com> <4C453409.8000201@p6m7g8.com> <20100729041455.GA21455@lonesome.com> In-Reply-To: <20100729041455.GA21455@lonesome.com> X-Enigmail-Version: 1.0.1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig21D10C656D8D36141B8C5987" Cc: jhell , Doug Barton , skv@FreeBSD.org, ports@FreeBSD.org, perl@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: bsd.perl.mk (Was: Re: _PERL_REFACTORING_COMPLETE lang/perl5.12 Mk/bsd.perl.mk) X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Jul 2010 04:29:51 -0000 --------------enig21D10C656D8D36141B8C5987 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Its a bit to late for me to think about this tonight, but on quick glance our diffs not equivalent. On 7/29/2010 12:14 AM, Mark Linimon wrote: > These are the results that I get on my home machine: >=20 > $ make index > Generating INDEX-7 - please wait..make_index: thunderbird-3.0.5_1: no e= ntry for :/home/pcvs/ports/lang > make_index: thunderbird-3.0.5_1: no entry for :/home/pcvs/ports/lang > make_index: thunderbird-3.0.5_1: no entry for :/home/pcvs/ports/lang > make_index: firefox-3.5.10,1: no entry for :/home/pcvs/ports/lang > make_index: firefox-3.5.10,1: no entry for :/home/pcvs/ports/lang > make_index: firefox-3.5.10,1: no entry for :/home/pcvs/ports/lang > make_index: firefox-3.6.r2_2,1: no entry for :/home/pcvs/ports/lang > make_index: firefox-3.6.r2_2,1: no entry for :/home/pcvs/ports/lang > make_index: firefox-3.6.r2_2,1: no entry for :/home/pcvs/ports/lang > make_index: erlang-r13b04_2,1: no entry for :/home/pcvs/ports/lang > make_index: erlang-r13b04_2,1: no entry for :/home/pcvs/ports/lang > make_index: erlang-r13b04_2,1: no entry for :/home/pcvs/ports/lang > make_index: erlang-r13b04_2,1: no entry for :/home/pcvs/ports/lang > make_index: firefox-3.6.4,1: no entry for :/home/pcvs/ports/lang > make_index: firefox-3.6.4,1: no entry for :/home/pcvs/ports/lang > make_index: firefox-3.6.4,1: no entry for :/home/pcvs/ports/lang > make_index: rakudo-2010.06,1: no entry for :/home/pcvs/ports/lang > make_index: rakudo-2010.06,1: no entry for :/home/pcvs/ports/lang > make_index: rakudo-2010.06,1: no entry for :/home/pcvs/ports/lang > make_index: p5-Cflow-1.053_1: no entry for :/home/pcvs/ports/lang > make_index: p5-Cflow-1.053_1: no entry for :/home/pcvs/ports/lang > make_index: p5-Cflow-1.053_1: no entry for :/home/pcvs/ports/lang > make_index: p5-Cflow-1.053_1: no entry for :/home/pcvs/ports/lang > make_index: erlang-lite-r13b04_2,1: no entry for :/home/pcvs/ports/lang= > make_index: erlang-lite-r13b04_2,1: no entry for :/home/pcvs/ports/lang= > make_index: erlang-lite-r13b04_2,1: no entry for :/home/pcvs/ports/lang= > make_index: erlang-lite-r13b04_2,1: no entry for :/home/pcvs/ports/lang= > Warning: Duplicate INDEX entry: ap22-mod_rpaf-ap2-0.6 > Done. >=20 > ---------------------------------------------------------------------- >=20 > Here is my /etc/make.conf: >=20 > OPENSSH_OVERWRITE_BASE=3Dyes > WITH_APACHE2=3Dyes > X11BASE=3D${LOCALBASE} >=20 > USE_LOCAL_MK=3D yes > #BSDPORTMK?=3D ${PORTSDIR}/ports-mgmt/portmk/Mk/bsd.port.mk > #BSDPORTSUBDIRMK?=3D ${PORTSDIR}/ports-mgmt/portmk/Mk/bsd.port.subdir.m= k >=20 > PERL_VER=3D5.8.9 > PERL_VERSION=3D5.8.9 >=20 > # needed for jadetex > WITH_JADETEX=3Dyes >=20 > (The USE_LOCAL_MK just brings in bsd.portsmon.mk, which are local > changes to add the 'make status' target.) >=20 > ---------------------------------------------------------------------- >=20 > Here is the diff I am using for bsd.port.mk (well, the relevant parts):= >=20 > Index: bsd.port.mk > =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 > RCS file: /home/FreeBSD/pcvs/ports/Mk/bsd.port.mk,v > retrieving revision 1.643 > diff -u -r1.643 bsd.port.mk > --- bsd.port.mk 15 Jul 2010 14:48:50 -0000 1.643 > +++ bsd.port.mk 20 Jul 2010 23:19:42 -0000 > @@ -1452,6 +1452,7 @@ > =20 > # XXX to remain undefined until all ports that require Perl are fixed > # to set one of the conditionals that force the inclusion of bsd.perl.= mk > +_PERL_REFACTORING_COMPLETE=3D BEING_TESTED > .if !defined(_PERL_REFACTORING_COMPLETE) > =20 > PERL_VERSION?=3D 5.10.1 > @@ -1506,9 +1507,9 @@ > .include "${PORTSDIR}/Mk/bsd.gnustep.mk" > .endif > =20 > -#.if defined(USE_PERL5) || defined(USE_PERL5_BUILD) || defined(USE_PER= L5_RUN) || defined(PERL_CONFIGURE) || defined(PERL_MODBUILD) > +.if defined(USE_PERL5) || defined(USE_PERL5_BUILD) || defined(USE_PERL= 5_RUN) || defined(WANT_PERL) || defined(PERL_CONFIGURE) || defined(PERL_M= ODBUILD) > .include "${PORTSDIR}/Mk/bsd.perl.mk" > -#.endif > +.endif > =20 > .if defined(USE_PHP) > .include "${PORTSDIR}/Mk/bsd.php.mk" > @@ -2102,9 +2103,9 @@ > .include "${PORTSDIR}/Mk/bsd.sdl.mk" > .endif > =20 > -#.if defined(USE_PERL5) || defined(USE_PERL5_BUILD) || defined(USE_PER= L5_RUN) || defined(PERL_CONFIGURE) || defined(PERL_MODBUILD) > +.if defined(USE_PERL5) || defined(USE_PERL5_BUILD) || defined(USE_PERL= 5_RUN) || defined(WANT_PERL) || defined(PERL_CONFIGURE) || defined(PERL_M= ODBUILD) > .include "${PORTSDIR}/Mk/bsd.perl.mk" > -#.endif > +.endif > =20 > .if defined(USE_PHP) > .include "${PORTSDIR}/Mk/bsd.php.mk" >=20 > ---------------------------------------------------------------------- >=20 > There is no diff on my bsd.perl.mk. >=20 > ---------------------------------------------------------------------- >=20 > Unlike the last time I looked at this (20091109, with some other debug > code inserted), the errors above seem tractable. However, I really > would like to understand why I get errors and other installs don't. >=20 > mcl --=20 ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 VP Apache Infrastructure; Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. System Admin, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. --------------enig21D10C656D8D36141B8C5987 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iEYEARECAAYFAkxRAWIACgkQdbiP+9ubjBwoQwCfR+Rc80O+DrFciRYErqhFAJ8x pLQAn0iznrLbj2KbQT2/8zJEPY+v9/KT =/yaV -----END PGP SIGNATURE----- --------------enig21D10C656D8D36141B8C5987-- From owner-freebsd-perl@FreeBSD.ORG Thu Jul 29 04:31:13 2010 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FF931065673 for ; Thu, 29 Jul 2010 04:31:13 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id 3E9678FC1B for ; Thu, 29 Jul 2010 04:31:13 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 8B2EB8C0A6; Wed, 28 Jul 2010 23:14:55 -0500 (CDT) Date: Wed, 28 Jul 2010 23:14:55 -0500 From: Mark Linimon To: Doug Barton Message-ID: <20100729041455.GA21455@lonesome.com> References: <20100718223830.GA10338@lonesome.com> <4C43B4A5.5080104@FreeBSD.org> <4C44D01C.70704@p6m7g8.com> <4C451F06.8020106@p6m7g8.com> <4C453409.8000201@p6m7g8.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Cc: jhell , skv@FreeBSD.org, ports@FreeBSD.org, perl@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: bsd.perl.mk (Was: Re: _PERL_REFACTORING_COMPLETE lang/perl5.12 Mk/bsd.perl.mk) X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Jul 2010 04:31:13 -0000 These are the results that I get on my home machine: $ make index Generating INDEX-7 - please wait..make_index: thunderbird-3.0.5_1: no entry for :/home/pcvs/ports/lang make_index: thunderbird-3.0.5_1: no entry for :/home/pcvs/ports/lang make_index: thunderbird-3.0.5_1: no entry for :/home/pcvs/ports/lang make_index: firefox-3.5.10,1: no entry for :/home/pcvs/ports/lang make_index: firefox-3.5.10,1: no entry for :/home/pcvs/ports/lang make_index: firefox-3.5.10,1: no entry for :/home/pcvs/ports/lang make_index: firefox-3.6.r2_2,1: no entry for :/home/pcvs/ports/lang make_index: firefox-3.6.r2_2,1: no entry for :/home/pcvs/ports/lang make_index: firefox-3.6.r2_2,1: no entry for :/home/pcvs/ports/lang make_index: erlang-r13b04_2,1: no entry for :/home/pcvs/ports/lang make_index: erlang-r13b04_2,1: no entry for :/home/pcvs/ports/lang make_index: erlang-r13b04_2,1: no entry for :/home/pcvs/ports/lang make_index: erlang-r13b04_2,1: no entry for :/home/pcvs/ports/lang make_index: firefox-3.6.4,1: no entry for :/home/pcvs/ports/lang make_index: firefox-3.6.4,1: no entry for :/home/pcvs/ports/lang make_index: firefox-3.6.4,1: no entry for :/home/pcvs/ports/lang make_index: rakudo-2010.06,1: no entry for :/home/pcvs/ports/lang make_index: rakudo-2010.06,1: no entry for :/home/pcvs/ports/lang make_index: rakudo-2010.06,1: no entry for :/home/pcvs/ports/lang make_index: p5-Cflow-1.053_1: no entry for :/home/pcvs/ports/lang make_index: p5-Cflow-1.053_1: no entry for :/home/pcvs/ports/lang make_index: p5-Cflow-1.053_1: no entry for :/home/pcvs/ports/lang make_index: p5-Cflow-1.053_1: no entry for :/home/pcvs/ports/lang make_index: erlang-lite-r13b04_2,1: no entry for :/home/pcvs/ports/lang make_index: erlang-lite-r13b04_2,1: no entry for :/home/pcvs/ports/lang make_index: erlang-lite-r13b04_2,1: no entry for :/home/pcvs/ports/lang make_index: erlang-lite-r13b04_2,1: no entry for :/home/pcvs/ports/lang Warning: Duplicate INDEX entry: ap22-mod_rpaf-ap2-0.6 Done. ---------------------------------------------------------------------- Here is my /etc/make.conf: OPENSSH_OVERWRITE_BASE=yes WITH_APACHE2=yes X11BASE=${LOCALBASE} USE_LOCAL_MK= yes #BSDPORTMK?= ${PORTSDIR}/ports-mgmt/portmk/Mk/bsd.port.mk #BSDPORTSUBDIRMK?= ${PORTSDIR}/ports-mgmt/portmk/Mk/bsd.port.subdir.mk PERL_VER=5.8.9 PERL_VERSION=5.8.9 # needed for jadetex WITH_JADETEX=yes (The USE_LOCAL_MK just brings in bsd.portsmon.mk, which are local changes to add the 'make status' target.) ---------------------------------------------------------------------- Here is the diff I am using for bsd.port.mk (well, the relevant parts): Index: bsd.port.mk =================================================================== RCS file: /home/FreeBSD/pcvs/ports/Mk/bsd.port.mk,v retrieving revision 1.643 diff -u -r1.643 bsd.port.mk --- bsd.port.mk 15 Jul 2010 14:48:50 -0000 1.643 +++ bsd.port.mk 20 Jul 2010 23:19:42 -0000 @@ -1452,6 +1452,7 @@ # XXX to remain undefined until all ports that require Perl are fixed # to set one of the conditionals that force the inclusion of bsd.perl.mk +_PERL_REFACTORING_COMPLETE= BEING_TESTED .if !defined(_PERL_REFACTORING_COMPLETE) PERL_VERSION?= 5.10.1 @@ -1506,9 +1507,9 @@ .include "${PORTSDIR}/Mk/bsd.gnustep.mk" .endif -#.if defined(USE_PERL5) || defined(USE_PERL5_BUILD) || defined(USE_PERL5_RUN) || defined(PERL_CONFIGURE) || defined(PERL_MODBUILD) +.if defined(USE_PERL5) || defined(USE_PERL5_BUILD) || defined(USE_PERL5_RUN) || defined(WANT_PERL) || defined(PERL_CONFIGURE) || defined(PERL_MODBUILD) .include "${PORTSDIR}/Mk/bsd.perl.mk" -#.endif +.endif .if defined(USE_PHP) .include "${PORTSDIR}/Mk/bsd.php.mk" @@ -2102,9 +2103,9 @@ .include "${PORTSDIR}/Mk/bsd.sdl.mk" .endif -#.if defined(USE_PERL5) || defined(USE_PERL5_BUILD) || defined(USE_PERL5_RUN) || defined(PERL_CONFIGURE) || defined(PERL_MODBUILD) +.if defined(USE_PERL5) || defined(USE_PERL5_BUILD) || defined(USE_PERL5_RUN) || defined(WANT_PERL) || defined(PERL_CONFIGURE) || defined(PERL_MODBUILD) .include "${PORTSDIR}/Mk/bsd.perl.mk" -#.endif +.endif .if defined(USE_PHP) .include "${PORTSDIR}/Mk/bsd.php.mk" ---------------------------------------------------------------------- There is no diff on my bsd.perl.mk. ---------------------------------------------------------------------- Unlike the last time I looked at this (20091109, with some other debug code inserted), the errors above seem tractable. However, I really would like to understand why I get errors and other installs don't. mcl From owner-freebsd-perl@FreeBSD.ORG Thu Jul 29 06:48:02 2010 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F2DF1065673 for ; Thu, 29 Jul 2010 06:48:02 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 1B2B88FC08 for ; Thu, 29 Jul 2010 06:47:35 +0000 (UTC) Received: (qmail 2305 invoked by uid 399); 29 Jul 2010 06:47:34 -0000 Received: from localhost (HELO laptop.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 29 Jul 2010 06:47:34 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Date: Wed, 28 Jul 2010 23:47:11 -0700 (PDT) From: Doug Barton To: Mark Linimon In-Reply-To: <20100729041455.GA21455@lonesome.com> Message-ID: References: <20100718223830.GA10338@lonesome.com> <4C43B4A5.5080104@FreeBSD.org> <4C44D01C.70704@p6m7g8.com> <4C451F06.8020106@p6m7g8.com> <4C453409.8000201@p6m7g8.com> <20100729041455.GA21455@lonesome.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-message-flag: Outlook -- Not just for spreading viruses anymore! OpenPGP: id=1A1ABC84 Organization: http://SupersetSolutions.com/ MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-2081216686-1280386054=:1718" Cc: jhell , skv@FreeBSD.org, ports@FreeBSD.org, perl@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: bsd.perl.mk (Was: Re: _PERL_REFACTORING_COMPLETE lang/perl5.12 Mk/bsd.perl.mk) X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Jul 2010 06:48:02 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-2081216686-1280386054=:1718 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed On Wed, 28 Jul 2010, Mark Linimon wrote: > These are the results that I get on my home machine: > ---------------------------------------------------------------------- > > Here is my /etc/make.conf: > > OPENSSH_OVERWRITE_BASE=yes > WITH_APACHE2=yes > X11BASE=${LOCALBASE} > > USE_LOCAL_MK= yes This is dubious, but unlikely to cause the problems you're seeing. > Here is the diff I am using for bsd.port.mk (well, the relevant parts): I would have thought that the obvious patch was the one attached, to simply remove the code that we would like to remove in the final version, including bsd.per.mk; and that you would not want any other diffs in Mk/* while you were testing this. > Index: bsd.port.mk > =================================================================== > RCS file: /home/FreeBSD/pcvs/ports/Mk/bsd.port.mk,v > retrieving revision 1.643 > diff -u -r1.643 bsd.port.mk > --- bsd.port.mk 15 Jul 2010 14:48:50 -0000 1.643 > +++ bsd.port.mk 20 Jul 2010 23:19:42 -0000 > -#.if defined(USE_PERL5) || defined(USE_PERL5_BUILD) || defined(USE_PERL5_RUN) || defined(PERL_CONFIGURE) || defined(PERL_MODBUILD) > +.if defined(USE_PERL5) || defined(USE_PERL5_BUILD) || defined(USE_PERL5_RUN) || defined(WANT_PERL) || defined(PERL_CONFIGURE) || defined(PERL_MODBUILD) > .include "${PORTSDIR}/Mk/bsd.perl.mk" > -#.endif > +.endif When I asked you what was necessary to test this, you said all that was necessary was to define _PERL_REFACTORING_COMPLETE. Clearly this, and the other patch below are significant departures from those instructions, which means I'll have to re-run all of my tests, and all the time I already put into this (and likely the time that pgolluci put into it as well) was completely wasted. > .if defined(USE_PHP) > .include "${PORTSDIR}/Mk/bsd.php.mk" > @@ -2102,9 +2103,9 @@ > .include "${PORTSDIR}/Mk/bsd.sdl.mk" > .endif > > -#.if defined(USE_PERL5) || defined(USE_PERL5_BUILD) || defined(USE_PERL5_RUN) || defined(PERL_CONFIGURE) || defined(PERL_MODBUILD) > +.if defined(USE_PERL5) || defined(USE_PERL5_BUILD) || defined(USE_PERL5_RUN) || defined(WANT_PERL) || defined(PERL_CONFIGURE) || defined(PERL_MODBUILD) > .include "${PORTSDIR}/Mk/bsd.perl.mk" > -#.endif > +.endif > > .if defined(USE_PHP) > .include "${PORTSDIR}/Mk/bsd.php.mk" > > ---------------------------------------------------------------------- > > There is no diff on my bsd.perl.mk. > > ---------------------------------------------------------------------- > > Unlike the last time I looked at this (20091109, with some other debug > code inserted), the errors above seem tractable. However, I really > would like to understand why I get errors and other installs don't. I will test again with the attached patch plus the other 2 changes you have above and then publish the details of how I tested. Then you and/or Phil can take it from there. Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ Computers are useless. They can only give you answers. -- Pablo Picasso --0-2081216686-1280386054=:1718 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=perl-refactoring.diff Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename=perl-refactoring.diff SW5kZXg6IGJzZC5wZXJsLm1rDQo9PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09DQpS Q1MgZmlsZTogL2hvbWUvcGN2cy9wb3J0cy9Nay9ic2QucGVybC5tayx2DQpy ZXRyaWV2aW5nIHJldmlzaW9uIDEuMTcNCmRpZmYgLXUgLXIxLjE3IGJzZC5w ZXJsLm1rDQotLS0gYnNkLnBlcmwubWsJMTUgSnVsIDIwMTAgMTQ6NDg6NTAg LTAwMDAJMS4xNw0KKysrIGJzZC5wZXJsLm1rCTI5IEp1bCAyMDEwIDA2OjMw OjI4IC0wMDAwDQpAQCAtODAsMTAgKzgwLDYgQEANCiBQZXJsX1ByZV9JbmNs dWRlPQkJCWJzZC5wZXJsLm1rDQogUEVSTF9JbmNsdWRlX01BSU5UQUlORVI9 CXBlcmxARnJlZUJTRC5vcmcNCiANCi0jIFhYWCB0byByZW1haW4gdW5kZWZp bmVkIHVudGlsIGFsbCBwb3J0cyB0aGF0IHJlcXVpcmUgUGVybCBhcmUgZml4 ZWQNCi0jIHRvIHNldCBvbmUgb2YgdGhlIGNvbmRpdGlvbmFscyB0aGF0IGZv cmNlIHRoZSBpbmNsdXNpb24gb2YgYnNkLnBlcmwubWsNCi0uaWYgZGVmaW5l ZChfUEVSTF9SRUZBQ1RPUklOR19DT01QTEVURSkNCi0NCiBQRVJMX1ZFUlNJ T04/PQk1LjEwLjENCiANCiAuaWYgIWRlZmluZWQoUEVSTF9MRVZFTCkgJiYg ZGVmaW5lZChQRVJMX1ZFUlNJT04pDQpAQCAtMTEzLDggKzEwOSw2IEBADQog UEVSTDU9CQkke0xPQ0FMQkFTRX0vYmluL3Blcmwke1BFUkxfVkVSU0lPTn0N CiBQRVJMPQkJJHtMT0NBTEJBU0V9L2Jpbi9wZXJsDQogDQotLmVuZGlmICAj IGRlZmluZWQoX1BFUkxfUkVGQUNUT1JJTkdfQ09NUExFVEUpDQotDQogIyBE ZWNpZGUgd2hlcmUgdG8gbG9vayBmb3IgdGhlIHZlcnNpb24gc3RyaW5nDQog LmlmZGVmIFVTRV9QRVJMNQ0KIFVTRV9QRVJMNV9TVFJJTkc9CSR7VVNFX1BF Ukw1fQ0KQEAgLTE3NSwxNSArMTY5LDExIEBADQogDQogUGVybF9Qb3N0X0lu Y2x1ZGU9CQlic2QucGVybC5taw0KIA0KLS5pZiBkZWZpbmVkKF9QRVJMX1JF RkFDVE9SSU5HX0NPTVBMRVRFKQ0KLQ0KIFBMSVNUX1NVQis9CVBFUkxfVkVS U0lPTj0ke1BFUkxfVkVSU0lPTn0gXA0KIAkJCVBFUkxfVkVSPSR7UEVSTF9W RVJTSU9OfSBcDQogCQkJUEVSTF9BUkNIPSR7UEVSTF9BUkNIfSBcDQogCQkJ U0lURV9QRVJMPSR7U0lURV9QRVJMX1JFTH0NCiANCi0uZW5kaWYgICMgZGVm aW5lZChfUEVSTF9SRUZBQ1RPUklOR19DT01QTEVURSkNCi0NCiAuaWYgIWRl ZmluZWQoUEVSTCkgfHwgIWRlZmluZWQoUEVSTDUpIHx8ICFkZWZpbmVkKFBF UkxfUE9SVCkgfHwgIWRlZmluZWQoU0lURV9QRVJMKQ0KIElHTk9SRT0JCW1p c3NpbmcgZGVmaW5lIGZvciBXQU5UX1BFUkwsIFVTRV9QRVJMNSwgb3Igc2lt aWxhciBiZWZvcmUgYnNkLnBvcnQucHJlLm1rIGluY2x1c2lvbg0KIC5lbmRp Zg0KSW5kZXg6IGJzZC5wb3J0Lm1rDQo9PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 DQpSQ1MgZmlsZTogL2hvbWUvcGN2cy9wb3J0cy9Nay9ic2QucG9ydC5tayx2 DQpyZXRyaWV2aW5nIHJldmlzaW9uIDEuNjQzDQpkaWZmIC11IC1yMS42NDMg YnNkLnBvcnQubWsNCi0tLSBic2QucG9ydC5tawkxNSBKdWwgMjAxMCAxNDo0 ODo1MCAtMDAwMAkxLjY0Mw0KKysrIGJzZC5wb3J0Lm1rCTI5IEp1bCAyMDEw IDA2OjMwOjI4IC0wMDAwDQpAQCAtMTQ1MCw0NiArMTQ1MCw2IEBADQogDQog UEtHQ09NUEFURElSPz0JCSR7TE9DQUxCQVNFfS9saWIvY29tcGF0L3BrZw0K IA0KLSMgWFhYIHRvIHJlbWFpbiB1bmRlZmluZWQgdW50aWwgYWxsIHBvcnRz IHRoYXQgcmVxdWlyZSBQZXJsIGFyZSBmaXhlZA0KLSMgdG8gc2V0IG9uZSBv ZiB0aGUgY29uZGl0aW9uYWxzIHRoYXQgZm9yY2UgdGhlIGluY2x1c2lvbiBv ZiBic2QucGVybC5taw0KLS5pZiAhZGVmaW5lZChfUEVSTF9SRUZBQ1RPUklO R19DT01QTEVURSkNCi0NCi1QRVJMX1ZFUlNJT04/PQk1LjEwLjENCi0NCi0u aWYgIWRlZmluZWQoUEVSTF9MRVZFTCkgJiYgZGVmaW5lZChQRVJMX1ZFUlNJ T04pDQotcGVybF9tYWpvcj0JCSR7UEVSTF9WRVJTSU9OOkN8XihbMS05XSsp Lip8XDF8fQ0KLV9wZXJsX21pbm9yPQkwMCR7UEVSTF9WRVJTSU9OOkN8Xihb MS05XSspXC4oWzAtOV0rKS4qfFwyfH0NCi1wZXJsX21pbm9yPQkJJHtfcGVy bF9taW5vcjpDfF4uKiguLi4pfFwxfH0NCi0uaWYgJHtwZXJsX21pbm9yfSA+ PSAxMDANCi1wZXJsX21pbm9yPQkJJHtQRVJMX1ZFUlNJT046Q3xeKFsxLTld KylcLihbMC05XVswLTldWzAtOV0pLip8XDJ8fQ0KLXBlcmxfcGF0Y2g9CQkk e1BFUkxfVkVSU0lPTjpDfF4uKiguLil8XDF8fQ0KLS5lbHNlICMgJHtwZXJs X21pbm9yfSA8IDEwMA0KLV9wZXJsX3BhdGNoPQkwJHtQRVJMX1ZFUlNJT046 Q3xeKFsxLTldKylcLihbMC05XSspXC4qfDB8fQ0KLXBlcmxfcGF0Y2g9CQkk e19wZXJsX3BhdGNoOkN8Xi4qKC4uKXxcMXx9DQotLmVuZGlmICMgJHtwZXJs X21pbm9yfSA8IDEwMA0KLVBFUkxfTEVWRUw9CSR7cGVybF9tYWpvcn0ke3Bl cmxfbWlub3J9JHtwZXJsX3BhdGNofQ0KLS5lbHNlDQotUEVSTF9MRVZFTD0w DQotLmVuZGlmICMgIWRlZmluZWQoUEVSTF9MRVZFTCkgJiYgZGVmaW5lZChQ RVJMX1ZFUlNJT04pDQotDQotUEVSTF9BUkNIPz0JCW1hY2gNCi0NCi0uaWYg ICAgJHtQRVJMX0xFVkVMfSA+PSA1MDEyMDANCi1QRVJMX1BPUlQ/PQlwZXJs NS4xMg0KLS5lbGlmICAke1BFUkxfTEVWRUx9ID49IDUwMTAwMA0KLVBFUkxf UE9SVD89CXBlcmw1LjEwDQotLmVsc2UNCi1QRVJMX1BPUlQ/PQlwZXJsNS44 DQotLmVuZGlmDQotDQotU0lURV9QRVJMX1JFTD89CWxpYi9wZXJsNS9zaXRl X3BlcmwvJHtQRVJMX1ZFUlNJT059DQotU0lURV9QRVJMPz0JJHtMT0NBTEJB U0V9LyR7U0lURV9QRVJMX1JFTH0NCi0NCi1QRVJMNT0JCSR7TE9DQUxCQVNF fS9iaW4vcGVybCR7UEVSTF9WRVJTSU9OfQ0KLVBFUkw9CQkke0xPQ0FMQkFT RX0vYmluL3BlcmwNCi0NCi0uZW5kaWYgICMgIWRlZmluZWQoX1BFUkxfUkVG QUNUT1JJTkdfQ09NUExFVEUpDQotDQogLmlmIGRlZmluZWQoVVNFX0xPQ0FM X01LKQ0KIC5pbmNsdWRlICIke1BPUlRTRElSfS9Nay9ic2QubG9jYWwubWsi DQogLmVuZGlmDQpAQCAtMjA0OSwxMyArMjAwOSw2IEBADQogDQogLmVuZGlm DQogDQotLmlmICFkZWZpbmVkKF9QRVJMX1JFRkFDVE9SSU5HX0NPTVBMRVRF KQ0KLVBMSVNUX1NVQis9CQlQRVJMX1ZFUlNJT049JHtQRVJMX1ZFUlNJT059 IFwNCi0JCQkJUEVSTF9WRVI9JHtQRVJMX1ZFUlNJT059IFwNCi0JCQkJUEVS TF9BUkNIPSR7UEVSTF9BUkNIfSBcDQotCQkJCVNJVEVfUEVSTD0ke1NJVEVf UEVSTF9SRUx9DQotLmVuZGlmICAjICFkZWZpbmVkKF9QRVJMX1JFRkFDVE9S SU5HX0NPTVBMRVRFKQ0KLQ0KIC5pZiBkZWZpbmVkKFVTRV9MT0NBTF9NSykN CiAuaW5jbHVkZSAiJHtQT1JUU0RJUn0vTWsvYnNkLmxvY2FsLm1rIg0KIC5l bmRpZg0K --0-2081216686-1280386054=:1718-- From owner-freebsd-perl@FreeBSD.ORG Thu Jul 29 07:03:57 2010 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7F00106566C; Thu, 29 Jul 2010 07:03:57 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id C28138FC21; Thu, 29 Jul 2010 07:03:57 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 06B768C0A7; Thu, 29 Jul 2010 02:03:57 -0500 (CDT) Date: Thu, 29 Jul 2010 02:03:56 -0500 From: Mark Linimon To: Doug Barton Message-ID: <20100729070356.GA25380@lonesome.com> References: <20100718223830.GA10338@lonesome.com> <4C43B4A5.5080104@FreeBSD.org> <4C44D01C.70704@p6m7g8.com> <4C451F06.8020106@p6m7g8.com> <4C453409.8000201@p6m7g8.com> <20100729041455.GA21455@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Cc: jhell , skv@FreeBSD.org, ports@FreeBSD.org, perl@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: bsd.perl.mk (Was: Re: _PERL_REFACTORING_COMPLETE lang/perl5.12 Mk/bsd.perl.mk) X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Jul 2010 07:03:58 -0000 On Wed, Jul 28, 2010 at 11:47:11PM -0700, Doug Barton wrote: > When I asked you what was necessary to test this, you said all that was > necessary was to define _PERL_REFACTORING_COMPLETE. And my memory slipped. The explanation, however, was correct: the problem is that if you unconditionally include bsd.perl.mk, everything works, and if you conditionally include it, it doesn't. If you didn't patch the code that does the conditional include, then you didn't test for the actual problem. This is a case of believing the author and/or the documentation, and not looking at the code. I made a mistake; it was not intentional; I'm sorry. mcl From owner-freebsd-perl@FreeBSD.ORG Thu Jul 29 07:15:54 2010 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B9E0106567C for ; Thu, 29 Jul 2010 07:15:54 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 86D8B8FC08 for ; Thu, 29 Jul 2010 07:15:52 +0000 (UTC) Received: (qmail 18191 invoked by uid 399); 29 Jul 2010 07:15:52 -0000 Received: from localhost (HELO laptop.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 29 Jul 2010 07:15:52 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Date: Thu, 29 Jul 2010 00:15:49 -0700 (PDT) From: Doug Barton To: Mark Linimon In-Reply-To: <20100729070356.GA25380@lonesome.com> Message-ID: References: <20100718223830.GA10338@lonesome.com> <4C43B4A5.5080104@FreeBSD.org> <4C44D01C.70704@p6m7g8.com> <4C451F06.8020106@p6m7g8.com> <4C453409.8000201@p6m7g8.com> <20100729041455.GA21455@lonesome.com> <20100729070356.GA25380@lonesome.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-message-flag: Outlook -- Not just for spreading viruses anymore! OpenPGP: id=1A1ABC84 Organization: http://SupersetSolutions.com/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: jhell , skv@FreeBSD.org, ports@FreeBSD.org, perl@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: bsd.perl.mk (Was: Re: _PERL_REFACTORING_COMPLETE lang/perl5.12 Mk/bsd.perl.mk) X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Jul 2010 07:15:54 -0000 On Thu, 29 Jul 2010, Mark Linimon wrote: > On Wed, Jul 28, 2010 at 11:47:11PM -0700, Doug Barton wrote: >> When I asked you what was necessary to test this, you said all that was >> necessary was to define _PERL_REFACTORING_COMPLETE. > > And my memory slipped. > > The explanation, however, was correct: the problem is that if you > unconditionally include bsd.perl.mk, everything works, and if you > conditionally include it, it doesn't. If you didn't patch the code > that does the conditional include, then you didn't test for the > actual problem. > > This is a case of believing the author and/or the documentation, and > not looking at the 6,408 lines of > code. > > I made a mistake; it was not intentional; I'm sorry. > > mcl > > -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ Computers are useless. They can only give you answers. -- Pablo Picasso From owner-freebsd-perl@FreeBSD.ORG Thu Jul 29 17:21:12 2010 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37199106567E; Thu, 29 Jul 2010 17:21:12 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0CAAA8FC26; Thu, 29 Jul 2010 17:21:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6THLBXF096251; Thu, 29 Jul 2010 17:21:11 GMT (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6THLB5K096247; Thu, 29 Jul 2010 17:21:11 GMT (envelope-from skv) Date: Thu, 29 Jul 2010 17:21:11 GMT Message-Id: <201007291721.o6THLB5K096247@freefall.freebsd.org> To: sunpoet@sunpoet.net, skv@FreeBSD.org, perl@FreeBSD.org From: skv@FreeBSD.org Cc: Subject: Re: ports/148947: [PATCH] databases/p5-DBI: update to 1.613 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Jul 2010 17:21:12 -0000 Synopsis: [PATCH] databases/p5-DBI: update to 1.613 State-Changed-From-To: open->closed State-Changed-By: skv State-Changed-When: Thu Jul 29 17:21:04 UTC 2010 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=148947 From owner-freebsd-perl@FreeBSD.ORG Thu Jul 29 17:30:03 2010 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E92A31065687 for ; Thu, 29 Jul 2010 17:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D2FE58FC0C for ; Thu, 29 Jul 2010 17:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6THU3J6096555 for ; Thu, 29 Jul 2010 17:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6THU3Eo096550; Thu, 29 Jul 2010 17:30:03 GMT (envelope-from gnats) Date: Thu, 29 Jul 2010 17:30:03 GMT Message-Id: <201007291730.o6THU3Eo096550@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/148947: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service 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, 29 Jul 2010 17:30:04 -0000 The following reply was made to PR ports/148947; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/148947: commit references a PR Date: Thu, 29 Jul 2010 17:21:06 +0000 (UTC) skv 2010-07-29 17:20:56 UTC FreeBSD ports repository Modified files: databases/p5-DBI Makefile distinfo pkg-plist Log: Update to 1.613 Changes: http://search.cpan.org/~timb/DBI-1.613/Changes#Changes_in_DBI_1.613_%28svn_r14271%29_22nd_July_2010 PR: ports/148947 Submitted by: Sunpoet Po-Chuan Hsieh Revision Changes Path 1.77 +5 -2 ports/databases/p5-DBI/Makefile 1.50 +3 -3 ports/databases/p5-DBI/distinfo 1.37 +5 -1 ports/databases/p5-DBI/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-perl@FreeBSD.ORG Fri Jul 30 13:42:38 2010 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DC371065670; Fri, 30 Jul 2010 13:42:38 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 044AF8FC12; Fri, 30 Jul 2010 13:42:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6UDgb15094377; Fri, 30 Jul 2010 13:42:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6UDgbQJ094373; Fri, 30 Jul 2010 13:42:37 GMT (envelope-from edwin) Date: Fri, 30 Jul 2010 13:42:37 GMT Message-Id: <201007301342.o6UDgbQJ094373@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/149107: [PATCH] lang/rakudo Add perl6 documentation X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Jul 2010 13:42:38 -0000 Synopsis: [PATCH] lang/rakudo Add perl6 documentation Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 30 13:42:37 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=149107 From owner-freebsd-perl@FreeBSD.ORG Sat Jul 31 10:10:12 2010 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AB781065677; Sat, 31 Jul 2010 10:10:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 01E1D8FC19; Sat, 31 Jul 2010 10:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6VAABTE005471; Sat, 31 Jul 2010 10:10:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6VAAB4U005462; Sat, 31 Jul 2010 10:10:11 GMT (envelope-from edwin) Date: Sat, 31 Jul 2010 10:10:11 GMT Message-Id: <201007311010.o6VAAB4U005462@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/149141: Update port: devel/p5-Pod-Coverage X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 31 Jul 2010 10:10:12 -0000 Synopsis: Update port: devel/p5-Pod-Coverage Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 31 10:10:11 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=149141 From owner-freebsd-perl@FreeBSD.ORG Sat Jul 31 10:20:11 2010 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D16C6106564A; Sat, 31 Jul 2010 10:20:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A86FA8FC1A; Sat, 31 Jul 2010 10:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6VAKB3n015854; Sat, 31 Jul 2010 10:20:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6VAKBae015844; Sat, 31 Jul 2010 10:20:11 GMT (envelope-from edwin) Date: Sat, 31 Jul 2010 10:20:11 GMT Message-Id: <201007311020.o6VAKBae015844@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/149142: Update port: devel/p5-Term-Menus X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 31 Jul 2010 10:20:11 -0000 Synopsis: Update port: devel/p5-Term-Menus Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 31 10:20:10 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=149142 From owner-freebsd-perl@FreeBSD.ORG Sat Jul 31 11:30:14 2010 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 504281065672; Sat, 31 Jul 2010 11:30:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 27B8A8FC13; Sat, 31 Jul 2010 11:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6VBUEe8085523; Sat, 31 Jul 2010 11:30:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6VBUEqZ085510; Sat, 31 Jul 2010 11:30:14 GMT (envelope-from edwin) Date: Sat, 31 Jul 2010 11:30:14 GMT Message-Id: <201007311130.o6VBUEqZ085510@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/149146: Update port: textproc/p5-Pod-Xhtml X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 31 Jul 2010 11:30:14 -0000 Synopsis: Update port: textproc/p5-Pod-Xhtml Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 31 11:30:13 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=149146 From owner-freebsd-perl@FreeBSD.ORG Sat Jul 31 13:59:17 2010 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5F76106566B; Sat, 31 Jul 2010 13:59:17 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9C74B8FC08; Sat, 31 Jul 2010 13:59:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6VDxHKw031360; Sat, 31 Jul 2010 13:59:17 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6VDxHtk031356; Sat, 31 Jul 2010 13:59:17 GMT (envelope-from linimon) Date: Sat, 31 Jul 2010 13:59:17 GMT Message-Id: <201007311359.o6VDxHtk031356@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/149131: databases/p5-DBI 1.613 needs a newer SQL::Statement X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 31 Jul 2010 13:59:17 -0000 Old Synopsis: p5-DBI-1.613 needs a newer SQL::Statement New Synopsis: databases/p5-DBI 1.613 needs a newer SQL::Statement Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: linimon Responsible-Changed-When: Sat Jul 31 13:58:30 UTC 2010 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=149131