From owner-freebsd-ports@FreeBSD.ORG Sat Dec 4 10:09:36 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9327F16A4CE; Sat, 4 Dec 2004 10:09:36 +0000 (GMT) Received: from buexe.b-5.de (buexe.b-5.de [80.148.32.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F8AC43D58; Sat, 4 Dec 2004 10:09:35 +0000 (GMT) (envelope-from lupe@lupe-christoph.de) Received: from antalya.lupe-christoph.de (antalya.lupe-christoph.de [172.17.0.9])iB4A9XYW004562; Sat, 4 Dec 2004 11:09:33 +0100 Received: from localhost (localhost [127.0.0.1]) by antalya.lupe-christoph.de (Postfix) with ESMTP id C4C88B886; Sat, 4 Dec 2004 11:09:25 +0100 (CET) Received: from antalya.lupe-christoph.de ([127.0.0.1]) by localhost (antalya [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06072-02-2; Sat, 4 Dec 2004 11:09:22 +0100 (CET) Received: by antalya.lupe-christoph.de (Postfix, from userid 1000) id 03645B885; Sat, 4 Dec 2004 11:09:21 +0100 (CET) Date: Sat, 4 Dec 2004 11:09:21 +0100 From: Lupe Christoph To: Kris Kennaway Message-ID: <20041204100921.GA3113@lupe-christoph.de> References: <20041204021246.GG65579@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041204021246.GG65579@xor.obsecurity.org> User-Agent: Mutt/1.5.6+20040722i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at lupe-christoph.de cc: ports@freebsd.org cc: sem@freebsd.org Subject: Re: [kris@FreeBSD.org: cvs commit: ports/sysutils/munin-node Makefile] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 10:09:36 -0000 Hi! I don't understand why you had to do this. I PR'ed a patch that corrects this on 20. November. I updated this PR after some discussion with Sergey Matveychuk on 26 November. Nothing has happened since then until you choose to mark the port broken rather than patch it. I have already two jobs and have very little time left. Nevertheless I sacrificed my precious free time to follow up on Sergey's mails in a timely manner. I fail to see what else I could have done to prevent munin-node from being marked broken. Lupe Christoph PS: Your key is expired: gpg: Signature made Sat 04 Dec 2004 03:12:46 AM CET using DSA key ID 68E840A5 gpg: Good signature from "Kris Kennaway " gpg: Note: This key has expired! Primary key fingerprint: E65D 0E7D 7E16 B212 1BD6 39EE 5ABC B405 68E8 40A5 On Friday, 2004-12-03 at 18:12:46 -0800, Kris Kennaway wrote: > FYI; see http://pointyhat.freebsd.org for the failure logs. > Kris > ----- Forwarded message from Kris Kennaway ----- > X-Original-To: kkenn@localhost > Delivered-To: kkenn@localhost.obsecurity.org > Delivered-To: kris@freebsd.org > Delivered-To: ports-committers@freebsd.org > From: Kris Kennaway > Date: Sat, 4 Dec 2004 01:39:53 +0000 (UTC) > To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, > cvs-all@FreeBSD.org > Subject: cvs commit: ports/sysutils/munin-node Makefile > X-FreeBSD-CVS-Branch: HEAD > Precedence: bulk > X-Loop: FreeBSD.ORG > X-UIDL: (G?"!/]0"!$0K!!4CY"! > X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.92.8 > kris 2004-12-04 01:39:53 UTC > FreeBSD ports repository > Modified files: > sysutils/munin-node Makefile > Log: > BROKEN on 5.x: Broken pkg-plist > Revision Changes Path > 1.11 +4 -0 ports/sysutils/munin-node/Makefile > http://cvsweb.FreeBSD.org/ports/sysutils/munin-node/Makefile.diff?r1=1.10&r2=1.11 > | =================================================================== > | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/sysutils/munin-node/Makefile,v > | retrieving revision 1.10 > | retrieving revision 1.11 > | diff -u -p -r1.10 -r1.11 > | --- ports/sysutils/munin-node/Makefile 2004/11/16 15:16:37 1.10 > | +++ ports/sysutils/munin-node/Makefile 2004/12/04 01:39:53 1.11 > | @@ -2,7 +2,7 @@ > | # Date created: 25 Januar 2004 > | # Whom: Lupe Christoph > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/sysutils/munin-node/Makefile,v 1.10 2004/11/16 15:16:37 leeym Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/sysutils/munin-node/Makefile,v 1.11 2004/12/04 01:39:53 kris Exp $ > | PORTNAME= munin > | @@ -23,6 +23,10 @@ BUILD_DEPENDS= ${RUN_DEPENDS} > | .if ${PERL_LEVEL} < 500800 > | RUN_DEPENDS+= ${SITE_PERL}/Net/Domain.pm:${PORTSDIR}/net/p5-Net > | +.endif > | + > | +.if ${OSVERSION} >= 503000 > | +BROKEN= "Broken pkg-plist on FreeBSD >= 5.x" > | .endif > | USE_GMAKE= yes > ----- End forwarded message ----- --- Also sprach Kris Kennaway --- -- | lupe@lupe-christoph.de | http://www.lupe-christoph.de/ | | "... putting a mail server on the Internet without filtering is like | | covering yourself with barbecue sauce and breaking into the Charity | | Home for Badgers with Rabies. Michael Lucas |