Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2009 09:26:47 GMT
From:      Barbara <barbara.xxx1975@libero.it>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/138265: x11-wm/e16: unfetchable distfile
Message-ID:  <200908280926.n7S9QlEf092112@www.freebsd.org>
Resent-Message-ID: <200908280930.n7S9U27k042612@freefall.freebsd.org>

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

>Number:         138265
>Category:       ports
>Synopsis:       x11-wm/e16: unfetchable distfile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 28 09:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Barbara
>Release:        7.2-STABLE
>Organization:
>Environment:
FreeBSD satanasso.local.net 7.2-STABLE FreeBSD 7.2-STABLE #0: Sat Aug 22 17:27:55 CEST 2009     root@satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO  i386
>Description:

# cd /usr/ports/x11-wm/e16 && make checksum
=> e16-1.0.0.901.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/e16-1.0.0.901.tar.gz: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/x11-wm/e16.
>How-To-Repeat:
cd /usr/ports/x11-wm/e16 && make checksum
>Fix:
I don't know if the real problem lay in bsd.sites.mk, but applying the patch made the distfile fetchable for me.


Patch attached with submission follows:

--- Makefile.orig	2009-08-27 23:50:02.000000000 +0200
+++ Makefile	2009-08-28 11:08:18.000000000 +0200
@@ -8,7 +8,7 @@
 PORTNAME=	e16
 DISTVERSION=	1.0.0.901
 CATEGORIES=	x11-wm
-MASTER_SITES=	SFP/enlightenment/${PORTNAME}/Snapshots
+MASTER_SITES=	SF/enlightenment/${PORTNAME}/Snapshots
 
 MAINTAINER=	gahr@FreeBSD.org
 COMMENT=	A very artistic X window manager


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908280926.n7S9QlEf092112>