Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jan 1999 16:35:24 -0500 (EST)
From:      Don Croyle <croyle@gelemna.ft-wayne.in.us>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9763: make README.html creates blank files at top :  category levels
Message-ID:  <199901282135.QAA95340@emerson.gelemna.ft-wayne.in.us>

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

>Number:         9763
>Category:       ports
>Synopsis:       make README.html creates blank files at top & category levels
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 28 13:40:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Don Croyle
>Release:        FreeBSD 3.0-STABLE i386
>Organization:
>Environment:
Discovered while doing a make release on the RELENG_3 branch, with
sources CVSuped ~ 4 am ET, 28 Jan.
	

>Description:
Bsd.ports.subdir.mk is lagging behind current reality a little.  It's
still looking for README.top and README.category in ports/templates.
	

>How-To-Repeat:
Do a make README.html ports or ports/*.  Notice the error message from
cat and the fact that the resulting file is zero bytes long.
	

>Fix:
Apply this patch:
	
--- bsd.port.subdir.mk.old	Sat Dec 12 02:39:30 1998
+++ bsd.port.subdir.mk	Thu Jan 28 16:04:54 1999
@@ -101,7 +101,7 @@
 realinstall: beforeinstall _SUBDIRUSE
 .endif
 
-IGNOREDIR=	CVS distfiles packages pkg templates
+IGNOREDIR=	CVS distfiles packages pkg Mk Templates Tools
 
 .if !target(checksubdirs)
 .if defined(PORTSTOP)
@@ -144,7 +144,7 @@
 .else
 PORTSDIR ?= /usr/ports
 .endif
-TEMPLATES ?= ${PORTSDIR}/templates
+TEMPLATES ?= ${PORTSDIR}/Templates
 .if defined(PORTSTOP)
 README=	${TEMPLATES}/README.top
 .else
>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?199901282135.QAA95340>