Date: Sun, 30 May 2004 04:50:33 -0700 (PDT) From: Roman Neuhauser <neuhauser@chello.cz> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/66844: [PATCH] devel/pccts: avoid "installation successful" in the build target Message-ID: <200405301150.i4UBoXIb009835@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/66844; it has been noted by GNATS. From: Roman Neuhauser <neuhauser@chello.cz> To: Pav Lucistnik <pav@FreeBSD.org> Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/66844: [PATCH] devel/pccts: avoid "installation successful" in the build target Date: Sun, 30 May 2004 13:49:53 +0200 --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline # pav@FreeBSD.org / 2004-05-30 11:46:41 +0200: > Personally I don't think this is worth effort and future maintenance > costs. I vote for just closing this PR. What do you think, Roman? well, I don't like it being left to rot. either it's obsolete ballast and we jettison it or it deserves at lest minimal attention. the effort has already been expended, and given that pccts is EOL the only maintenance it requires is catching up with changes in the ports infrastructure, at least as long as it compiles. so yes, I agree we should not spend too much effort on it, but it has been easy so far. either deorbit it or give me maintainership, commit the patch, and I'll yell when it gets over my head. which may be soon as I have no use for it, and possess limited knowledge of C. or it might hum along for another few years. I don't really care what happens with the port as long as there is an action; I don't see leaving it as it is an option. -- FreeBSD 4.9-RELEASE-p2 1:07PM up 2 mins, 2 users, load averages: 0.07, 0.04, 0.01 --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="devel::pccts.MAINTAINER.patch" Index: devel/pccts/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/pccts/Makefile,v retrieving revision 1.25 diff -u -u -r1.25 Makefile --- devel/pccts/Makefile 29 Jan 2004 12:50:38 -0000 1.25 +++ devel/pccts/Makefile 30 May 2004 11:45:37 -0000 @@ -12,7 +12,8 @@ MASTER_SITES= http://www.polhode.com/ DISTNAME= pccts${PORTVERSION:R:S/.//}mr${PORTVERSION:E} -MAINTAINER= ports@FreeBSD.org +# this port needs a maintainer, any offer accepted :) +MAINTAINER= neuhauser@chello.cz COMMENT= The Purdue Compiler Construction Tool Set CONFLICTS= antlr* --J/dobhs11T7y2rNN--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405301150.i4UBoXIb009835>