pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/29062: problem fetching games/enigma source
>Number: 29062
>Category: pkg
>Synopsis: games/enigma fetch fails
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Mon Jan 24 14:37:00 +0000 2005
>Originator: Antoine Reilles
>Release: NetBSD 2.99.14
>Organization:
loria
>Environment:
System: NetBSD arcelot.loria.fr 2.99.14 NetBSD 2.99.14 (MYKERNEL) #1: Fri Jan
21 15:39:59 CET 2005
tonio%arcelot.loria.fr@localhost:/usr/src/sys/arch/i386/compile/MYKERNEL i386
Architecture: i386
Machine: i386
>Description:
The MASTER_SITES entry in games/enigma/Makefile is incorrect.
It leads make to download an ASCII file containing:
Please download Enigma from www.nongnu.org/enigma/download.html. Thank
you.
>How-To-Repeat:
cd games/enigma
make
>Fix:
Modify the MASTER_SITE entry of the makefile.
The following patch worked for me:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/games/enigma/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile 28 Dec 2004 23:18:16 -0000 1.5
+++ Makefile 24 Jan 2005 14:23:05 -0000
@@ -4,8 +4,7 @@
DISTNAME= enigma-0.81
PKGREVISION= 3
CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_GNU:=enigma/} \
- http://www.rzuser.uni-heidelberg.de/~dheck/
+MASTER_SITES=http://savannah.nongnu.org/download/enigma/
MAINTAINER= heinz%NetBSD.org@localhost
HOMEPAGE= http://www.nongnu.org/enigma/
Home |
Main Index |
Thread Index |
Old Index