From owner-freebsd-ports Sat Sep 28 16:30: 5 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 5014637B401 for ; Sat, 28 Sep 2002 16:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EA5643E88 for ; Sat, 28 Sep 2002 16: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.6/8.12.6) with ESMTP id g8SNU2Co064904 for ; Sat, 28 Sep 2002 16:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SNU2hF064903; Sat, 28 Sep 2002 16:30:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8736A37B401 for ; Sat, 28 Sep 2002 16:28:58 -0700 (PDT) Received: from theshell.com (arsenic.theshell.com [63.236.138.5]) by mx1.FreeBSD.org (Postfix) with SMTP id D4E1C43E75 for ; Sat, 28 Sep 2002 16:28:57 -0700 (PDT) (envelope-from pavalos@theshell.com) Received: (qmail 8715 invoked from network); 28 Sep 2002 23:28:56 -0000 Received: from radium.theshell.com (pavalos@63.236.138.3) by arsenic.theshell.com with SMTP; 28 Sep 2002 23:28:56 -0000 Received: (from pavalos@localhost) by radium.theshell.com (8.12.6/8.12.5) id g8SNSu3L000727; Sat, 28 Sep 2002 16:28:56 -0700 (PDT) (envelope-from pavalos) Message-Id: <200209282328.g8SNSu3L000727@radium.theshell.com> Date: Sat, 28 Sep 2002 16:28:56 -0700 (PDT) From: Peter Avalos Reply-To: Peter Avalos To: FreeBSD-gnats-submit@FreeBSD.org Cc: obrien@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/43459: [PATCH] ports/shells/bash2 Makefile and NOPORTDOCS 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: 43459 >Category: ports >Synopsis: [PATCH] ports/shells/bash2 Makefile and NOPORTDOCS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 28 16:30:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Peter Avalos >Release: FreeBSD 4.7-RC i386 >Organization: >Environment: System: FreeBSD radium.theshell.com 4.7-RC FreeBSD 4.7-RC #0: Sat Sep 28 13:29:36 PDT 2002 root@radium.theshell.com:/usr/obj/usr/src/sys/RADIUM i386 >Description: When NOPORTDOCS is defined, bash2 will not install since there's a logic error in the Makefile. >How-To-Repeat: >Fix: --- Makefile.old Sat Sep 28 13:36:34 2002 +++ Makefile Sat Sep 28 13:38:19 2002 @@ -13,9 +13,10 @@ MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ MASTER_SITE_SUBDIR= bash +DISTFILES= bash-${PORTVERSION:C/\....$//}.tar.gz + .if !defined(NOPORTDOCS) -DISTFILES= bash-${PORTVERSION:C/\....$//}.tar.gz \ - bash-doc-${PORTVERSION:C/\....$//}.tar.gz +DISTFILES+= bash-doc-${PORTVERSION:C/\....$//}.tar.gz .endif PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/ \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message