Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2002 16:28:56 -0700 (PDT)
From:      Peter Avalos <pavalos@theshell.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        obrien@FreeBSD.org
Subject:   ports/43459: [PATCH] ports/shells/bash2 Makefile and NOPORTDOCS
Message-ID:  <200209282328.g8SNSu3L000727@radium.theshell.com>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209282328.g8SNSu3L000727>