From owner-cvs-all@FreeBSD.ORG Wed Jul 4 12:01:06 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 2663F16A469; Wed, 4 Jul 2007 12:01:06 +0000 (UTC) Date: Wed, 4 Jul 2007 12:01:06 +0000 From: Alexey Dokuchaev To: Martin Wilke Message-ID: <20070704120106.GA60312@FreeBSD.org> References: <200707041139.l64BdHh4051300@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline In-Reply-To: <200707041139.l64BdHh4051300@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/nepenthes Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2007 12:01:06 -0000 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=koi8-r Content-Disposition: inline On Wed, Jul 04, 2007 at 11:39:16AM +0000, Martin Wilke wrote: > miwi 2007-07-04 11:39:16 UTC > > FreeBSD ports repository > > Modified files: > net/nepenthes Makefile > Log: > - Marked Broken does not compile with gcc 4.2 How about attached patch? ./danfe --zhXaljGHf11kAtnf Content-Type: text/plain; charset=koi8-r Content-Disposition: attachment; filename=d2 Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/nepenthes/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 4 Jul 2007 11:39:16 -0000 1.14 +++ Makefile 4 Jul 2007 12:00:15 -0000 @@ -38,10 +38,8 @@ DOCS= README README.VFS logo-shaded.svg MAN8= nepenthes.8 -.include +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 \ + ${REINPLACE_CMD} -e 's,-Werror,,' -.if ${OSVERSION} >= 700000 -BROKEN= Does not compile -.endif - -.include +.include --zhXaljGHf11kAtnf--