From owner-freebsd-perl@FreeBSD.ORG Sun Jun 6 14:45:09 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 F1A7B106566C for ; Sun, 6 Jun 2010 14:45:09 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from smtp.fagskolen.gjovik.no (smtp.fagskolen.gjovik.no [IPv6:2001:700:1100:1:200:ff:fe00:b]) by mx1.freebsd.org (Postfix) with ESMTP id 50D118FC14 for ; Sun, 6 Jun 2010 14:45:08 +0000 (UTC) Received: from mail.fig.ol.no (localhost [127.0.0.1]) by mail.fig.ol.no (8.14.4/8.14.4) with ESMTP id o56Ej2Uj068535 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 6 Jun 2010 16:45:02 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) Received: from localhost (trond@localhost) by mail.fig.ol.no (8.14.4/8.14.4/Submit) with ESMTP id o56Ej2bR068532 for ; Sun, 6 Jun 2010 16:45:02 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) X-Authentication-Warning: mail.fig.ol.no: trond owned process doing -bs Date: Sun, 6 Jun 2010 16:44:58 +0200 (CEST) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: perl@FreeBSD.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) Organization: =?ISO-8859-1?Q?Fagskolen_i_Gj=F8vik?= OpenPGP: url=http://fagskolen.gjovik.no/~trond/trond.key MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="2055831798-799206982-1275835502=:61347" X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham version=3.3.0 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on mail.fig.ol.no Cc: Subject: Unable to build x11-toolkits/p5-Tk, a permanent dependency of net-mgmt/net-snmp 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: Sun, 06 Jun 2010 14:45:10 -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. --2055831798-799206982-1275835502=:61347 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Has anyone been able to build x11-toolkits/p5-Tk recently? My attempt to compile and install net-mgmt/net-snmp on yesterday's 8.1-PRE came to a sudden halt when the ports infrastructure tried to install x11-toolkits/p5-Tk. /usr/ports was re-cvsup'd this morning. Maybe I'm to blame for this. It seems Makefile.PL from x11-toolkits/p5-Tk doesn't really grasp where libX11.so.6 resides, and I know for a fact that the library is in place at /usr/local/lib, otherwise the ports infrastructure would have compiled and installed any missing libraries. Also, I did check with ls to make sure the library is really in its rightful place. The output from the command make, as run from x11-toolkits/p5-Tk after I ran rm -Rf work, follows: ===> ===> An experimental implementation of client side fonts ===> and anti-aliased fonts via Xft ===> can be enabled by defining WITH_XFT ===> ===> License check disabled, port has not defined LICENSE ===> Extracting for p5-Tk-804.028.502_1 => MD5 Checksum OK for Tk-804.028_502.tar.gz. => SHA256 Checksum OK for Tk-804.028_502.tar.gz. ===> p5-Tk-804.028.502_1 depends on file: /usr/local/bin/perl5.10.1 - found ===> Patching for p5-Tk-804.028.502_1 ===> p5-Tk-804.028.502_1 depends on file: /usr/local/bin/perl5.10.1 - found ===> Applying FreeBSD patches for p5-Tk-804.028.502_1 ===> p5-Tk-804.028.502_1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> p5-Tk-804.028.502_1 depends on file: /usr/local/bin/perl5.10.1 - found ===> p5-Tk-804.028.502_1 depends on shared library: jpeg.11 - found ===> p5-Tk-804.028.502_1 depends on shared library: png.6 - found ===> Configuring for p5-Tk-804.028.502_1 /usr/local/bin/perl is installed in /usr/local/lib/perl5/5.10.1/mach okay PPM for perl5.010001 Test Compiling config/perlrx.c Test Compiling config/pmop.c Test Compiling config/pregcomp2.c Test Compiling config/regexp511.c Test Compiling config/signedchar.c Test Compiling config/Ksprintf.c Test Compiling config/svtrv.c Test Compiling config/tod.c Test Compiling -DTIMEOFDAY_TZ config/tod.c TZ gettimeofday() Using -L/usr/local/lib to find /usr/local/lib/libX11.so.6 Cannot find -lX11 anywhere --- cannot build Perl/Tk Can't open Makefile: No such file or directory. ===> Building for p5-Tk-804.028.502_1 make: cannot open Makefile. *** Error code 1 Stop in /usr/ports/x11-toolkits/p5-Tk. Below is trimmed output from make -d A after I ran rm -Rf work, complete make -d A output is available upon request: Global:CONFIGURE_ARGS = X11LIB=${LOCALBASE}/lib X11INC=${LOCALBASE}/include INSTALLDIRS="site" CC="${CC}" CCFLAGS="${CFLAGS}" PREFIX="${PREFIX}" INSTALLPRIVLIB="${PREFIX}/lib" INSTALLARCHLIB="${PREFIX}/lib" Global:CONFIGURE_SCRIPT = Makefile.PL CONFIGURE_ARGS = X11LIB=${LOCALBASE}/lib X11INC=${LOCALBASE}/include INSTALLDIRS="site" CC="${CC}" CCFLAGS="${CFLAGS}" PREFIX="${PREFIX}" INSTALLPRIVLIB="${PREFIX}/lib" INSTALLARCHLIB="${PREFIX}/lib" cd /usr/ports/x11-toolkits/p5-Tk/work/Tk-804.028_502 && /usr/bin/env TMPDIR="/tmp" TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh PERL_EXTUTILS_AUTOINSTALL="--skipdeps" /usr/local/bin/perl5.10.1 ./Makefile.PL X11LIB=/usr/local/lib X11INC=/usr/local/include INSTALLDIRS="site" CC="gcc" CCFLAGS="-O2 -pipe -fno-strict-aliasing" PREFIX="/usr/local" INSTALLPRIVLIB="/usr/local/lib" INSTALLARCHLIB="/usr/local/lib" /usr/local/bin/perl is installed in /usr/local/lib/perl5/5.10.1/mach okay PPM for perl5.010001 Test Compiling config/perlrx.c Test Compiling config/pmop.c Test Compiling config/pregcomp2.c Test Compiling config/regexp511.c Test Compiling config/signedchar.c Test Compiling config/Ksprintf.c Test Compiling config/svtrv.c Test Compiling config/tod.c Test Compiling -DTIMEOFDAY_TZ config/tod.c TZ gettimeofday() Using -L/usr/local/lib to find /usr/local/lib/libX11.so.6 Cannot find -lX11 anywhere --- cannot build Perl/Tk cd /usr/ports/x11-toolkits/p5-Tk/work/Tk-804.028_502 && /usr/local/bin/perl5.10.1 -pi -e 's/ doc_(perl|site|\$\(INSTALLDIRS\))_install$//' Makefile Can't open Makefile: No such file or directory. Trond. - -- - ---------------------------------------------------------------------- Trond Endrestøl | Trond.Endrestol@fagskolen.gjovik.no ACM, NAS, NUUG, SAGE, USENIX | FreeBSD 8.0-STABLE & Alpine 2.00 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkwLtG4ACgkQbYWZalUoElsG+wCbBIB/m8fKlY3G6y3BOLJ5ytu0 nCAAni/vRMy757JXIdlYI4L0eXzBr40E =+s72 -----END PGP SIGNATURE----- --2055831798-799206982-1275835502=:61347-- From owner-freebsd-perl@FreeBSD.ORG Sun Jun 6 19:38:55 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 659E7106566B for ; Sun, 6 Jun 2010 19:38:55 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id EA3A18FC18 for ; Sun, 6 Jun 2010 19:38:54 +0000 (UTC) Received: from [192.168.0.23] (r2bb217.net.upc.cz [62.245.117.217]) (authenticated bits=0) by raven.customer.vol.cz (8.14.3/8.14.3) with ESMTP id o56Jcquv015647; Sun, 6 Jun 2010 21:38:52 +0200 (CEST) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: perl@FreeBSD.org, skv@FreeBSD.org Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-nBP1aLP0tMtHr10Q/8YL" Date: Sun, 06 Jun 2010 21:38:52 +0200 Message-ID: <1275853132.40270.56.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 FreeBSD GNOME Team Port X-Scanned-By: MIMEDefang 2.67 on 195.250.144.108 Cc: Subject: [Fwd: rakudo-2010.05,1 failed on amd64 8] X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2010 19:38:55 -0000 --=-nBP1aLP0tMtHr10Q/8YL Content-Type: text/plain; charset="ISO-8859-2" Content-Transfer-Encoding: quoted-printable -------- P=F8eposlan=E1 zpr=E1va -------- > Od: User Ports-amd64 > Komu: cvs@oook.cz, linimon@FreeBSD.org, itetcu@FreeBSD.org > P=F8edm=ECt: rakudo-2010.05,1 failed on amd64 8 > Datum: Sat, 5 Jun 2010 14:09:42 GMT >=20 > You can also find this build log at >=20 > http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.8.201006040759= 57/rakudo-2010.05,1.log >=20 > building rakudo-2010.05,1 on gohan13.freebsd.org > in directory /x/pkgbuild/8/20100604075957/chroot/10539 > building for: 8.0-RELEASE-p2 amd64 > maintained by: perl@FreeBSD.org > port directory: /usr/ports/lang/rakudo > Makefile ident: $FreeBSD: ports/lang/rakudo/Makefile,v 1.10 2010/05/30 18= :23:30 skv Exp $ > build started at Sat Jun 5 13:59:53 UTC 2010 > FETCH_DEPENDS=3D > PATCH_DEPENDS=3Dperl-5.10.1_1.tbz > EXTRACT_DEPENDS=3Dperl-5.10.1_1.tbz > BUILD_DEPENDS=3Dbison-2.4.1_1,1.tbz gettext-0.18_1.tbz gmake-3.81_4.tbz g= mp-5.0.1.tbz icu-3.8.1_3.tbz libiconv-1.13.1_1.tbz m4-1.4.14_1,1.tbz parrot= -2.4.0.tbz perl-5.10.1_1.tbz > RUN_DEPENDS=3Dgmp-5.0.1.tbz icu-3.8.1_3.tbz parrot-2.4.0.tbz perl-5.10.1_= 1.tbz > prefixes: LOCALBASE=3Dusr/local > add_pkg > =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> License check disabled, port has not defined LICENSE > =3D> rakudo-2010.05.tar.gz doesn't seem to exist in /tmp/distfiles/. > =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/po= rts/distfiles/. > rakudo-2010.05.tar.gz 926 kB 1237 kBps > =3D> MD5 Checksum OK for rakudo-2010.05.tar.gz. > =3D> SHA256 Checksum OK for rakudo-2010.05.tar.gz. > =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 > add_pkg perl-5.10.1_1.tbz > adding dependencies > pkg_add perl-5.10.1_1.tbz > Removing stale symlinks from /usr/bin... > Skipping /usr/bin/perl > Skipping /usr/bin/perl5 > Done. > Creating various symlinks in /usr/bin... > Symlinking /usr/local/bin/perl5.10.1 to /usr/bin/perl > Symlinking /usr/local/bin/perl5.10.1 to /usr/bin/perl5 > Done. > Cleaning up /etc/make.conf... Done. > Spamming /etc/make.conf... Done. > Cleaning up /etc/manpath.config... Done. > Spamming /etc/manpath.config... Done. > =3D=3D=3D> License check disabled, port has not defined LICENSE > =3D=3D=3D> Extracting for rakudo-2010.05,1 > =3D> MD5 Checksum OK for rakudo-2010.05.tar.gz. > =3D> SHA256 Checksum OK for rakudo-2010.05.tar.gz. > =3D=3D=3D> rakudo-2010.05,1 depends on file: /usr/local/bin/perl5.10.1 = - found > Deleting perl-5.10.1_1 > Removing stale symlinks from /usr/bin... > Removing /usr/bin/perl > Removing /usr/bin/perl5 > Done. > Cleaning up /etc/make.conf... Done. > Cleaning up /etc/manpath.config... Done. > =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 > add_pkg perl-5.10.1_1.tbz > adding dependencies > pkg_add perl-5.10.1_1.tbz > Removing stale symlinks from /usr/bin... > Skipping /usr/bin/perl > Skipping /usr/bin/perl5 > Done. > Creating various symlinks in /usr/bin... > Symlinking /usr/local/bin/perl5.10.1 to /usr/bin/perl > Symlinking /usr/local/bin/perl5.10.1 to /usr/bin/perl5 > Done. > Cleaning up /etc/make.conf... Done. > Spamming /etc/make.conf... Done. > Cleaning up /etc/manpath.config... Done. > Spamming /etc/manpath.config... Done. > =3D=3D=3D> Patching for rakudo-2010.05,1 > =3D=3D=3D> rakudo-2010.05,1 depends on file: /usr/local/bin/perl5.10.1 = - found > =3D=3D=3D> Applying FreeBSD patches for rakudo-2010.05,1 > Deleting perl-5.10.1_1 > Removing stale symlinks from /usr/bin... > Removing /usr/bin/perl > Removing /usr/bin/perl5 > Done. > Cleaning up /etc/make.conf... Done. > Cleaning up /etc/manpath.config... Done. > =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 > add_pkg bison-2.4.1_1,1.tbz gettext-0.18_1.tbz gmake-3.81_4.tbz gmp-5.0.1= .tbz icu-3.8.1_3.tbz libiconv-1.13.1_1.tbz m4-1.4.14_1,1.tbz parrot-2.4.0.t= bz perl-5.10.1_1.tbz > adding dependencies > pkg_add bison-2.4.1_1,1.tbz > pkg_add gettext-0.18_1.tbz > skipping gettext-0.18_1, already added > pkg_add gmake-3.81_4.tbz > pkg_add gmp-5.0.1.tbz > pkg_add icu-3.8.1_3.tbz > pkg_add libiconv-1.13.1_1.tbz > skipping libiconv-1.13.1_1, already added > pkg_add m4-1.4.14_1,1.tbz > skipping m4-1.4.14_1,1, already added > pkg_add parrot-2.4.0.tbz > Removing stale symlinks from /usr/bin... > Skipping /usr/bin/perl > Skipping /usr/bin/perl5 > Done. > Creating various symlinks in /usr/bin... > Symlinking /usr/local/bin/perl5.10.1 to /usr/bin/perl > Symlinking /usr/local/bin/perl5.10.1 to /usr/bin/perl5 > Done. > Cleaning up /etc/make.conf... Done. > Spamming /etc/make.conf... Done. > Cleaning up /etc/manpath.config... Done. > Spamming /etc/manpath.config... Done. > pkg_add perl-5.10.1_1.tbz > skipping perl-5.10.1_1, already added > =3D=3D=3D> rakudo-2010.05,1 depends on package: parrot>=3D2.4.0 - found > =3D=3D=3D> rakudo-2010.05,1 depends on executable: gmake - found > =3D=3D=3D> rakudo-2010.05,1 depends on executable: bison - found > =3D=3D=3D> rakudo-2010.05,1 depends on file: /usr/local/bin/perl5.10.1 = - found > =3D=3D=3D> rakudo-2010.05,1 depends on shared library: icudata - found > =3D=3D=3D> Configuring for rakudo-2010.05,1 > cd /work/a/ports/lang/rakudo/work/rakudo-2010.05 && /usr/local/bin/perl C= onfigure.pl --parrot-config=3D/usr/local/bin/parrot_config >=20 > Reading configuration information from /usr/local/bin/parrot_config ... > Verifying Parrot installation... >=20 > Creating Makefile ... > Cleaning up ... >=20 > You can now use 'gmake' to build Rakudo Perl. > After that, you can use 'gmake test' to run some local tests, > or 'gmake spectest' to check out (via svn) a copy of the Perl 6 > official test suite and run its tests. >=20 > =3D=3D=3D> Building for rakudo-2010.05,1 > /usr/local/bin/parrot-nqp --output=3Dsrc/gen/Attribute.pir --encoding=3Du= tf8 \ > --target=3Dpir src/metamodel/Attribute.nqp > /usr/local/bin/parrot-nqp --output=3Dsrc/gen/RoleToRoleApplier.pir --enco= ding=3Dutf8 \ > --target=3Dpir src/metamodel/RoleToRoleApplier.nqp > /usr/local/bin/parrot-nqp --output=3Dsrc/gen/RoleToClassApplier.pir --enc= oding=3Dutf8 \ > --target=3Dpir src/metamodel/RoleToClassApplier.nqp > /usr/local/bin/parrot-nqp --output=3Dsrc/gen/RoleToInstanceApplier.pir --= encoding=3Dutf8 \ > --target=3Dpir src/metamodel/RoleToInstanceApplier.nqp > /usr/local/bin/perl build/gen_builtins_pir.pl src/glue/contextuals.pir sr= c/glue/dispatch.pir src/glue/enum.pir src/glue/phasers.pir src/glue/role.pi= r src/glue/run.pir src/glue/types.pir src/builtins/Mu.pir src/gen/Attribute= .pir src/metamodel/ClassHOW.pir src/metamodel/RoleHOW.pir src/gen/RoleToRol= eApplier.pir src/gen/RoleToClassApplier.pir src/gen/RoleToInstanceApplier.p= ir src/metamodel/GrammarHOW.pir src/builtins/Any.pir src/builtins/Cool.pir = src/builtins/Role.pir src/builtins/ConcreteRole.pir src/builtins/Abstractio= n.pir src/builtins/Positional.pir src/builtins/Iterable.pir src/builtins/It= erator.pir src/builtins/EMPTY.pir src/builtins/ParrotIter.pir src/builtins/= List.pir src/builtins/Parcel.pir src/builtins/Bool.pir src/builtins/Int.pir= src/builtins/Num.pir src/builtins/Str.pir src/builtins/Enum.pir src/builti= ns/Pair.pir src/builtins/Callable.pir src/builtins/Code.pir src/builtins/Mu= lti.pir src/builtins/Block.pir src/builtins/Routine.pir src/builtins/Sub.pi= r src/builtins/Me > thod.pir src/builtins/Submethod.pir src/builtins/Regex.pir src/builtins/= Associative.pir src/builtins/Seq.pir src/builtins/SeqIter.pir src/builtins/= Array.pir src/builtins/Proxy.pir src/builtins/ContainerDeclarand.pir src/bu= iltins/Exception.pir src/builtins/Failure.pir src/builtins/Signature.pir sr= c/builtins/Junction.pir src/builtins/Capture.pir src/builtins/assign.pir sr= c/builtins/metaops.pir src/builtins/control.pir > src/gen/builtins.pir > /usr/local/bin/perl build/gen_uprop_pir.pl > src/gen/uprop-cheats.pir > /usr/local/bin/perl build/gen_cheats_pir.pl src/cheats/constants.pir src/= cheats/perl6-compiler.pir src/cheats/autoincrement.pir src/cheats/fail.pir = src/cheats/object.pir src/cheats/int-ops.pir src/cheats/num-ops.pir src/che= ats/str-ops.pir src/cheats/relops.pir src/cheats/mapiterator.pir src/cheats= /gatheriterator.pir src/cheats/only_infix_redispatcher.pir src/cheats/impor= t.pir src/cheats/want-caller-side-callsig.pir src/cheats/parrot-role-quirks= .pir src/cheats/parrot/attriter.pir src/cheats/parrot/Protoobject.pir src/c= heats/parrot/P6role.pir src/gen/uprop-cheats.pir src/cheats/parrot/register= .pir > src/gen/cheats.pir > /usr/local/bin/parrot-nqp --output=3Dsrc/gen/signature_pm.pir --encoding= =3Dutf8 \ > --target=3Dpir src/Perl6/Compiler/Signature.pm > /usr/local/bin/parrot-nqp --output=3Dsrc/gen/parameter_pm.pir --encoding= =3Dutf8 \ > --target=3Dpir src/Perl6/Compiler/Parameter.pm > /usr/local/bin/parrot-nqp --output=3Dsrc/gen/package_pm.pir --encoding=3D= utf8 \ > --target=3Dpir src/Perl6/Compiler/Package.pm > /usr/local/bin/parrot-nqp --output=3Dsrc/gen/module_pm.pir --encoding=3Du= tf8 \ > --target=3Dpir src/Perl6/Compiler/Module.pm > /usr/local/bin/parrot-nqp --output=3Dsrc/gen/role_pm.pir --encoding=3Dutf= 8 \ > --target=3Dpir src/Perl6/Compiler/Role.pm > /usr/local/bin/parrot-nqp --output=3Dsrc/gen/locator_pm.pir --encoding=3D= utf8 \ > --target=3Dpir src/Perl6/Module/Locator.pm > /usr/local/bin/parrot-nqp --output=3Dsrc/gen/versiondetectionactions_pm.p= ir --encoding=3Dutf8 \ > --target=3Dpir src/Perl6/Module/VersionDetectionActions.pm > /usr/local/bin/parrot-nqp --output=3Dsrc/gen/loader_pm.pir --encoding=3Du= tf8 \ > --target=3Dpir src/Perl6/Module/Loader.pm > /usr/local/bin/parrot-nqp --target=3Dpir --output=3Dsrc/gen/perl6-grammar= .pir --encoding=3Dutf8 \ > src/Perl6/Grammar.pm > /usr/local/bin/parrot-nqp --target=3Dpir --output=3Dsrc/gen/perl6-actions= .pir --encoding=3Dutf8 \ > src/Perl6/Actions.pm > /usr/local/bin/perl -I/usr/local/lib/parrot/2.4.0/tools/lib build/gen_obj= ectref_pmc.pl src/pmc/objectref_pmc.template \ > src/pmc/objectref.pmc > /usr/local/bin/perl /usr/local/lib/parrot/2.4.0/tools/build/pmc2c.pl --no= -lines --dump --include src/pmc --include /usr/local/src/parrot/2.4.0 --inc= lude /usr/local/src/parrot/2.4.0/pmc src/pmc/objectref.pmc > /usr/local/bin/perl /usr/local/lib/parrot/2.4.0/tools/build/pmc2c.pl --no= -lines --dump --include src/pmc --include /usr/local/src/parrot/2.4.0 --inc= lude /usr/local/src/parrot/2.4.0/pmc src/pmc/perl6str.pmc src/pmc/objectref= .pmc src/pmc/perl6scalar.pmc src/pmc/mutablevar.pmc src/pmc/perl6multisub.p= mc src/pmc/p6invocation.pmc src/pmc/p6opaque.pmc src/pmc/p6role.pmc src/pmc= /p6lowlevelsig.pmc > /usr/local/bin/perl /usr/local/lib/parrot/2.4.0/tools/build/pmc2c.pl --no= -lines --c --include src/pmc --include /usr/local/src/parrot/2.4.0 --includ= e /usr/local/src/parrot/2.4.0/pmc src/pmc/perl6str.pmc src/pmc/objectref.pm= c src/pmc/perl6scalar.pmc src/pmc/mutablevar.pmc src/pmc/perl6multisub.pmc = src/pmc/p6invocation.pmc src/pmc/p6opaque.pmc src/pmc/p6role.pmc src/pmc/p6= lowlevelsig.pmc > /usr/local/bin/perl /usr/local/lib/parrot/2.4.0/tools/build/pmc2c.pl --no= -lines --library perl6_group --c src/pmc/perl6str.pmc src/pmc/objectref.pmc= src/pmc/perl6scalar.pmc src/pmc/mutablevar.pmc src/pmc/perl6multisub.pmc s= rc/pmc/p6invocation.pmc src/pmc/p6opaque.pmc src/pmc/p6role.pmc src/pmc/p6l= owlevelsig.pmc > cc -c -o perl6_group.o -Isrc/pmc -I/usr/local/include/parrot/2.4.0 -I/usr= /local/include/parrot/2.4.0/pmc -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRI= BUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIB= UTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WA= RN_UNUSED_RESULT -DDISABLE_GC_DEBUG=3D1 -DNDEBUG -I /usr/local/include -DP= IC -fPIC -falign-functions=3D16 -fvisibility=3Dhidden -funit-at-a-time -ma= ccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qua= l -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -Wendif= -labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-s= ecurity -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch= -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribut= e -Wmissing-include-dirs -Wmultichar -Wpacked -Wparentheses -Wpointer-arith= -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-alia= sing -Wstrict-aliasing=3D > 2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pr= agmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -W= declaration-after-statement -Werror=3Ddeclaration-after-statement -Wimplici= t-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissi= ng-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-pr= ototypes perl6_group.c > cd src/pmc && cc -c -I/usr/local/include/parrot/2.4.0 -I/usr/local/includ= e/parrot/2.4.0/pmc -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECAT= ED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN = -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RES= ULT -DDISABLE_GC_DEBUG=3D1 -DNDEBUG -I /usr/local/include -DPIC -fPIC -fa= lign-functions=3D16 -fvisibility=3Dhidden -funit-at-a-time -maccumulate-out= going-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subs= cripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wext= ra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wfor= mat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wmissing-br= aces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-i= nclude-dirs -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-si= gn -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict= -aliasing=3D2 -Wswitch -W > switch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvaria= dic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-a= fter-statement -Werror=3Ddeclaration-after-statement -Wimplicit-function-de= claration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes= -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes *.= c > cd src/binder && cc -c -o bind.o -I../../src/pmc -I/usr/local/include/par= rot/2.4.0 -I/usr/local/include/parrot/2.4.0/pmc -O2 -pipe -DHASATTRIBUTE_C= ONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONN= ULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -= DHASATTRIBUTE_WARN_UNUSED_RESULT -DDISABLE_GC_DEBUG=3D1 -DNDEBUG -I /usr/l= ocal/include -DPIC -fPIC -falign-functions=3D16 -fvisibility=3Dhidden -fun= it-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-= align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv= -by-zero -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonli= teral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winli= ne -Winvalid-pch -Wmissing-braces -Wmissing-field-initializers -Wno-missing= -format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wparentheses= -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compa= re -Wstrict-aliasing -W > strict-aliasing=3D2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-u= nused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-ca= st -Wc++-compat -Wdeclaration-after-statement -Werror=3Ddeclaration-after-s= tatement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-de= clarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-defi= nition -Wstrict-prototypes bind.c > cc -o src/pmc/perl6_group.so perl6_group.o src/pmc/*.o src/binder/bind.o = -L/usr/lib -L/usr/local/lib -shared -L/usr/local/lib -fstack-protector -= lm -lcrypt -lutil -pthread -lreadline -lm -L/usr/local/lib -licuuc -licuda= ta -lm > cd src/ops && /usr/local/bin/perl /usr/local/lib/parrot/2.4.0/tools/build= /ops2c.pl C --dynamic perl6.ops > cd src/ops && cc -c -o perl6_ops.o -I/usr/local/include/parrot/2.4.0 -I/u= sr/local/include/parrot/2.4.0/pmc -O2 -pipe -DHASATTRIBUTE_CONST -DHASATT= RIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTR= IBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_= WARN_UNUSED_RESULT -DDISABLE_GC_DEBUG=3D1 -DNDEBUG -I /usr/local/include -= DPIC -fPIC -falign-functions=3D16 -fvisibility=3Dhidden -funit-at-a-time -= maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-q= ual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -Wend= if-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat= -security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-p= ch -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attrib= ute -Wmissing-include-dirs -Wmultichar -Wpacked -Wparentheses -Wpointer-ari= th -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-al= iasing -Wstrict-aliasin > g=3D2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknow= n-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compa= t -Wdeclaration-after-statement -Werror=3Ddeclaration-after-statement -Wimp= licit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wm= issing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstric= t-prototypes perl6_ops.c > cd src/ops && cc -o perl6_ops.so perl6_ops.o -L/usr/lib -L/usr/local/lib = -shared -L/usr/local/lib -fstack-protector -lm -lcrypt -lutil -pthread -= lreadline -lm -L/usr/local/lib -licuuc -licudata -lm > /usr/local/bin/perl -MExtUtils::Command -e cp src/pmc/perl6_group.so src/= ops/perl6_ops.so dynext > /usr/local/bin/perl -MExtUtils::Command -e chmod 755 dynext/perl6_group.s= o > /usr/local/bin/perl -MExtUtils::Command -e chmod 755 dynext/perl6_ops.so > /usr/local/bin/perl -e "" > src/gen/core.pir > /usr/local/bin/parrot -o src/gen/perl6.pbc src/Perl6/Compiler.pir > /usr/local/bin/perl build/gen_core_pm.pl src/core/traits.pm src/core/oper= ators.pm src/glue/subset.pm src/cheats/trait-export.pm src/cheats/num.pm sr= c/cheats/eval.pm src/core/Associative.pm src/core/Mu.pm src/core/Bool.pm sr= c/core/Parcel.pm src/core/Any.pm src/core/Any-list.pm src/core/Cool-num.pm = src/core/Cool-str.pm src/core/Seq.pm src/core/Set.pm src/core/Array.pm src/= core/Numeric.pm src/core/Real.pm src/core/Int.pm src/core/Iterable.pm src/c= ore/Iterator.pm src/core/Num.pm src/core/Rat.pm src/core/Complex.pm src/cor= e/Str.pm src/core/Whatever.pm src/core/Pair.pm src/core/Range.pm src/core/R= angeIter.pm src/core/metaops.pm src/core/EnumMap.pm src/core/Hash.pm src/co= re/Enum.pm src/core/IO.pm src/core/IO/Socket.pm src/core/IO/Socket/INET.pm = src/core/Parameter.pm src/core/Signature.pm src/core/Block.pm src/core/Rege= x.pm src/core/Junction.pm src/core/Grammar.pm src/core/Substitution.pm src/= core/system.pm src/cheats/match-bool.pm src/cheats/setup-io.pm src/core/Dat= e.pm src/core/Tem > poral.pm src/core/YOU_ARE_HERE.pm > src/gen/core.pm > /usr/local/bin/parrot src/gen/perl6.pbc --target=3Dpir \ > src/gen/core.pm > src/gen/core.pir > /usr/local/bin/parrot -o perl6.pbc src/Perl6/Compiler.pir > /usr/local/bin/pbc_to_exe perl6.pbc > cc -o perl6.o -I/usr/local/include/parrot/2.4.0 -O2 -pipe -DHASATTRIBUTE= _CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NO= NNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED = -DHASATTRIBUTE_WARN_UNUSED_RESULT -DDISABLE_GC_DEBUG=3D1 -DNDEBUG -I /usr= /local/include -c perl6.c > Compiled: perl6.o > g++ -o perl6 perl6.o /usr/local/lib/parrot/2.4.0/parrot_config.o -Wl,-R/u= sr/local/lib -L/usr/local/lib -lparrot -Wl,-R/usr/local/lib/perl5/5.10.1/= mach/CORE -Wl,-E -fstack-protector -L/usr/local/lib -lm -lcrypt -lutil -p= thread -lreadline -lm -L/usr/local/lib -licuuc -licudata -lm > Linked: perl6 > /usr/local/bin/parrot perl6.pbc --target=3Dpir --output=3DTest.pir Test= .pm > =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 > make -C /work/a/ports/lang/rakudo/work/rakudo-2010.05 test > /usr/local/bin/perl t/harness t/00-parrot t/01-sanity > t/00-parrot/01-literals.t .......... ok > t/00-parrot/02-op-math.t ........... ok > t/00-parrot/03-op-logic.t .......... ok > t/00-parrot/04-op-cmp.t ............ ok > t/00-parrot/05-var.t ............... ok > t/00-parrot/06-op-inplace.t ........ ok > t/00-parrot/07-op-string.t ......... ok > t/00-parrot/08-var-array.t ......... ok > t/00-parrot/09-pir.t ............... ok > t/00-parrot/10-regex.t ............. ok > t/01-sanity/01-tap.t ............... ok > t/01-sanity/02-counter.t ........... ok > t/01-sanity/03-equal.t ............. ok > t/01-sanity/04-if.t ................ ok > t/01-sanity/05-sub.t ............... ok > t/01-sanity/06-eqv.t ............... ok > t/01-sanity/07-isa.t ............... ok > t/01-sanity/08-simple-multisubs.t .. ok > t/01-sanity/09-end-blocks.t ........ ok > t/01-sanity/10-say.t ............... ok > t/01-sanity/11-defined.t ........... ok > t/01-sanity/12-try.t ............... ok > t/01-sanity/99-test-basic.t ........ ok > All tests successful. > Files=3D23, Tests=3D226, 46 wallclock secs ( 0.15 usr 0.30 sys + 26.77 c= usr 11.68 csys =3D 38.89 CPU) > Result: PASS > =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 > add_pkg gmp-5.0.1.tbz icu-3.8.1_3.tbz parrot-2.4.0.tbz perl-5.10.1_1.tbz > adding dependencies > pkg_add gmp-5.0.1.tbz > skipping gmp-5.0.1, already added > pkg_add icu-3.8.1_3.tbz > skipping icu-3.8.1_3, already added > pkg_add parrot-2.4.0.tbz > skipping parrot-2.4.0, already added > pkg_add perl-5.10.1_1.tbz > skipping perl-5.10.1_1, already added > =3D=3D=3D> Installing for rakudo-2010.05,1 > =3D=3D=3D> rakudo-2010.05,1 depends on package: parrot>=3D2.4.0 - found > =3D=3D=3D> rakudo-2010.05,1 depends on shared library: icudata - found > =3D=3D=3D> Generating temporary packing list > =3D=3D=3D> Checking if lang/rakudo already installed > /usr/local/bin/perl -MExtUtils::Command -e mkpath /us= r/local/lib/parrot/2.4.0/languages/perl6/lib > /usr/local/bin/perl -MExtUtils::Command -e cp perl6.pbc /us= r/local/lib/parrot/2.4.0/languages/perl6 > /usr/local/bin/perl -MExtUtils::Command -e cp Test.pm /us= r/local/lib/parrot/2.4.0/languages/perl6/lib > /usr/local/bin/perl -MExtUtils::Command -e cp Test.pir /us= r/local/lib/parrot/2.4.0/languages/perl6/lib > /usr/local/bin/perl -MExtUtils::Command -e cp lib/*.pm /us= r/local/lib/parrot/2.4.0/languages/perl6/lib > /usr/local/bin/perl -MExtUtils::Command -e mkpath /us= r/local/lib/parrot/2.4.0/dynext > /usr/local/bin/perl -MExtUtils::Command -e cp src/pmc/perl6_group.so = src/ops/perl6_ops.so /usr/local/lib/parrot/2.4.0/dynext > /usr/local/bin/perl -MExtUtils::Command -e mkpath /us= r/local/bin > /usr/local/bin/perl -MExtUtils::Command -e cp perl6 /usr/local= /bin > /usr/local/bin/perl -MExtUtils::Command -e chmod 755 /us= r/local/bin/perl6 > /usr/local/bin/perl -MExtUtils::Command -e mkpath /usr/local/shar= e/doc/rakudo > /usr/local/bin/perl -MExtUtils::Command -e cp README CREDITS LICENSE = docs/* /usr/local/share/doc/rakudo > /usr/local/bin/perl -MExtUtils::Command -e mkpath /usr/local/man/man1 > /usr/local/bin/pod2man docs/running.pod > /usr/local/man/man1/perl6.1 > /usr/local/bin/pod2man docs/running.pod > /usr/local/man/man1/rakudo.1 > install -o root -g wheel -m 444 /work/a/ports/lang/rakudo/work/rakudo-20= 10.05/perl6.1 /usr/local/man/man1/perl6.1 > =3D=3D=3D> Compressing manual pages for rakudo-2010.05,1 > =3D=3D=3D> Registering installation for rakudo-2010.05,1 > =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> Building package for rakudo-2010.05,1 > Creating package /tmp/packages/All/rakudo-2010.05,1.tbz > Registering depends: parrot-2.4.0 icu-3.8.1_3 perl-5.10.1_1 gmp-5.0.1. > Creating bzip'd tar ball in '/tmp/packages/All/rakudo-2010.05,1.tbz' > Deleting rakudo-2010.05,1 > =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 >=20 > =3D=3D=3D Checking filesystem state > list of extra files and directories in / (not present before this port wa= s installed but present after it was deinstalled) > 1604473 12 -rw-r--r-- 1 root wheel 56= 66 Jun 5 14:09 usr/local/man/man1/rakudo.1 > =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 > build of /usr/ports/lang/rakudo ended at Sat Jun 5 14:09:39 UTC 2010 >=20 --=20 Pav Lucistnik > With a 10 MHz 386 the downloading speed would most likely drop > to a crawl or stop with the decoding process etc. I think most 10MHz 386 users are quite accustomed to things dropping to a crawl. --=-nBP1aLP0tMtHr10Q/8YL Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEABECAAYFAkwL+UsACgkQntdYP8FOsoIRxwCgzVkr6JUHqyK5mKxPyv9YggZr B20AniyfD2FYodUB1sRceZ1eHDzSJRv6 =eWA1 -----END PGP SIGNATURE----- --=-nBP1aLP0tMtHr10Q/8YL-- From owner-freebsd-perl@FreeBSD.ORG Mon Jun 7 01:21:50 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 4A3F61065679; Mon, 7 Jun 2010 01:21:50 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2245A8FC17; Mon, 7 Jun 2010 01:21:50 +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 o571Lota059512; Mon, 7 Jun 2010 01:21:50 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o571LnC5059508; Mon, 7 Jun 2010 01:21:49 GMT (envelope-from pgollucci) Date: Mon, 7 Jun 2010 01:21:49 GMT Message-Id: <201006070121.o571LnC5059508@freefall.freebsd.org> To: amdmi3@amdmi3.ru, pgollucci@FreeBSD.org, perl@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/144463: [PATCH] textproc/p5-HTML-Tidy: support nondefault LOCALBASE 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, 07 Jun 2010 01:21:50 -0000 Synopsis: [PATCH] textproc/p5-HTML-Tidy: support nondefault LOCALBASE State-Changed-From-To: open->closed State-Changed-By: pgollucci State-Changed-When: Mon Jun 7 01:21:49 UTC 2010 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=144463 From owner-freebsd-perl@FreeBSD.ORG Mon Jun 7 01:24:23 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 8E0CF1065674; Mon, 7 Jun 2010 01:24:23 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 666A68FC0C; Mon, 7 Jun 2010 01:24:23 +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 o571ONge059646; Mon, 7 Jun 2010 01:24:23 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o571ON7R059642; Mon, 7 Jun 2010 01:24:23 GMT (envelope-from pgollucci) Date: Mon, 7 Jun 2010 01:24:23 GMT Message-Id: <201006070124.o571ON7R059642@freefall.freebsd.org> To: johnpupu@gmail.com, pgollucci@FreeBSD.org, perl@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/144866: devel/p5-PHP-Serialization: update to new version 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, 07 Jun 2010 01:24:23 -0000 Synopsis: devel/p5-PHP-Serialization: update to new version State-Changed-From-To: open->closed State-Changed-By: pgollucci State-Changed-When: Mon Jun 7 01:24:22 UTC 2010 State-Changed-Why: invalid, no detla to current port http://www.freebsd.org/cgi/query-pr.cgi?pr=144866 From owner-freebsd-perl@FreeBSD.ORG Mon Jun 7 01:26:15 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 75EDB106567A; Mon, 7 Jun 2010 01:26:15 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4F0D78FC22; Mon, 7 Jun 2010 01:26:15 +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 o571QFgJ059768; Mon, 7 Jun 2010 01:26:15 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o571QEMt059764; Mon, 7 Jun 2010 01:26:14 GMT (envelope-from pgollucci) Date: Mon, 7 Jun 2010 01:26:14 GMT Message-Id: <201006070126.o571QEMt059764@freefall.freebsd.org> To: jumper99@gmx.de, pgollucci@FreeBSD.org, perl@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/146298: security/p5-Net-SSLeay not multi-treading aware 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, 07 Jun 2010 01:26:15 -0000 Synopsis: security/p5-Net-SSLeay not multi-treading aware State-Changed-From-To: open->closed State-Changed-By: pgollucci State-Changed-When: Mon Jun 7 01:26:14 UTC 2010 State-Changed-Why: this isn't a FreeBSD ports bug. You should contact the CPAN Module maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=146298 From owner-freebsd-perl@FreeBSD.ORG Mon Jun 7 01:30:07 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 4D3401065670 for ; Mon, 7 Jun 2010 01:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 24F2E8FC1C for ; Mon, 7 Jun 2010 01:30:07 +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 o571U7Io060013 for ; Mon, 7 Jun 2010 01:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o571U7vw060010; Mon, 7 Jun 2010 01:30:07 GMT (envelope-from gnats) Date: Mon, 7 Jun 2010 01:30:07 GMT Message-Id: <201006070130.o571U7vw060010@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/144463: 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: Mon, 07 Jun 2010 01:30:07 -0000 The following reply was made to PR ports/144463; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/144463: commit references a PR Date: Mon, 7 Jun 2010 01:24:53 +0000 (UTC) pgollucci 2010-06-07 01:21:40 UTC FreeBSD ports repository Modified files: textproc/p5-HTML-Tidy Makefile Log: - Fix for non standard LOCALBASE PR: ports/144463 Submitted by: Dmitry Marakasov With Hat: perl@ Revision Changes Path 1.10 +4 -0 ports/textproc/p5-HTML-Tidy/Makefile _______________________________________________ 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 Mon Jun 7 11:08:18 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 C24C110656C6 for ; Mon, 7 Jun 2010 11:08:18 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 98AD78FC1B for ; Mon, 7 Jun 2010 11:08:18 +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 o57B8I5P009852 for ; Mon, 7 Jun 2010 11:08:18 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o57B8IEt009850 for perl@FreeBSD.org; Mon, 7 Jun 2010 11:08:18 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 7 Jun 2010 11:08:18 GMT Message-Id: <201006071108.o57B8IEt009850@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, 07 Jun 2010 11:08:18 -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/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 2 problems total. From owner-freebsd-perl@FreeBSD.ORG Tue Jun 8 07:51:44 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 1ED9A1065678 for ; Tue, 8 Jun 2010 07:51:44 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id 865D28FC22 for ; Tue, 8 Jun 2010 07:51:43 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 7B11C14DB93F; Tue, 8 Jun 2010 09:35:22 +0200 (CEST) X-Virus-Scanned: amavisd-new at server.mypc.hu Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id sqRzNfXpdQHm; Tue, 8 Jun 2010 09:35:19 +0200 (CEST) Received: from [192.168.1.105] (catv-80-99-92-167.catv.broadband.hu [80.99.92.167]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id D017B14DB93B; Tue, 8 Jun 2010 09:35:19 +0200 (CEST) Message-ID: <4C0DF2B4.9000403@FreeBSD.org> Date: Tue, 08 Jun 2010 09:35:16 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; es-ES; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: perl@FreeBSD.org Subject: Ports looking for maintainer 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: Tue, 08 Jun 2010 07:51:44 -0000 Hello folks, recently, I have less time for ports as I'm working on othr items, like GSOC, so today I've reviewed my maintained ports and dropped some of them that I don't want to maintain any more. If you want to have any of them, please feel free to pick up. Regards, Gabor -------- Mensaje original -------- Asunto: cvs commit: ports/archivers/bsdar Makefile ports/audio/gnuitar Makefile ports/devel/opencvs Makefile ports/dns/pdnsd Makefile ports/security/p5-Crypt-CFB Makefile ports/security/p5-Crypt-Ctr Makefile ports/security/p5-Crypt-DES_PP Makefile ... Fecha: Tue, 8 Jun 2010 07:31:58 +0000 (UTC) De: Gabor Kovesdan Para: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org gabor 2010-06-08 07:31:58 UTC FreeBSD ports repository Modified files: archivers/bsdar Makefile audio/gnuitar Makefile devel/opencvs Makefile dns/pdnsd Makefile security/p5-Crypt-CFB Makefile security/p5-Crypt-Ctr Makefile security/p5-Crypt-DES_PP Makefile security/p5-Crypt-GOST Makefile security/p5-Crypt-GPG Makefile security/p5-Crypt-HCE_MD5 Makefile security/p5-Crypt-Khazad Makefile security/p5-Crypt-License Makefile security/p5-Crypt-Lite Makefile security/p5-Crypt-Loki97 Makefile security/p5-Crypt-MySQL Makefile security/p5-Crypt-SKey Makefile security/p5-Crypt-Salt Makefile security/p5-Crypt-Shark Makefile security/p5-Crypt-X509 Makefile security/p5-Digest-CRC Makefile security/p5-Digest-Crc32 Makefile security/p5-Digest-DJB Makefile security/p5-Digest-Elf Makefile security/p5-Digest-FNV Makefile security/p5-Digest-JHash Makefile security/p5-Digest-MD5-File Makefile security/p5-Digest-MD5-Reverse Makefile security/p5-Digest-ManberHash Makefile security/p5-Digest-Pearson Makefile security/p5-Digest-Pearson-PurePerl Makefile security/p5-Digest-Perl-MD4 Makefile security/p5-Digest-Perl-MD5 Makefile security/p5-Digest-SHA-PurePerl Makefile security/p5-Digest-SV1 Makefile textproc/europass-xsl Makefile textproc/uml2svg Makefile Log: - Drop maintainership Revision Changes Path 1.7 +1 -1 ports/archivers/bsdar/Makefile 1.13 +1 -1 ports/audio/gnuitar/Makefile 1.2 +1 -1 ports/devel/opencvs/Makefile 1.25 +1 -1 ports/dns/pdnsd/Makefile 1.5 +1 -1 ports/security/p5-Crypt-CFB/Makefile 1.5 +1 -1 ports/security/p5-Crypt-Ctr/Makefile 1.5 +1 -1 ports/security/p5-Crypt-DES_PP/Makefile 1.5 +1 -1 ports/security/p5-Crypt-GOST/Makefile 1.8 +1 -1 ports/security/p5-Crypt-GPG/Makefile 1.5 +1 -1 ports/security/p5-Crypt-HCE_MD5/Makefile 1.6 +1 -1 ports/security/p5-Crypt-Khazad/Makefile 1.6 +1 -1 ports/security/p5-Crypt-License/Makefile 1.7 +1 -1 ports/security/p5-Crypt-Lite/Makefile 1.6 +1 -1 ports/security/p5-Crypt-Loki97/Makefile 1.6 +1 -1 ports/security/p5-Crypt-MySQL/Makefile 1.8 +1 -1 ports/security/p5-Crypt-SKey/Makefile 1.5 +1 -1 ports/security/p5-Crypt-Salt/Makefile 1.6 +1 -1 ports/security/p5-Crypt-Shark/Makefile 1.8 +1 -1 ports/security/p5-Crypt-X509/Makefile 1.8 +1 -1 ports/security/p5-Digest-CRC/Makefile 1.5 +1 -1 ports/security/p5-Digest-Crc32/Makefile 1.6 +1 -1 ports/security/p5-Digest-DJB/Makefile 1.7 +1 -1 ports/security/p5-Digest-Elf/Makefile 1.6 +1 -1 ports/security/p5-Digest-FNV/Makefile 1.7 +1 -1 ports/security/p5-Digest-JHash/Makefile 1.10 +1 -1 ports/security/p5-Digest-MD5-File/Makefile 1.5 +1 -1 ports/security/p5-Digest-MD5-Reverse/Makefile 1.6 +1 -1 ports/security/p5-Digest-ManberHash/Makefile 1.5 +1 -1 ports/security/p5-Digest-Pearson-PurePerl/Makefile 1.6 +1 -1 ports/security/p5-Digest-Pearson/Makefile 1.6 +1 -1 ports/security/p5-Digest-Perl-MD4/Makefile 1.5 +1 -1 ports/security/p5-Digest-Perl-MD5/Makefile 1.17 +1 -1 ports/security/p5-Digest-SHA-PurePerl/Makefile 1.7 +1 -1 ports/security/p5-Digest-SV1/Makefile 1.2 +1 -1 ports/textproc/europass-xsl/Makefile 1.4 +1 -1 ports/textproc/uml2svg/Makefile From owner-freebsd-perl@FreeBSD.ORG Wed Jun 9 11:08:43 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 45364106564A; Wed, 9 Jun 2010 11:08:43 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id E5B448FC08; Wed, 9 Jun 2010 11:08:42 +0000 (UTC) Received: by pvb32 with SMTP id 32so398771pvb.13 for ; Wed, 09 Jun 2010 04:08:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:cc:subject :organization:references:x-face:x-uptime:x-url:x-openpgp-id :x-openpgp-fingerprint:x-os:x-mailer:x-mail-morse:x-attribution :organisation:date:in-reply-to:message-id:user-agent:face :mime-version:content-type; bh=7YdX+mxzqbzOwqqfbgHH0v7MQVAocOxv24rXmxVLvTc=; b=GCpLfDB5hWWwATDckN4PrgBNi2hgSryJFA+FvmwmWFyN3y1AjXJNbwVENesEP4kjgM uKPK2X83Lg+yD5WpycGX0qB0Ech9/iRBzVS5GqdmdOlLoOhi5OJ+43hr255L/cHNVrbn e5uiducU2VX88auIVhM6E0QYTf6yWgrWx8UTI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:organization:references:x-face:x-uptime:x-url :x-openpgp-id:x-openpgp-fingerprint:x-os:x-mailer:x-mail-morse :x-attribution:organisation:date:in-reply-to:message-id:user-agent :face:mime-version:content-type; b=lP9RFRzsz86hp+v5yz7l1UhKTgTpr0eTiJk3bbAZ/URiO+f2/9sG37KeXKf9oddMPk ij/cIdclTmRASzi/w8fbhDmXV8Ww8pV9fe4a7OSijCHx2IUL34JedLk2Lp17ucQNnLPB L8z+91iZVtQXECykQdqlOdmjM2oHZYl6snHpw= Received: by 10.114.172.20 with SMTP id u20mr13973452wae.211.1276080174081; Wed, 09 Jun 2010 03:42:54 -0700 (PDT) Received: from chateau.d.if ([122.163.59.246]) by mx.google.com with ESMTPS id r20sm62719422wam.5.2010.06.09.03.42.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 09 Jun 2010 03:42:53 -0700 (PDT) Received: from chateau.d.if (chateau.d.if [127.0.0.1]) by chateau.d.if (Postfix) with ESMTP id 759742D83A2; Wed, 9 Jun 2010 16:12:43 +0530 (IST) From: wahjava@gmail.com (Ashish SHUKLA) To: Gabor Kovesdan Organization: alt.religion.emacs References: <4C0DF2B4.9000403@FreeBSD.org> X-Face: )vGQ9yK7Y$Flebu1C>(B\gYBm)[$zfKM+p&TT[[JWl6:]S>cc$%-z7-`46Zf0B*syL.C]oCq[upTG~zuS0.$"_%)|Q@$hA=9{3l{%u^h3jJ^Zl; t7 X-Uptime: 16:10:05 up 42 min, 2 users, load average: 0.02, 0.06, 0.16 X-URL: http://762e5e74.wordpress.com/ X-OpenPGP-ID: E74FA4B0 X-OpenPGP-Fingerprint: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 X-OS: GNU/Linux on Linux 2.6.33-ARCH kernel on x86_64 architecture X-Mailer: Gnus v5.13 X-Mail-Morse: .-- .- .... .--- .- ...- .- .--.-. --. -- .- .. .-.. .-.-.- -.-. --- -- X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= Organisation: alt.religion.emacs Date: Wed, 09 Jun 2010 16:12:38 +0530 In-Reply-To: <4C0DF2B4.9000403@FreeBSD.org> (Gabor Kovesdan's message of "Tue, 08 Jun 2010 09:35:16 +0200") Message-ID: <86pr0032sh.fsf@chateau.d.if> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-unknown-linux-gnu) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEWpqal/f39tbW1jY2Md HR2goKCenp6UlJROTk7////9/f35+fnT09ORJdieAAACVklEQVQ4jXXUP2vbQBQA8AvUTkgz5OzY Z0iGWhpS6BSrkECn0mvx0MEJ6AjtYrfoBCVDlD8naJYmNlRfwZq8+mkKlIZaGpJSYmP7Q/XkJDrJ Td8i/H68u3vHPaPufwLdf32AMA4A6GcAgvAamY1pOJiDIFqicTwLswDhfr3uxfFtkAY/GFHPMwzD 8zpnACmIOnE6js7rQb+v4NJrG9od0C+QgpHMy5jBewV+UDSMWiw1Y4fWfyV7+NGFzDsYa3pth9LJ Q4XvXxFHcJRvHOmygn5NAEabnDcQQguarnfoiwSCJ99jmKKcphsZONmWsDK9Ro7cvZOCtQdg8nje egLhc2LNlkLmsezzTFUUy5w18ocox/f0LaLgJy0zO75zk+9pp85GAj36xjqhdI0y3tq2m4dqqcWX zQWBTz8L1irvolXV4J+3q7eCDgVnttjNq6X8H+9KOZsuNk1uCzx8pSp+E9HImfJOTLdcGqo+YKnG EIovizkEn48V7BO+ch2DXcD4ENSpWiU+q8hjjbgTBZCXnZtyj0Ws4Q1Q0B2WXFtYZo65Bbyeeldw RS6qFueM80LlLA29YlVwGRYvFD+kwI/0O+A2PlpOP9GwslUVciHuYGechuBTp922YiDZCrghTknm XSyOM+D3aoRZlo0Jb42zY7DN4p2x4AeZ+QAYutx1sHwTHzMT5cMNduQ9yW3GczN4KZ86kb0c9O8T yXDeFqpl2fryPEAYGXIlezAPXYh2NgVr/gvdoHIuDwuPwOhcWE8f8mmICq41eATkn8x0kuRTIKcB wE9+/QUtiiAnYcaN7wAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Cc: ports@freebsd.org, perl@FreeBSD.org Subject: Re: Ports looking for maintainer 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: Wed, 09 Jun 2010 11:08:43 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable Gabor Kovesdan writes: > Hello folks, > recently, I have less time for ports as I'm working on othr items, > like GSOC, so today I've reviewed my maintained ports and dropped some > of them that I don't want to maintain any more. If you want to have > any of them, please feel free to pick up. > Regards, > Gabor [...] > dns/pdnsd Makefile > security/p5-Crypt-CFB Makefile > security/p5-Crypt-Ctr Makefile > security/p5-Crypt-DES_PP Makefile > security/p5-Crypt-GOST Makefile > security/p5-Crypt-GPG Makefile > security/p5-Crypt-HCE_MD5 Makefile > security/p5-Crypt-Khazad Makefile > security/p5-Crypt-License Makefile > security/p5-Crypt-Lite Makefile > security/p5-Crypt-Loki97 Makefile > security/p5-Crypt-MySQL Makefile > security/p5-Crypt-SKey Makefile > security/p5-Crypt-Salt Makefile > security/p5-Crypt-Shark Makefile > security/p5-Crypt-X509 Makefile > security/p5-Digest-CRC Makefile > security/p5-Digest-Crc32 Makefile > security/p5-Digest-DJB Makefile > security/p5-Digest-Elf Makefile > security/p5-Digest-FNV Makefile > security/p5-Digest-JHash Makefile > security/p5-Digest-MD5-File Makefile > security/p5-Digest-MD5-Reverse Makefile > security/p5-Digest-ManberHash Makefile > security/p5-Digest-Pearson Makefile > security/p5-Digest-Pearson-PurePerl Makefile > security/p5-Digest-Perl-MD4 Makefile > security/p5-Digest-Perl-MD5 Makefile > security/p5-Digest-SHA-PurePerl Makefile > security/p5-Digest-SV1 Makefile I would like to adopt above ports (dns/pdnsd and security/p5-*). Should I f= ile the change-request PRs ? or you can do it from your end ? Ashish SHUKLA =2D-=20 Sent via Gnus from GNU Emacs They who can give up essential liberty to obtain a little temporary safety, deserve neither liberty nor safety. -- Benjamin Franklin, Memoirs of the life and writings of Benjamin Frankl= in --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBCgAGBQJMD3AeAAoJEMdGz6nnT6SwHikQAKYuxoLf3rR5wGTvaridK6n8 Y/etlGAzZ90kkQDxwceqMFwWlfB09q6fUGQgf1oD3Z8E3Q9/eSH74LJmovBiZ8Pr z14GbHdkSoxF7NNYJEMAghEvEaEtHHWnME7K5UkmP+hr/iyAP6i7lJL//uQShreY oC2h6QPWoey5vXUMJFK58lMns7Gj9S1tsYhAump3VIhJCNbrw+TnE0ttwf/4kdC9 N472Gj4f2SI94D38e2IlApj8DwZ7A1pu5xLx+4UzQj6Smfup5NpcWAQ24l+kXYNB lPsMIDUEdsqT1c8TekOeQxAYFnqKlZATkxUSfkep3iaVZyxonMa5SwVn1FaEkgrv cAnqA80ggdN9fW8XqYv5qMenfOuEnskqV+iD0OaE/+an9SaK5gPwa4Q7Lo63Cr0k OxtnI9PBbLVaD9XYK2SL9gjKDQVdJR9DDF2Xq9HoGBOHcCS9GlO3bWv9w1la7c02 lRFP7QgBz7BF1nw1dzg/+bvVaf9VOJnKMuG8MiCe0QSHUvdVRZP4doAFgRkkt88Z DTufNsKQGlhYEEw4jTVEi2iBaLMJmwRlwTE1EF+Jy4IGHwRFVx45iZL3prdZ5VcB K/8fpvjg133KyMsDJcg1tD7mxJ/qJ5oTvP0iBzOHyUIePC7gj9PDSDRGXtuoQJ7h wrkY0EQGjYvoPuM/uZPi =ibA+ -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-perl@FreeBSD.ORG Wed Jun 9 12:36:33 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 BF54F1065677; Wed, 9 Jun 2010 12:36:33 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 723798FC12; Wed, 9 Jun 2010 12:36:33 +0000 (UTC) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by worf.ds9.tecnik93.com (Postfix) with ESMTPSA id 0767022C5091; Wed, 9 Jun 2010 15:36:32 +0300 (EEST) Date: Wed, 9 Jun 2010 15:36:20 +0300 From: Ion-Mihai Tetcu To: wahjava@gmail.com (Ashish SHUKLA) Message-ID: <20100609153620.680104e6@it.buh.tecnik93.com> In-Reply-To: <86pr0032sh.fsf@chateau.d.if> References: <4C0DF2B4.9000403@FreeBSD.org> <86pr0032sh.fsf@chateau.d.if> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/R2t9EDgJD/0SrAd3jo_Pp_m"; protocol="application/pgp-signature" Cc: ports@freebsd.org, perl@FreeBSD.org, Gabor Kovesdan Subject: Re: Ports looking for maintainer 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: Wed, 09 Jun 2010 12:36:33 -0000 --Sig_/R2t9EDgJD/0SrAd3jo_Pp_m Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 09 Jun 2010 16:12:38 +0530 wahjava@gmail.com (Ashish SHUKLA) wrote: > Gabor Kovesdan writes: > > Hello folks, >=20 > > recently, I have less time for ports as I'm working on othr items, > > like GSOC, so today I've reviewed my maintained ports and dropped > > some of them that I don't want to maintain any more. If you want to > > have any of them, please feel free to pick up. [ .. ] > I would like to adopt above ports (dns/pdnsd and security/p5-*). > Should I file the change-request PRs ? or you can do it from your > end ? Why don't you so it yourself now that you can? :) Talk with your mentor about this. --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/R2t9EDgJD/0SrAd3jo_Pp_m Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkwPis8ACgkQJ7GIuiH/oeUFngCfczKQxADhpR6kHChok4dOPgci c/gAoJbATU7o4qcj5tvbs3zwbWTSbxNr =eq9E -----END PGP SIGNATURE----- --Sig_/R2t9EDgJD/0SrAd3jo_Pp_m-- From owner-freebsd-perl@FreeBSD.ORG Wed Jun 9 12:42:36 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 47EBE106566B; Wed, 9 Jun 2010 12:42:36 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id EB36C8FC13; Wed, 9 Jun 2010 12:42:34 +0000 (UTC) Received: by fxm20 with SMTP id 20so4417158fxm.13 for ; Wed, 09 Jun 2010 05:42:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:cc:subject :organization:references:x-face:x-uptime:x-url:x-openpgp-id :x-openpgp-fingerprint:x-os:x-mailer:x-mail-morse:x-attribution :organisation:date:in-reply-to:message-id:user-agent:face :mime-version:content-type; bh=qJGVuMfs9x0Kzp9pXP2Nnlmy5TMCEXFJGyGRAKqhQkM=; b=sUzVpG73ZkF+Z5ozNpS1rUriUb/0kF03PVuD9tATDzKn94cxs0Kuk3omrwTIy+7hsZ rq3CG6Efs/db9MrmVBoeWMlNjlBByuN3y3ghraEXAUsY8WXp9vGn8+9uV+o1DTaJnEx7 ZcK2Aka9K9EZMLKzHiuCfJejDGrQMr/XWpdC4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:organization:references:x-face:x-uptime:x-url :x-openpgp-id:x-openpgp-fingerprint:x-os:x-mailer:x-mail-morse :x-attribution:organisation:date:in-reply-to:message-id:user-agent :face:mime-version:content-type; b=oHO68N1NSMlR43IZx+/cPySK64ErInNnuFkF50uRf2FmAs7C4NmyiQZAUYwEhRZUnl EKDhp32/jlJIgh59yx2BGWER/BiGnULWckE4gs+Tj/yn/g6ZNcQdH8E39PiOC0zAyxDd yIpAVdnfSgvxmBV0zb+uFqPn1PCYGj3tR8hZw= Received: by 10.223.21.215 with SMTP id k23mr1176873fab.54.1276087353560; Wed, 09 Jun 2010 05:42:33 -0700 (PDT) Received: from chateau.d.if ([122.163.59.246]) by mx.google.com with ESMTPS id 7sm3304790far.18.2010.06.09.05.42.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 09 Jun 2010 05:42:32 -0700 (PDT) Received: from chateau.d.if (chateau.d.if [127.0.0.1]) by chateau.d.if (Postfix) with ESMTP id 5DD092D83A2; Wed, 9 Jun 2010 18:12:20 +0530 (IST) From: wahjava@gmail.com (Ashish SHUKLA) To: Ion-Mihai Tetcu Organization: alt.religion.emacs References: <4C0DF2B4.9000403@FreeBSD.org> <86pr0032sh.fsf@chateau.d.if> <20100609153620.680104e6@it.buh.tecnik93.com> X-Face: )vGQ9yK7Y$Flebu1C>(B\gYBm)[$zfKM+p&TT[[JWl6:]S>cc$%-z7-`46Zf0B*syL.C]oCq[upTG~zuS0.$"_%)|Q@$hA=9{3l{%u^h3jJ^Zl; t7 X-Uptime: 18:10:00 up 2:42, 2 users, load average: 0.24, 0.11, 0.03 X-URL: http://762e5e74.wordpress.com/ X-OpenPGP-ID: E74FA4B0 X-OpenPGP-Fingerprint: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 X-OS: GNU/Linux on Linux 2.6.33-ARCH kernel on x86_64 architecture X-Mailer: Gnus v5.13 X-Mail-Morse: .-- .- .... .--- .- ...- .- .--.-. --. -- .- .. .-.. .-.-.- -.-. --- -- X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= Organisation: alt.religion.emacs Date: Wed, 09 Jun 2010 18:12:15 +0530 In-Reply-To: <20100609153620.680104e6@it.buh.tecnik93.com> (Ion-Mihai Tetcu's message of "Wed, 9 Jun 2010 15:36:20 +0300") Message-ID: <86d3w02x94.fsf@chateau.d.if> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-unknown-linux-gnu) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEWpqal/f39tbW1jY2Md HR2goKCenp6UlJROTk7////9/f35+fnT09ORJdieAAACVklEQVQ4jXXUP2vbQBQA8AvUTkgz5OzY Z0iGWhpS6BSrkECn0mvx0MEJ6AjtYrfoBCVDlD8naJYmNlRfwZq8+mkKlIZaGpJSYmP7Q/XkJDrJ Td8i/H68u3vHPaPufwLdf32AMA4A6GcAgvAamY1pOJiDIFqicTwLswDhfr3uxfFtkAY/GFHPMwzD 8zpnACmIOnE6js7rQb+v4NJrG9od0C+QgpHMy5jBewV+UDSMWiw1Y4fWfyV7+NGFzDsYa3pth9LJ Q4XvXxFHcJRvHOmygn5NAEabnDcQQguarnfoiwSCJ99jmKKcphsZONmWsDK9Ro7cvZOCtQdg8nje egLhc2LNlkLmsezzTFUUy5w18ocox/f0LaLgJy0zO75zk+9pp85GAj36xjqhdI0y3tq2m4dqqcWX zQWBTz8L1irvolXV4J+3q7eCDgVnttjNq6X8H+9KOZsuNk1uCzx8pSp+E9HImfJOTLdcGqo+YKnG EIovizkEn48V7BO+ch2DXcD4ENSpWiU+q8hjjbgTBZCXnZtyj0Ws4Q1Q0B2WXFtYZo65Bbyeeldw RS6qFueM80LlLA29YlVwGRYvFD+kwI/0O+A2PlpOP9GwslUVciHuYGechuBTp922YiDZCrghTknm XSyOM+D3aoRZlo0Jb42zY7DN4p2x4AeZ+QAYutx1sHwTHzMT5cMNduQ9yW3GczN4KZ86kb0c9O8T yXDeFqpl2fryPEAYGXIlezAPXYh2NgVr/gvdoHIuDwuPwOhcWE8f8mmICq41eATkn8x0kuRTIKcB wE9+/QUtiiAnYcaN7wAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Cc: ports@freebsd.org, Gabor PALI , perl@FreeBSD.org, Gabor Kovesdan Subject: Re: Ports looking for maintainer 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: Wed, 09 Jun 2010 12:42:36 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable Ion-Mihai Tetcu writes: > On Wed, 09 Jun 2010 16:12:38 +0530 > wahjava@gmail.com (Ashish SHUKLA) wrote: >> Gabor Kovesdan writes: >> > Hello folks, >>=20 >> > recently, I have less time for ports as I'm working on othr items, >> > like GSOC, so today I've reviewed my maintained ports and dropped >> > some of them that I don't want to maintain any more. If you want to >> > have any of them, please feel free to pick up. > [ .. ] >> I would like to adopt above ports (dns/pdnsd and security/p5-*). >> Should I file the change-request PRs ? or you can do it from your >> end ? > Why don't you so it yourself now that you can? :) > Talk with your mentor about this. Not until my account gets created. But thanks for reminding :) =2D-=20 Ashish SHUKLA Sent via Gnus from GNU Emacs --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBCgAGBQJMD4woAAoJEMdGz6nnT6SwmKsP/ibqQEIveeZ0Pv6+zriatmqq RwEGQv8Xomn3admOUQ5eccrwFAwgp2t0XP+ERfup/EMZiD+2q/2030RopMFzliP/ RTh5vEbcXqRlgI7ozMGghJsbCMC7z1/KwOi2rQwDuQpFcpgtj8MyNkqA5pxtlzQu s41nOuJss5dbtBbtPV34nHgUaJAxlvNpsoIeQnk2+uo4VNPZN8mFn2BikGXO7NmI 53nRjCOZT+PEnztI6L7N7LSJuNDi/YhrsK/9fFZ2hSX7rKBaGuyKWNHRHCVHPNHM crybZ7rMJ1e7f6sJ2RnyaiXZrt5suBGTRzaDopti5AGSb2CllhRBv1DwuCmYBAr9 KwquSC3ajcJhT/ri5ni3/Eyo0Cgk4vpamtVf1HvOWd2kp8xlwB3+fntJLudPL4lc qRJesTKP+96+UC4O7fYO9L2cRJNNAY9NSbzwgex70QzIFoQbRN4vhzfNeScStH+A vMM6XASUQY3RM3zvT8dert7RccgCafON3djyvvTcJVZVQrSWddyUwRznAKTeVB8N euB46qAYLcAfHFHT4+E/In7pAqon7x7fkq3mgubfLVBwEiTL/KTbTqsIYnwZI4c1 wtgEQSmeMC5Ye0vBh5kking/BQQqrQvg7VhnGmadBUzLvKyP+Wy8FfVv2fs6BsOW 09HRRiLDi6Zoad+paqMY =/vuU -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-perl@FreeBSD.ORG Wed Jun 9 16:10:00 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 BC48F106564A; Wed, 9 Jun 2010 16:10:00 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id 6DA2C8FC17; Wed, 9 Jun 2010 16:10:00 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 86BCE14DB976; Wed, 9 Jun 2010 18:09:58 +0200 (CEST) X-Virus-Scanned: amavisd-new at server.mypc.hu Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id jHIwLmyi-sMy; Wed, 9 Jun 2010 18:09:56 +0200 (CEST) Received: from [192.168.1.105] (catv-80-99-92-167.catv.broadband.hu [80.99.92.167]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id 47AA114DB93C; Wed, 9 Jun 2010 18:09:56 +0200 (CEST) Message-ID: <4C0FBCD1.3020507@FreeBSD.org> Date: Wed, 09 Jun 2010 18:09:53 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; es-ES; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Ashish SHUKLA References: <4C0DF2B4.9000403@FreeBSD.org> <86pr0032sh.fsf@chateau.d.if> <20100609153620.680104e6@it.buh.tecnik93.com> <86d3w02x94.fsf@chateau.d.if> In-Reply-To: <86d3w02x94.fsf@chateau.d.if> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Gabor PALI , perl@FreeBSD.org, Ion-Mihai Tetcu Subject: Re: Ports looking for maintainer 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: Wed, 09 Jun 2010 16:10:00 -0000 > >> Why don't you so it yourself now that you can? :) >> Talk with your mentor about this. >> > Not until my account gets created. But thanks for reminding :) > > Ok, I'll do. Which is your account name that is being created? -- Gabor Kovesdan FreeBSD Volunteer EMAIL: gabor@FreeBSD.org .:|:. gabor@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org From owner-freebsd-perl@FreeBSD.ORG Thu Jun 10 00:52:11 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 71F10106567A for ; Thu, 10 Jun 2010 00:52:11 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id 37DA28FC14 for ; Thu, 10 Jun 2010 00:52:10 +0000 (UTC) Received: from ds4.des.no (des.no [84.49.246.2]) by smtp.des.no (Postfix) with ESMTP id 0F50C1FFC33 for ; Thu, 10 Jun 2010 00:36:48 +0000 (UTC) Received: by ds4.des.no (Postfix, from userid 1001) id 32198844C6; Thu, 10 Jun 2010 02:34:38 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: perl@freebsd.org Date: Thu, 10 Jun 2010 02:34:37 +0200 Message-ID: <86k4q77mjm.fsf@ds4.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.95 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Subject: SQLite dependency in databases/p5-DBIx-Class-Schema-Loader 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, 10 Jun 2010 00:52:11 -0000 databases/p5-DBIx-Class-Schema-Loader has an explicit, hardcoded dependency on SQLite even when SQLite support is disabled (which it is by default). DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-freebsd-perl@FreeBSD.ORG Thu Jun 10 00:54:30 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 8EC191065672 for ; Thu, 10 Jun 2010 00:54:30 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id 510078FC08 for ; Thu, 10 Jun 2010 00:54:30 +0000 (UTC) Received: from ds4.des.no (des.no [84.49.246.2]) by smtp.des.no (Postfix) with ESMTP id 939771FFC33 for ; Thu, 10 Jun 2010 00:54:29 +0000 (UTC) Received: by ds4.des.no (Postfix, from userid 1001) id A80BA844C6; Thu, 10 Jun 2010 02:52:19 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: perl@freebsd.org References: <86k4q77mjm.fsf@ds4.des.no> Date: Thu, 10 Jun 2010 02:52:19 +0200 In-Reply-To: <86k4q77mjm.fsf@ds4.des.no> ("Dag-Erling =?utf-8?Q?Sm=C3=B8rg?= =?utf-8?Q?rav=22's?= message of "Thu, 10 Jun 2010 02:34:37 +0200") Message-ID: <86fx0v7lq4.fsf@ds4.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.95 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: SQLite dependency in databases/p5-DBIx-Class-Schema-Loader 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, 10 Jun 2010 00:54:30 -0000 Dag-Erling Sm=C3=B8rgrav writes: > databases/p5-DBIx-Class-Schema-Loader has an explicit, hardcoded > dependency on SQLite even when SQLite support is disabled (which it is > by default). It's also missing (directly or indirectly) a dependency on textproc/p5-Lingua-EN-Inflect-Phrase: DBIx::Class::Schema::Loader::make_schema_at(): Could not load loader_class = "DBIx::Class::Schema::Loader::DBI": "DBIx::Class::Schema::throw_exception()= : Can't locate Lingua/EN/Inflect/Phrase.pm in @INC (@INC contains: /home/de= s/FBCE/script/../lib /usr/local/lib/perl5/5.10.1/BSDPAN /usr/local/lib/perl= 5/site_perl/5.10.1/mach /usr/local/lib/perl5/site_perl/5.10.1 /usr/local/li= b/perl5/5.10.1/mach /usr/local/lib/perl5/5.10.1 .) at /usr/local/lib/perl5/= site_perl/5.10.1/DBIx/Class/Schema/Loader/RelBuilder.pm line 7. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-freebsd-perl@FreeBSD.ORG Thu Jun 10 02:32:28 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 EFD1B1065676 for ; Thu, 10 Jun 2010 02:32:28 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from cell.p6m7g8.net (static-71-178-236-107.washdc.fios.verizon.net [71.178.236.107]) by mx1.freebsd.org (Postfix) with ESMTP id 8E3D38FC13 for ; Thu, 10 Jun 2010 02:32:28 +0000 (UTC) Received: from philip.hq.rws (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) (authenticated bits=0) by cell.p6m7g8.net (8.14.4/8.14.3) with ESMTP id o5A2Krx8063917 (version=TLSv1/SSLv3 cipher=DHE-DSS-CAMELLIA256-SHA bits=256 verify=NO); Thu, 10 Jun 2010 02:20:54 GMT (envelope-from pgollucci@p6m7g8.com) Message-ID: <4C104C05.1010307@p6m7g8.com> Date: Thu, 10 Jun 2010 02:20:53 +0000 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100607 Thunderbird/3.0.4 MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= References: <86k4q77mjm.fsf@ds4.des.no> <86fx0v7lq4.fsf@ds4.des.no> In-Reply-To: <86fx0v7lq4.fsf@ds4.des.no> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on cell.p6m7g8.net Cc: perl@freebsd.org Subject: Re: SQLite dependency in databases/p5-DBIx-Class-Schema-Loader 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, 10 Jun 2010 02:32:29 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 06/10/10 00:52, Dag-Erling Smørgrav wrote: >> databases/p5-DBIx-Class-Schema-Loader has an explicit, hardcoded >> > dependency on SQLite even when SQLite support is disabled (which it is >> > by default). > It's also missing (directly or indirectly) a dependency on > textproc/p5-Lingua-EN-Inflect-Phrase: It seems to work for me, and the Inflect dependency has been in the Makefile for quite some time. - -- - ------------------------------------------------------------------------ 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. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iD8DBQFMEEwFdbiP+9ubjBwRAhZ9AJ43b7MkbgKT+gicEMZQd1tsmikA/gCeIZCV WdVIEV6L5AdpesBFETz/0CI= =L/w/ -----END PGP SIGNATURE----- From owner-freebsd-perl@FreeBSD.ORG Thu Jun 10 06:19:28 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 A5FF31065670 for ; Thu, 10 Jun 2010 06:19:28 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2E4048FC0A for ; Thu, 10 Jun 2010 06:19:27 +0000 (UTC) Received: by fxm7 with SMTP id 7so401372fxm.13 for ; Wed, 09 Jun 2010 23:19:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=I3qdqbA27bS7cVPj4lGPN1Qxq+H64OeIcL5ELwaOC8Q=; b=N3bMvSWYO5ZzdY8LnTEdkUNiSuTHu7ummprUeKw9NlX0ouDPilo98Ak56nQc5lQwbw JK0eDGReSpGCv8OVk2EcT+XbiIxwIIrtnQgQ85c6UVLg95LP142i+xJ4fIBm4JSrCDoV gaNeLPz6zPFjJmhCRAI+tFiIwuhVOWryKMMW0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=jxGUt5uD3h03Ck27TbRDkc/Th3aLchUoY5GU2TI85GUAcwlo7R1rwa4buChdDWGLO3 29xcKMwdlEu51lTr+vBPw/42eEFfFu7aKLJypdSQESP1EOtgL61S6jItMhpj8rbHN1Ka 7ygaWs9g+OF3uKIPFtAKtZHjJQkFBoExhHM4U= MIME-Version: 1.0 Received: by 10.223.25.74 with SMTP id y10mr2735672fab.81.1276149077873; Wed, 09 Jun 2010 22:51:17 -0700 (PDT) Sender: andrej.zverev@gmail.com Received: by 10.223.103.210 with HTTP; Wed, 9 Jun 2010 22:51:17 -0700 (PDT) In-Reply-To: <86k4q77mjm.fsf@ds4.des.no> References: <86k4q77mjm.fsf@ds4.des.no> Date: Thu, 10 Jun 2010 09:51:17 +0400 X-Google-Sender-Auth: khV7y1T2rRYHaoL8o9paF0gR6hk Message-ID: From: Andrej Zverev To: =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: perl@freebsd.org Subject: Re: SQLite dependency in databases/p5-DBIx-Class-Schema-Loader 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, 10 Jun 2010 06:19:28 -0000 I think it's was fixed here http://www.freebsd.org/cgi/cvsweb.cgi/ports/databases/p5-DBIx-Class-Schema-= Loader/Makefile.diff?r1=3D1.37;r2=3D1.38;f=3Dh 2010/6/10 Dag-Erling Sm=F8rgrav : > databases/p5-DBIx-Class-Schema-Loader has an explicit, hardcoded > dependency on SQLite even when SQLite support is disabled (which it is > by default). > > DES > -- > Dag-Erling Sm=F8rgrav - des@des.no > _______________________________________________ > 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" > From owner-freebsd-perl@FreeBSD.ORG Thu Jun 10 07:22:33 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 1EF66106566B for ; Thu, 10 Jun 2010 07:22:33 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [IPv6:2001:6c8:130:400::6]) by mx1.freebsd.org (Postfix) with ESMTP id DF29C8FC1A for ; Thu, 10 Jun 2010 07:22:32 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 2E9FE1CC85 for ; Thu, 10 Jun 2010 09:22:32 +0200 (CEST) From: linimon@FreeBSD.org To: perl@freebsd.org Message-Id: <20100610072232.2E9FE1CC85@mail.droso.net> Date: Thu, 10 Jun 2010 09:22:32 +0200 (CEST) Cc: Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org 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, 10 Jun 2010 07:22:33 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 6.x/7.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: devel/p5-PCSC-Card broken because: does not compile build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20100531173758/p5-PCSC-Card-1.4.8.log.bz2 (_Jun__2_03:31:10_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-PCSC-Card If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD.