From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 31 15:00:13 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 605A1106568D for ; Sat, 31 Oct 2009 15:00:13 +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 23CC28FC1D for ; Sat, 31 Oct 2009 15:00:13 +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 n9VF0D8S073972 for ; Sat, 31 Oct 2009 15:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9VF0C25073971; Sat, 31 Oct 2009 15:00:12 GMT (envelope-from gnats) Resent-Date: Sat, 31 Oct 2009 15:00:12 GMT Resent-Message-Id: <200910311500.n9VF0C25073971@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, Jilles Tjoelker Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F65F10656B8 for ; Sat, 31 Oct 2009 14:54:59 +0000 (UTC) (envelope-from jilles@stack.nl) Received: from mx1.stack.nl (relay02.stack.nl [IPv6:2001:610:1108:5010::104]) by mx1.freebsd.org (Postfix) with ESMTP id 388698FC1D for ; Sat, 31 Oct 2009 14:54:59 +0000 (UTC) Received: from snail.stack.nl (snail.stack.nl [IPv6:2001:610:1108:5010::131]) by mx1.stack.nl (Postfix) with ESMTP id 9F94A35A835 for ; Sat, 31 Oct 2009 15:54:58 +0100 (CET) Received: by snail.stack.nl (Postfix, from userid 1677) id 8427E228BE; Sat, 31 Oct 2009 15:54:58 +0100 (CET) Message-Id: <20091031145458.8427E228BE@snail.stack.nl> Date: Sat, 31 Oct 2009 15:54:58 +0100 (CET) From: Jilles Tjoelker To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/140139: irc/bitchx: syntax error in configure script X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jilles Tjoelker List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2009 15:00:13 -0000 >Number: 140139 >Category: ports >Synopsis: irc/bitchx: syntax error in configure script >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 31 15:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Jilles Tjoelker >Release: FreeBSD 9.0-CURRENT i386 >Organization: MCGV Stack >Environment: /bin/sh r197691 or newer >Description: Due to a change in /bin/sh a mismatched single quote inside backticks (`...`) now causes configure to fail. >How-To-Repeat: Try to build the port with a /bin/sh with r197691 change in it. >Fix: Apply this patch to the port Makefile. --- irc-bitchx-syntaxfix.patch begins here --- --- ports/irc/bitchx/Makefile.orig 2009-09-19 05:18:12.000000000 +0200 +++ ports/irc/bitchx/Makefile 2009-10-31 01:05:59.000000000 +0100 @@ -107,6 +107,7 @@ ${REINPLACE_CMD} -e 's|#undef LATIN1|#define LATIN1|g' ${WRKSRC}/include/config.h .endif ${REINPLACE_CMD} -e 's|bzip2|true|g' ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e 's:`$$AWK '"'"'{print }'"'"' /etc/.relid'"'"'`:`$$AWK '"'"'{print }'"'"' /etc/.relid`:g' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) --- irc-bitchx-syntaxfix.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: