Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Oct 2010 22:34:49 +0200
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        glarkin@FreeBSD.org
Cc:        ports@FreeBSD.org, Wesley Shields <wxs@FreeBSD.org>
Subject:   Re: New tools for committers and maintainers
Message-ID:  <20101019223449.d7146905.ehaupt@FreeBSD.org>
In-Reply-To: <4CBDF2AC.4070409@FreeBSD.org>
References:  <20101019201223.1e773e22@it.buh.tecnik93.com> <20101019181722.GC61265@atarininja.org> <20101019204128.f63163cc.ehaupt@FreeBSD.org> <20101019184327.GD61265@atarininja.org> <20101019211639.43b14f2b.ehaupt@FreeBSD.org> <4CBDF2AC.4070409@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Greg Larkin <glarkin@FreeBSD.org> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Emanuel Haupt wrote:
> > Wesley Shields <wxs@freebsd.org> wrote:
> >> On Tue, Oct 19, 2010 at 08:41:28PM +0200, Emanuel Haupt wrote:
> >>> Wesley Shields <wxs@freebsd.org> wrote:
> >>>> On Tue, Oct 19, 2010 at 08:12:23PM +0300, Ion-Mihai Tetcu wrote:
> >>>>> Hi,
> >>>>>
> >>>>>
> >>>>> A new tool was just committed to ports, ports-mgmt/distilator.
> >>>>> It will check for you each of the MASTER_SITES of the port you
> >>>>> call it with.
> >>>> The link I was given when ehaupt@ ran it included URLs in
> >>>> pkg-descr too. It even found some of those that were no longer
> >>>> valid for me.
> >>> ports-mgmt/distilator can do that too. It's basically code
> >>> extracted from the version that creates the distilator report [1]
> >>> and put into a library.
> >> Thanks! I didn't mean to imply that distilator could not do that. I
> >> just wanted to point out that it does more than just MASTER_SITE
> >> checking. In any case, thank you again for making it. It will be
> >> quite useful in cleaning up the little things that can go stale
> >> over time.
> > 
> > You're very welcome :)
> > 
> > Emanuel
> 
> Small issue at installation here - I have Perl 5.8.9 installed, and I
> got this error:
> 
> Perl v5.10.1 required--this is only v5.8.9, stopped at ./Makefile.PL
> line 1. BEGIN failed--compilation aborted at ./Makefile.PL line 1.
> 
> The Makefile specifies PERL_CONFIGURE=5.8.0+, though.  I'll upgrade
> Perl and try it again.

Thanks for the pointer. I've just changed the port:

-PERL_CONFIGURE=        5.8.0+
+PERL_CONFIGURE=        5.10.1+

Emanuel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101019223449.d7146905.ehaupt>