From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 28 05:50:02 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 162F51065679 for ; Wed, 28 Oct 2009 05:50:02 +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 E86818FC16 for ; Wed, 28 Oct 2009 05:50:01 +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 n9S5o1RC005883 for ; Wed, 28 Oct 2009 05:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9S5o1MQ005882; Wed, 28 Oct 2009 05:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 28 Oct 2009 05:50:01 GMT Resent-Message-Id: <200910280550.n9S5o1MQ005882@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sato Kuro Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 218A4106566C for ; Wed, 28 Oct 2009 05:43:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 11B838FC1C for ; Wed, 28 Oct 2009 05:43:09 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n9S5h8EN028644 for ; Wed, 28 Oct 2009 05:43:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n9S5h8Ho028643; Wed, 28 Oct 2009 05:43:08 GMT (envelope-from nobody) Message-Id: <200910280543.n9S5h8Ho028643@www.freebsd.org> Date: Wed, 28 Oct 2009 05:43:08 GMT From: Sato Kuro To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/140040: [PATCH] net/mpd unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2009 05:50:02 -0000 >Number: 140040 >Category: ports >Synopsis: [PATCH] net/mpd unbreak >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 28 05:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sato Kuro >Release: 9.0-CURRENT >Organization: >Environment: >Description: net/mpd is marked as BROKEN after BURN_BRIDGES has been fallen. Replacing definitions is enough to unbreak. >How-To-Repeat: >Fix: --- /usr/ports/net/mpd/Makefile 2009-06-14 03:07:42.000000000 +0900 +++ Makefile 2009-07-29 23:54:39.000000000 +0900 @@ -29,9 +29,10 @@ .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} >Release-Note: >Audit-Trail: >Unformatted: