Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jul 2007 12:01:06 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Martin Wilke <miwi@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/net/nepenthes Makefile
Message-ID:  <20070704120106.GA60312@FreeBSD.org>
In-Reply-To: <200707041139.l64BdHh4051300@repoman.freebsd.org>
References:  <200707041139.l64BdHh4051300@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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 <bsd.port.pre.mk>
+post-patch:
+	@${FIND} ${WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 \
+		${REINPLACE_CMD} -e 's,-Werror,,'
 
-.if ${OSVERSION} >= 700000
-BROKEN=		Does not compile
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

--zhXaljGHf11kAtnf--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070704120106.GA60312>