From jilles@stack.nl  Sat Oct 31 15:27:34 2009
Return-Path: <jilles@stack.nl>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5B7BA106568F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 31 Oct 2009 15:27:34 +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 24E818FC22
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 31 Oct 2009 15:27:34 +0000 (UTC)
Received: from snail.stack.nl (snail.stack.nl [IPv6:2001:610:1108:5010::131])
	by mx1.stack.nl (Postfix) with ESMTP id 8AF2335A828
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 31 Oct 2009 16:27:33 +0100 (CET)
Received: by snail.stack.nl (Postfix, from userid 1677)
	id 6CCAA228BE; Sat, 31 Oct 2009 16:27:33 +0100 (CET)
Message-Id: <20091031152733.6CCAA228BE@snail.stack.nl>
Date: Sat, 31 Oct 2009 16:27:33 +0100 (CET)
From: Jilles Tjoelker <jilles@stack.nl>
Reply-To: Jilles Tjoelker <jilles@stack.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: korean/bitchx: syntax error in configure script
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         140140
>Category:       ports
>Synopsis:       korean/bitchx: syntax error in configure script
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 31 15:30:02 UTC 2009
>Closed-Date:    Wed Nov 04 21:48:48 UTC 2009
>Last-Modified:  Thu Nov  5 03:10:07 UTC 2009
>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.

--- korean-bitchx-syntaxfix.patch begins here ---
--- ports/korean/bitchx/Makefile.orig	2009-10-31 01:49:12.000000000 +0100
+++ ports/korean/bitchx/Makefile	2009-10-31 16:06:01.000000000 +0100
@@ -41,7 +41,7 @@
 CONFIGURE_ARGS+=--without-gtk
 
 post-patch:
-	${TOUCH} ${WRKSRC}/configure
+	${REINPLACE_CMD} -e 's:`$$AWK '"'"'{print $$3}'"'"' /etc/.relid'"'"'`:`$$AWK '"'"'{print $$3}'"'"' /etc/.relid`:g' ${WRKSRC}/configure
 
 post-install:
 	@(${LN} -sf ${PREFIX}/bin/BitchX ${PREFIX}/bin/bx)
--- korean-bitchx-syntaxfix.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Oct 31 18:04:22 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140140 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Wed Nov 4 21:48:46 UTC 2009 
State-Changed-Why:  
Close in favor of ports/140274, with miwi's approval 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140140 
Responsible-Changed-From-To: miwi->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Thu Nov 5 02:41:09 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140140 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/140140: commit references a PR
Date: Thu,  5 Nov 2009 03:00:49 +0000 (UTC)

 amdmi3      2009-11-05 03:00:37 UTC
 
   FreeBSD ports repository
 
   Added files:
     korean/bitchx/files  patch-configure 
   Log:
   - Fix build on 9.0
   
   PR:             140140, 140274
   Submitted by:   Jilles Tjoelker <jilles@stack.nl>, myself
   
   Revision  Changes    Path
   1.1       +11 -0     ports/korean/bitchx/files/patch-configure (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
