From owner-freebsd-ports Wed Aug 18 15:42:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 641EA14F17 for ; Wed, 18 Aug 1999 15:42:44 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA61125; Wed, 18 Aug 1999 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from zen.lovett.com (zen.lovett.com [216.60.121.162]) by hub.freebsd.org (Postfix) with ESMTP id 6BAA914F1F for ; Wed, 18 Aug 1999 15:35:12 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by zen.lovett.com with local (Exim 3.02 #1) id 11HEIh-000OXq-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 18 Aug 1999 17:35:19 -0500 Message-Id: Date: Wed, 18 Aug 1999 17:35:19 -0500 From: Ade Lovett Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13238: unbreak games/xlife Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13238 >Category: ports >Synopsis: unbreak games/xlife >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: Wed Aug 18 15:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 4.0-CURRENT i386 >Organization: Lovett Network Consultancy >Environment: Up-to-date ports tree. >Description: According to the survey, the distfiles for games/xlife are not available from the MASTER_SITE_XCONTRIB sites any more, since the R5contrib directory has been pruned out. >How-To-Repeat: cd games/xlife; make fetch >Fix: An ftpsearch came up with a couple of alternative places, including one on cdrom.com, which hopefully won't go away, thus preserving a little bit of history. Apply following patch: Index: Makefile =================================================================== RCS file: /home/FreeBSD/cvs/ports/games/xlife/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 1998/10/03 13:39:46 1.10 +++ Makefile 1999/08/18 22:26:44 @@ -9,8 +9,8 @@ DISTNAME= xlife PKGNAME= xlife-3.0 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= ../R5contrib +MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/ \ + ftp://ftp.kddlabs.co.jp/pub/X11/R5contrib EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.ORG >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message