From owner-freebsd-ports Fri Aug 23 16:10:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B518437B400 for ; Fri, 23 Aug 2002 16:10:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C04C43E6E for ; Fri, 23 Aug 2002 16:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NNA4JU070393 for ; Fri, 23 Aug 2002 16:10:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NNA499070392; Fri, 23 Aug 2002 16:10:04 -0700 (PDT) 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 To: FreeBSD-gnats-submit@FreeBSD.org Cc: will@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41960: Remove USE_BZIP2 from shells/zsh and fix fetch errors. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41960 >Category: ports >Synopsis: Remove USE_BZIP2 from shells/zsh and fix fetch errors. >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: Fri Aug 23 16:10:03 PDT 2002 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message