From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 9 06:20:02 2010 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 359191065675 for ; Fri, 9 Apr 2010 06:20: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 E88B68FC0C for ; Fri, 9 Apr 2010 06:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o396K14l078597 for ; Fri, 9 Apr 2010 06:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o396K1rG078596; Fri, 9 Apr 2010 06:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 9 Apr 2010 06:20:01 GMT Resent-Message-Id: <201004090620.o396K1rG078596@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, Ashish SHUKLA Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 845A1106566B for ; Fri, 9 Apr 2010 06:18:17 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5800A8FC18 for ; Fri, 9 Apr 2010 06:18:17 +0000 (UTC) Received: by pwi9 with SMTP id 9so2795507pwi.13 for ; Thu, 08 Apr 2010 23:18:16 -0700 (PDT) Received: by 10.141.90.11 with SMTP id s11mr1554344rvl.152.1270793896728; Thu, 08 Apr 2010 23:18:16 -0700 (PDT) Received: from chateau.d.if ([122.163.14.137]) by mx.google.com with ESMTPS id 21sm675211pzk.0.2010.04.08.23.18.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 08 Apr 2010 23:18:15 -0700 (PDT) Received: by chateau.d.if (Postfix, from userid 1001) id D0FEF4B437; Fri, 9 Apr 2010 11:48:08 +0530 (IST) Message-Id: <20100409061808.D0FEF4B437@chateau.d.if> Date: Fri, 9 Apr 2010 11:48:08 +0530 (IST) From: Ashish SHUKLA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/145555: [PATCH] irc/irssi-fish refuses to build on csh X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ashish SHUKLA List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2010 06:20:02 -0000 >Number: 145555 >Category: ports >Synopsis: [PATCH] irc/irssi-fish refuses to build on csh >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 09 06:20:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Ashish SHUKLA >Release: FreeBSD 8.0-RELEASE-p2 amd64 >Organization: N/A >Environment: System: FreeBSD chateau.d.if 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #3: Tue Mar 2 01:06:00 IST 2010 root@chateau.d.if:/usr/obj/usr/src/sys/CHATEAU amd64 >Description: Martin Polden reported me that irc/irssi-fish refuses to build on C shell (which he is using) with a fix to replace the occurences of '$(pwd)' to '`pwd`' in Makefile. This PR fixes the issue. Thanks to Martin. >How-To-Repeat: 1. Start C shell: % csh 2. In C shell, build the irssi-fish port: % sudo make -C /usr/ports/irc/irssi-fish build >Fix: diff -urN /usr/ports/irc/irssi-fish/Makefile irssi-fish/Makefile --- /usr/ports/irc/irssi-fish/Makefile 2010-03-31 18:05:44.000000000 +0530 +++ irssi-fish/Makefile 2010-04-09 11:33:42.000000000 +0530 @@ -42,6 +42,7 @@ -e 's|[$$][(]HOME[)]/glib-1.2.10|${LOCALBASE}/include/glib-2.0|' \ -e 's|[$$][(]HOME[)]/irssi-0.8.9|${LOCALBASE}/include/irssi|' \ -e 's|miracl.a|${LOCALBASE}/lib/libmiracl.a|' \ + -e 's|[$$]\(pwd\)|`pwd`|g' \ -e 's|\@echo \"Press ENTER to continue or CTRL\+C to abort...\"\; read junk||' \ ${WRKSRC}/Makefile >Release-Note: >Audit-Trail: >Unformatted: