From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 21 07:45:08 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B06916A4CE; Tue, 21 Dec 2004 07:45:08 +0000 (GMT) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89F8843D48; Tue, 21 Dec 2004 07:45:07 +0000 (GMT) (envelope-from michiel@boland.org) Received: from xs6.xs4all.nl (xs6.xs4all.nl [194.109.21.6]) by smtp-vbr4.xs4all.nl (8.12.11/8.12.11) with ESMTP id iBL7j6Zx084323; Tue, 21 Dec 2004 08:45:06 +0100 (CET) (envelope-from michiel@boland.org) Received: from xs6.xs4all.nl (boland37@localhost.xs4all.nl [127.0.0.1]) by xs6.xs4all.nl (8.12.10/8.12.10) with ESMTP id iBL7j6po071518; Tue, 21 Dec 2004 08:45:06 +0100 (CET) (envelope-from michiel@boland.org) Received: (from boland37@localhost) by xs6.xs4all.nl (8.12.10/8.12.9/Submit) id iBL7j5Wt071517; Tue, 21 Dec 2004 08:45:05 +0100 (CET) (envelope-from michiel@boland.org) X-Authentication-Warning: xs6.xs4all.nl: boland37 set sender to michiel@boland.org using -f Date: Tue, 21 Dec 2004 08:45:05 +0100 From: Michiel Boland To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20041221074505.GA58164@xs4all.nl> References: <200412201615.iBKGFaIQ006421@xs6.xs4all.nl> <200412201620.iBKGKNHD095221@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412201620.iBKGKNHD095221@freefall.freebsd.org> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: ports/75315: shells/bash2 is broken on -CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 07:45:08 -0000 > http://www.freebsd.org/cgi/query-pr.cgi?pr=75315 Another workaround would be to use the bundled readline, as in Index: Makefile =================================================================== RCS file: /usr/ncvs/ports/shells/bash2/Makefile,v retrieving revision 1.74 diff -u -r1.74 Makefile --- Makefile 27 Oct 2004 22:13:04 -0000 1.74 +++ Makefile 21 Dec 2004 07:35:59 -0000 @@ -35,7 +35,6 @@ USE_REINPLACE= yes WRKSRC= ${WRKDIR}/bash-${PORTVERSION:C/\....$//} GNU_CONFIGURE= Yes -CONFIGURE_ARGS= --with-installed-readline .if defined(WANT_STATIC_BASH) || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ( ${NOSHARED} != "no" && ${NOSHARED} != "NO" )) CONFIGURE_ARGS+= --enable-static-link .else The above patch needs to be modified of course to preserve the working setup for RELENG_5 etc, but I don't know how to do that. The bash port is not broken, so another thing would be to deinstall bash2 and use bash instead. (Why do I always discover things like this right after I submit a PR.)