From croyle@gelemna.ft-wayne.in.us Sun Oct  3 13:01:10 1999
Return-Path: <croyle@gelemna.ft-wayne.in.us>
Received: from mail.fwi.com (mail.fwi.com [209.84.160.144])
	by hub.freebsd.org (Postfix) with ESMTP id E739714BB8
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Oct 1999 13:01:09 -0700 (PDT)
	(envelope-from croyle@gelemna.ft-wayne.in.us)
Received: from gelemna.ft-wayne.in.us (fortwayne-max-9-line-1.fwi.com [209.84.179.129])
	by mail.fwi.com (8.8.5/8.8.5) with ESMTP id PAA04073
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 3 Oct 1999 15:01:03 -0500 (EST)
Received: (from croyle@localhost)
	by gelemna.ft-wayne.in.us (8.9.3/8.9.3) id PAA77213;
	Sun, 3 Oct 1999 15:01:02 -0500 (EST)
	(envelope-from croyle)
Message-Id: <199910032001.PAA77213@gelemna.ft-wayne.in.us>
Date: Sun, 3 Oct 1999 15:01:02 -0500 (EST)
From: Don Croyle <croyle@gelemna.ft-wayne.in.us>
Reply-To: croyle@gelemna.ft-wayne.in.us
To: FreeBSD-gnats-submit@freebsd.org
Subject: DISTFILES name clash between release/Makefile and bsd.port.mk
X-Send-Pr-Version: 3.2

>Number:         14104
>Category:       misc
>Synopsis:       DISTFILES name clash between release/Makefile and bsd.port.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct  3 13:10:01 PDT 1999
>Closed-Date:    Tue May 9 14:22:07 PDT 2000
>Last-Modified:  Mon Jan  4 02:10:00 UTC 2010
>Originator:     Don Croyle
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
>Environment:

	

>Description:
Prior to building a release I set DISTFILES in the environment to a
directory containing only the files needed by the documentation ports.
The build eventually died when the jade port took DISTFILES to be
*it's* list of files required to build.

Arguably, setting DISTFILES in the environment instead of on the make
command line is a silly thing to do, but since there's an easy fix....
	

>How-To-Repeat:

	

>Fix:
Apply this patch.  Tested through a make release on -stable.  Applies
with a small fuzz to -current, but I don't have enough drive space on
that machine to build a test release.
	
*** release/Makefile.orig	Sat Oct  2 04:28:50 1999
--- release/Makefile	Sun Oct  3 14:35:17 1999
***************
*** 55,61 ****
  ALLLANG=	yes
  DOCPORTS=	textproc/docproj
  # Set this to wherever the distfiles required by ${DOCPORTS} live.
! DISTFILES?=	${.CURDIR}/../../ports/distfiles
  
  DIST_DOCS= ABOUT.TXT ERRATA.TXT LAYOUT.TXT README.TXT HARDWARE.TXT \
             INSTALL.TXT RELNOTES.TXT TROUBLE.TXT UPGRADE.TXT
--- 55,61 ----
  ALLLANG=	yes
  DOCPORTS=	textproc/docproj
  # Set this to wherever the distfiles required by ${DOCPORTS} live.
! DISTFILEDIR?=	${.CURDIR}/../../ports/distfiles
  
  DIST_DOCS= ABOUT.TXT ERRATA.TXT LAYOUT.TXT README.TXT HARDWARE.TXT \
             INSTALL.TXT RELNOTES.TXT TROUBLE.TXT UPGRADE.TXT
***************
*** 188,195 ****
  .endif
  .if !defined(NODOC)
  	cd ${CHROOTDIR}/usr && rm -rf doc && cvs -R -d ${CVSROOT} co -P ${RELEASEDOCMODULE}
! 	if [ -d ${DISTFILES}/ ]; then \
! 		cp -rp ${DISTFILES} ${CHROOTDIR}/usr/ports/distfiles; \
  	fi
  .endif
  .endif
--- 188,195 ----
  .endif
  .if !defined(NODOC)
  	cd ${CHROOTDIR}/usr && rm -rf doc && cvs -R -d ${CVSROOT} co -P ${RELEASEDOCMODULE}
! 	if [ -d ${DISTFILEDIR}/ ]; then \
! 		cp -rp ${DISTFILEDIR} ${CHROOTDIR}/usr/ports/distfiles; \
  	fi
  .endif
  .endif


>Release-Note:
>Audit-Trail:

From: Don Croyle <croyle@gelemna.ft-wayne.in.us>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: misc/14104: DISTFILES name clash between release/Makefile and bsd.port.mk
Date: 17 Oct 1999 19:00:46 -0500

 On further experimentation, this is a problem even if DISTFILES is
 specified on the make command line.  Using tcsh as my shell, though I
 doubt that it matters.
 
 em:/usr/src/release# make release DISTFILES=/usr/rel-dist RELEASETAG=RELENG_3 CHROOTDIR=/usr/release
 [some hours pass]
 Making docs...
 ===>  Extracting for docproj-1.1
 >> No MD5 checksum file.
 ===>  Patching for docproj-1.1
 ===>  Configuring for docproj-1.1
 ===>  Installing for docproj-1.1
 ===>   docproj-1.1 depends on executable: instant - not found
 ===>    Verifying install for instant in /usr/ports/textproc/sgmlformat
 >> /usr/rel-dist doesn't seem to exist on this system.
 >> Attempting to fetch from http://fallout.campusview.indiana.edu/ports/distfiles/.
 fetch: /usr/rel-dist: fallout.campusview.indiana.edu: HTTP server returned error code 404
 >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
 fetch: skipping double slash in FTP URL; see man page or RFC1738.
 fetch: ftp.FreeBSD.org: usr: File unavailable (e.g., file not found, no access)
 >> Couldn't fetch it - please try to retrieve this
 >> port manually into /usr/ports/distfiles/ and try again.
 *** Error code 1
 
 Stop.
 
State-Changed-From-To: open->closed 
State-Changed-By: jhb 
State-Changed-When: Tue May 9 14:22:07 PDT 2000 
State-Changed-Why:  
Similar fix committed already. 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/14104: commit references a PR
Date: Mon,  4 Jan 2010 02:06:51 +0000 (UTC)

 pgollucci    2010-01-04 02:06:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11-fonts/indic-ttf  Makefile distinfo pkg-descr pkg-plist 
   Log:
   - Update to 0.5.6
   
   PR:             ports/14104
   Changes:        http://packages.debian.org/changelogs/pool/main/t/ttf-indic-fonts/ttf-indic-fonts_0.5.6/changelog
   Submitted by:   maintainer
   
   Revision  Changes    Path
   1.5       +2 -3      ports/x11-fonts/indic-ttf/Makefile
   1.5       +3 -3      ports/x11-fonts/indic-ttf/distinfo
   1.3       +5 -11     ports/x11-fonts/indic-ttf/pkg-descr
   1.5       +17 -10    ports/x11-fonts/indic-ttf/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
