From owner-freebsd-ports Fri Sep 13 5:30: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C238B37B400 for ; Fri, 13 Sep 2002 05:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 026F643E72 for ; Fri, 13 Sep 2002 05:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8DCU2JU063924 for ; Fri, 13 Sep 2002 05:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8DCU265063923; Fri, 13 Sep 2002 05:30:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79E2C37B400 for ; Fri, 13 Sep 2002 05:24:17 -0700 (PDT) Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id C04E343E4A for ; Fri, 13 Sep 2002 05:24:16 -0700 (PDT) (envelope-from logix@foobar.franken.de) Received: from fwd11.sul.t-online.de by mailout02.sul.t-online.com with smtp id 17ppUc-0001xn-08; Fri, 13 Sep 2002 14:24:14 +0200 Received: from foobar.franken.de (520066542279-0001@[217.229.171.40]) by fmrl11.sul.t-online.com with esmtp id 17ppUK-05aCZcC; Fri, 13 Sep 2002 14:23:56 +0200 Received: from foobar.franken.de (localhost [127.0.0.1]) by foobar.franken.de (8.12.5/8.12.5) with ESMTP id g8DCNs7i019047 for ; Fri, 13 Sep 2002 14:23:54 +0200 (CEST) (envelope-from logix@foobar.franken.de) Received: (from logix@localhost) by foobar.franken.de (8.12.5/8.12.5/Submit) id g8DCNrUB019046; Fri, 13 Sep 2002 14:23:53 +0200 (CEST) Message-Id: <200209131223.g8DCNrUB019046@foobar.franken.de> Date: Fri, 13 Sep 2002 14:23:53 +0200 (CEST) From: Harold Gutch Reply-To: Harold Gutch To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42729: bash manpage has /bin/bash as location for bash executable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42729 >Category: ports >Synopsis: bash manpage has /bin/bash as location for bash executable >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 13 05:30:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Harold Gutch >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD foobar.franken.de 4.6-STABLE FreeBSD 4.6-STABLE #4: Tue Aug 20 06:38:17 CEST 2002 logix@foobar.franken.de:/usr/obj/usr/src/sys/FOOBAR i386 >Description: The manpage of shells/bash2 incorrectly lists /bin/bash as location for the bash executable instead of ${PREFIX}/bin/bash. >How-To-Repeat: man bash and look at the first entry of the FILES section. >Fix: Apply this patch: --- Makefile.orig Tue Sep 10 16:38:53 2002 +++ Makefile Fri Sep 13 14:22:47 2002 @@ -27,7 +27,12 @@ GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-installed-readline CONFIGURE_ENV= LDFLAGS=-static +USE_REINPLACE= yes MAN1= bash.1 bashbug.1 + +post-patch: + @${REINPLACE_CMD} -e "s,.FN /bin/bash,.FN ${PREFIX}/bin/bash," \ + ${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc/bash.1 post-install: ${CP} /etc/shells /etc/shells.bak >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message