From ast@marabu.ch  Fri Jan 25 23:54:08 2002
Return-Path: <ast@marabu.ch>
Received: from oneplusone.ch (oneplusone.ch [212.55.208.170])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1F94637B402; Fri, 25 Jan 2002 23:54:06 -0800 (PST)
Received: (from uucp@localhost)
	by oneplusone.ch (8.11.4/8.11.3) with UUCP id g0Q7s4840178;
	Sat, 26 Jan 2002 08:54:04 +0100 (MET)
	(envelope-from ast@marabu.ch)
Received: from marabu.marabu.ch (marabu.marabu.ch [192.168.21.3])
	by marabu.ch (8.9.3/2000102801) with ESMTP id IAA13885;
	Sat, 26 Jan 2002 08:48:56 +0100 (CET)
	(envelope-from ast@marabu.ch)
Received: by marabu.marabu.ch (8.7.5/20001028-ast-8.3) id IAA29729; Sat, 26 Jan 2002 08:48:55 +0100 (CET)
Received: by NeXT.Mailer (1.124.8483.6)
Message-Id: <200201260748.IAA29729@marabu.marabu.ch>
Date: Sat, 26 Jan 2002 08:48:54 +0100
From: Adrian Steinmann <ast@marabu.ch>
To: freebsd-gnats-submit@FreeBSD.org, matusita@FreeBSD.org
Subject: Re: Problem Report misc/34194: 'make release' removes distfiles too
	early when making ISO images

>Number:         34296
>Category:       misc
>Synopsis:       Re: Problem Report misc/34194: 'make release' removes distfiles too
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnats-admin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 26 00:00:02 PST 2002
>Closed-Date:    Mon Mar 18 20:07:29 PST 2002
>Last-Modified:  Thu Oct 07 18:28:04 GMT 2004
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 subject=Re: misc/34194: 'make release' removes distfiles too early when making ISO images
 
 Patch for mkdir after unrolling ports.tgz:
 
 Index: release/scripts/ports-install.sh
 ===================================================================
 RCS file: /usr/cvs/src/release/scripts/ports-install.sh,v
 retrieving revision 1.2
 diff -c -r1.2 ports-install.sh
 *** release/scripts/ports-install.sh    1998/09/22 08:43:09     1.2
 --- release/scripts/ports-install.sh    2002/01/26 07:47:06
 ***************
 *** 6,9 ****
 --- 6,10 ----
   fi
   echo "Extracting ports tarball into ${DESTDIR}/usr"
   cat ports.tgz | tar --unlink -xpzf - -C ${DESTDIR}/usr
 + mkdir ${DESTDIR}/usr/ports/distfiles
   exit 0
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Mon Mar 18 20:06:34 PST 2002 
State-Changed-Why:  
Followup to closed PR 34194, which was misfiled as a new PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=34296 
>Unformatted:
 	early when making ISO images
