Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 1999 17:35:19 -0500
From:      Ade Lovett <ade@lovett.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13238: unbreak games/xlife
Message-ID:  <E11HEIh-000OXq-00@zen.lovett.com>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E11HEIh-000OXq-00>