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 $
Responsible Changed From-To: freebsd-ports->will ZSH is will's port. No need to leave this assigned to freebsd-ports. Prompted by: lioux.
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 Fix committed, thanks.