ports/140139: irc/bitchx: syntax error in configure script

Jilles Tjoelker jilles at stack.nl
Sat Oct 31 15:00:13 UTC 2009


>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:



More information about the freebsd-ports-bugs mailing list