From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 28 10:00:08 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8F7C106568D for ; Wed, 28 Oct 2009 10:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AFE818FC08 for ; Wed, 28 Oct 2009 10:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9SA08j1052299 for ; Wed, 28 Oct 2009 10:00:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9SA08Ur052297; Wed, 28 Oct 2009 10:00:08 GMT (envelope-from gnats) Date: Wed, 28 Oct 2009 10:00:08 GMT Message-Id: <200910281000.n9SA08Ur052297@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: poyopoyo@puripuri.plala.or.jp Cc: Subject: Re: ports/140040: [PATCH] net/mpd unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: poyopoyo@puripuri.plala.or.jp List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2009 10:00:08 -0000 The following reply was made to PR ports/140040; it has been noted by GNATS. From: poyopoyo@puripuri.plala.or.jp To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140040: [PATCH] net/mpd unbreak Date: Wed, 28 Oct 2009 18:55:32 +0900 patch revised. - get rid of pre.mk/post.mk that were for OSVERSION. --- /usr/ports/net/mpd/Makefile 2009-06-14 03:07:42.000000000 +0900 +++ Makefile 2009-10-28 18:39:52.000000000 +0900 @@ -27,11 +27,10 @@ USE_RC_SUBR= mpd -.include - -.if ${OSVERSION} >= 800097 -BROKEN= does not compile -.endif +post-patch: + ${FIND} ${WRKSRC}/src -type f -name \*.c \ + | ${XARGS} ${GREP} -l 'NG_....LEN[ +1]*' \ + | ${XARGS} ${REINPLACE_CMD} 's/\(NG_....\)LEN[ +1]*/\1SIZ/g' pre-build: @${ECHO} @@ -44,4 +43,4 @@ @${MKDIR} ${DOCSDIR} .endif -.include +.include