Date: Mon, 13 Apr 2009 12:35:05 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Ion-Mihai Tetcu <itetcu@FreeBSD.org> Cc: QAT@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, perl@FreeBSD.org, cvs-ports@FreeBSD.org, erwin@FreeBSD.org Subject: Re: cvs commit: ports/www/p5-RTx-Statistics Makefile Message-ID: <20090413113505.GA53293@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20090413112958.1b6df281@it.buh.tecnik93.com> References: <200904112248.n3BMm6mo021412@repoman.freebsd.org> <20090412193542.3F8C38FC3B@release.ixsystems.com> <49E2F106.5090506@infracaninophile.co.uk> <20090413112958.1b6df281@it.buh.tecnik93.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 <m.seaman@infracaninophile.co.uk> 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 or fix it or delete it? It could still be useful to somebody, so... This should fix the various problems: diff -Nur /usr/ports/www/p5-RTx-Statistics/Makefile p5-RTx-Statistics/Makef= ile --- /usr/ports/www/p5-RTx-Statistics/Makefile 2009-04-13 12:16:29.000000000= +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/${PORTVERS= ION}/ PKGNAMEPREFIX=3D p5- @@ -15,8 +15,9 @@ MAINTAINER=3D perl@FreeBSD.org COMMENT=3D RTx::Statistics - Produces statistical information based on RT3= 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-Graph= \ - ${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+ 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. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAknjI2cACgkQ8Mjk52CukIwg0ACdEhqO11BkB8ZRLZMbxuoi/fPL xqQAn3lQTa0oQ2b0Fu7UgmWPpB8swY/t =9LHM -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090413113505.GA53293>