From keramida@ceid.upatras.gr  Fri Aug 23 16:05:15 2002
Return-Path: <keramida@ceid.upatras.gr>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3FFC537B400; Fri, 23 Aug 2002 16:05:15 -0700 (PDT)
Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E81E843E42; Fri, 23 Aug 2002 16:05:13 -0700 (PDT)
	(envelope-from keramida@ceid.upatras.gr)
Received: from hades.hell.gr (patr530-a021.otenet.gr [212.205.215.21])
	by mailsrv.otenet.gr (8.12.4/8.12.4) with ESMTP id g7NN5ApD023592;
	Sat, 24 Aug 2002 02:05:11 +0300 (EEST)
Received: from hades.hell.gr (hades [127.0.0.1])
	by hades.hell.gr (8.12.5/8.12.5) with ESMTP id g7NN59Dq067534;
	Sat, 24 Aug 2002 02:05:09 +0300 (EEST)
	(envelope-from charon@hades.hell.gr)
Received: (from charon@localhost)
	by hades.hell.gr (8.12.5/8.12.5/Submit) id g7NN58oi067533;
	Sat, 24 Aug 2002 02:05:08 +0300 (EEST)
	(envelope-from charon)
Message-Id: <200208232305.g7NN58oi067533@hades.hell.gr>
Date: Sat, 24 Aug 2002 02:05:08 +0300 (EEST)
From: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: FreeBSD-gnats-submit@freebsd.org
Cc: will@freebsd.org
Subject: Remove USE_BZIP2 from shells/zsh and fix fetch errors.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         41960
>Category:       ports
>Synopsis:       Remove USE_BZIP2 from shells/zsh and fix fetch errors.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    will
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 23 16:10:03 PDT 2002
>Closed-Date:    Fri Sep 06 21:06:20 JST 2002
>Last-Modified:  Fri Sep 06 21:06:20 JST 2002
>Originator:     Giorgos Keramidas
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hades.hell.gr 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Aug 21 22:08:19 EEST 2002 root@hades.hell.gr:/usr/obj/usr/src/sys/KERAMIDA i386

>Description:

	Prompted by bento logs.
	shells/zsh fails to build now in CURRENT.

>How-To-Repeat:

	Just update shells/zsh and try building the port with the
	following Makefile:
	# $FreeBSD: ports/shells/zsh/Makefile,v 1.54 2002/08/14 21:28:36 knu Exp $

>Fix:

--- zsh.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/shells/zsh/Makefile,v
retrieving revision 1.54
diff -u -r1.54 Makefile
--- Makefile	14 Aug 2002 21:28:36 -0000	1.54
+++ Makefile	23 Aug 2002 22:53:55 -0000
@@ -22,8 +22,6 @@
 
 MAINTAINER=	will@FreeBSD.org
 
-USE_BZIP2=	yes
-
 ZSH_VER=	${PORTVERSION}
 ZSHFUNC_SUBDIR=	share/zsh/${ZSH_VER}/functions
 GNU_CONFIGURE=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/shells/zsh/distinfo,v
retrieving revision 1.24
diff -u -r1.24 distinfo
--- distinfo	14 Aug 2002 21:28:36 -0000	1.24
+++ distinfo	23 Aug 2002 22:53:48 -0000
@@ -1,2 +1,2 @@
-MD5 (zsh-4.0.6.tar.bz2) = ec841e1c92a44879c503ffb32a3e5326
-MD5 (zsh-4.0.6-doc.tar.bz2) = 5805ed7e2412b6a41a01cdbb330ca2b2
+MD5 (zsh-4.0.6-doc.tar.gz) = 530d004b55694b2347df74b21d45807c
+MD5 (zsh-4.0.6.tar.gz) = 6a86da9120e97ebe03afd6a51f717c0f
--- zsh.diff ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->will 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Fri Aug 23 16:12:02 PDT 2002 
Responsible-Changed-Why:  
ZSH is will's port. 
No need to leave this assigned to freebsd-ports. 

Prompted by: lioux. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41960 

From: "Akinori MUSHA" <knu@iDaemons.org>
To: Giorgos Keramidas <keramida@FreeBSD.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org, will@FreeBSD.org
Subject: Re: ports/41960: Remove USE_BZIP2 from shells/zsh and fix fetch errors.
Date: Tue, 27 Aug 2002 15:21:32 +0900

 At Fri, 23 Aug 2002 16:13:56 -0700 (PDT),
 Giorgos Keramidas wrote:
 > Synopsis: Remove USE_BZIP2 from shells/zsh and fix fetch errors.
 
 Who would prefer MASTER_SITE_SOURCEFORGE and much bigger distfiles
 when there are a bunch of mirror sites that carry bz2 distfiles? :)
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/shells/zsh/Makefile,v
 retrieving revision 1.54
 diff -u -u -u -r1.54 Makefile
 --- Makefile	14 Aug 2002 21:28:36 -0000	1.54
 +++ Makefile	27 Aug 2002 06:09:09 -0000
 @@ -8,13 +8,16 @@
  PORTNAME=	zsh
  PORTVERSION=	4.0.6
  CATEGORIES=	shells
 -MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 -		ftp://ftp.zsh.org/%SUBDIR%/ \
 +MASTER_SITES=	ftp://ftp.zsh.org/%SUBDIR%/ \
  		ftp://ftp.sterling.com/%SUBDIR%/ \
  		ftp://ftp.rge.com/pub/shells/%SUBDIR%/ \
  		ftp://ftp.fu-berlin.de/pub/unix/shells/%SUBDIR%/ \
  		ftp://ftp.ips.oz.au/pub/packages/%SUBDIR%/ \
 -		ftp://ftp.uit.no/pub/unix/shells/%SUBDIR%/
 +		ftp://ftp.uit.no/pub/unix/shells/%SUBDIR%/ \
 +		ftp://ftp.iij.ad.jp/pub/misc/%SUBDIR%/ \
 +		ftp://ftp.st.ryukoku.ac.jp/pub/utils/shell/%SUBDIR%/ \
 +		ftp://ftp.icm.edu.pl/vol/wojsyl/%SUBDIR%/ \
 +		ftp://ftp.sunsite.auc.dk/disk1/%SUBDIR%/
  MASTER_SITE_SUBDIR=	${PORTNAME}
  .if !defined(NOPORTDOCS)
  DISTFILES=	${DISTNAME}${EXTRACT_SUFX} zsh-${PORTVERSION}-doc${EXTRACT_SUFX}
 
 
 Will, may I commit this?
 
 -- 
                      /
                     /__  __            Akinori.org / MUSHA.org
                    / )  )  ) )  /     FreeBSD.org / Ruby-lang.org
 Akinori MUSHA aka / (_ /  ( (__(  @ iDaemons.org / and.or.jp
 
 "When I leave I don't know what I'm hoping to find
               When I leave I don't know what I'm leaving behind.."
State-Changed-From-To: open->closed 
State-Changed-By: knu 
State-Changed-When: Fri Sep 6 21:06:08 JST 2002 
State-Changed-Why:  
Fix committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41960 
>Unformatted:
