From owner-freebsd-perl@FreeBSD.ORG Mon Apr 13 11:48:56 2009 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 29B4510656F4; Mon, 13 Apr 2009 11:48:56 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:c:20d:56ff:fe6f:f935]) by mx1.freebsd.org (Postfix) with ESMTP id 99BB98FC18; Mon, 13 Apr 2009 11:48:55 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id 213A01CCB3; Mon, 13 Apr 2009 13:48:54 +0200 (CEST) Date: Mon, 13 Apr 2009 13:48:53 +0200 From: Erwin Lansing To: Matthew Seaman Message-ID: <20090413114853.GX78186@droso.net> References: <200904112248.n3BMm6mo021412@repoman.freebsd.org> <20090412193542.3F8C38FC3B@release.ixsystems.com> <49E2F106.5090506@infracaninophile.co.uk> <20090413112958.1b6df281@it.buh.tecnik93.com> <20090413113505.GA53293@happy-idiot-talk.infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="h0xXkkbYVs1V34Ht" Content-Disposition: inline In-Reply-To: <20090413113505.GA53293@happy-idiot-talk.infracaninophile.co.uk> X-Operating-System: FreeBSD/i386 7.1-PRERELEASE User-Agent: Mutt/1.5.19 (2009-01-05) Cc: QAT@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, perl@FreeBSD.org, cvs-ports@FreeBSD.org, Ion-Mihai Tetcu Subject: Re: cvs commit: ports/www/p5-RTx-Statistics Makefile 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, 13 Apr 2009 11:49:03 -0000 --h0xXkkbYVs1V34Ht Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 13, 2009 at 12:35:05PM +0100, Matthew Seaman wrote: > On Mon, Apr 13, 2009 at 11:29:58AM +0300, Ion-Mihai Tetcu wrote: > > On Mon, 13 Apr 2009 09:00:06 +0100 > > Matthew Seaman wrote: > >=20 > > > QAT@freebsd.org wrote: > > >=20 > > > > =3D=3D=3D> rt-3.8.2 is already installed > > > > You may wish to ``make deinstall'' and install this port again > > > > by ``make reinstall'' to upgrade it properly. > > > > If you really wish to overwrite the old port of www/rt38 > > > > without deleting it first, set the variable > > > > "FORCE_PKG_REGISTER" in your environment or the "make install" > > > > command line. *** Error code 1 > > > >=20 > > > > Stop in /a/ports/www/rt38. > > > > *** Error code 1 > > > >=20 > > > > Stop in /a/ports/www/p5-RTx-Statistics. > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/www/p5-RTx-Statistics ended at Sun Apr 12 > > > > 19:35:40 UTC 2009 > > >=20 > > > Uh -- RTx::Statistics is not compatible with rt-3.8.x Upstream > > > hasn't been updated since 2006. Will work with rt-3.6.x or earlier > > > though. > >=20 > > Should I mark the port broken or? > >=20 >=20 > or fix it or delete it? It could still be useful to somebody, so... >=20 > This should fix the various problems: >=20 > diff -Nur /usr/ports/www/p5-RTx-Statistics/Makefile p5-RTx-Statistics/Mak= efile > --- /usr/ports/www/p5-RTx-Statistics/Makefile 2009-04-13 12:16:29.0000000= 00 +0100 > +++ p5-RTx-Statistics/Makefile 2009-04-13 12:26:03.000000000 +0100 > @@ -7,7 +7,7 @@ > =20 > PORTNAME=3D RTx-Statistics > PORTVERSION=3D 0.1.8 > -PORTREVISION=3D 1 > +PORTREVISION=3D 2 > CATEGORIES=3D www perl5 > MASTER_SITES=3D http://opensvn.csie.org/RTx_Statistics/releases/${PORTVE= RSION}/ > PKGNAMEPREFIX=3D p5- > @@ -15,8 +15,9 @@ > MAINTAINER=3D perl@FreeBSD.org > COMMENT=3D RTx::Statistics - Produces statistical information based on R= T3 data > =20 > +# This module is not compatible with rt-3.8.0 or later. > BUILD_DEPENDS=3D ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Gra= ph \ > - ${RT_PATH}/lib/RT.pm:${PORTSDIR}/www/rt38 > + ${RT_PATH}/lib/RT.pm:${PORTSDIR}/www/rt36 > RUN_DEPENDS=3D ${BUILD_DEPENDS} > =20 > PERL_CONFIGURE=3D 5.8.3+ >=20 > The patch Edwin applied before broke under QAT testing because the > www/rt38 port layout is now completely different to www/rt36 and > earlier, breaking the dependency checking. www/rt36 is on the old > layout, so should be fine. Even so, internal changes in rt38 code > mean that the various graphs this port would have produced no longer > work correctly, so best to leave it depending on www/rt36 instead. >=20 Thanks, committed. I just did a quick fix to unbreak INDEX, so thanks for the real fix. Best, -erwin --=20 Erwin Lansing (o_ _o) http://droso.org \\\_\ /_/// The rest is silence <____) (____> erwin@lansing.dk --h0xXkkbYVs1V34Ht Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iD8DBQFJ4yakqy9aWxUlaZARAiGLAJ0XynsLDN5bjZ8V+3GFAEa7XEGhpwCgysnb ffRmQs+uWZONRU+Kbd3d3o8= =4Jap -----END PGP SIGNATURE----- --h0xXkkbYVs1V34Ht--