Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Feb 2006 09:25:41 GMT
From:      Vyacheslav Anikin <ghos@mail.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/93087: osdn on sourceforge.net hasn't subdir /sourceforge
Message-ID:  <200602090925.k199PfmC070171@www.freebsd.org>
Resent-Message-ID: <200602090930.k199U7fh064244@freefall.freebsd.org>

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

>Number:         93087
>Category:       ports
>Synopsis:       osdn on sourceforge.net hasn't subdir /sourceforge
>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:   Thu Feb 09 09:30:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Vyacheslav Anikin
>Release:        6.0-RELEASE
>Organization:
>Environment:
>Description:
I tryed to download by hand one of the ports from osdn.sourceforge.net,
but sf.net server return 'file not found'. It happen because osdn is not
a mirror, it is the master, and it hasn't subdir '/sourceforge/%SUBDIR%'.

I changed /usr/ports/Mk/bsd.sites.mk, and then tested it. Seems to work fine.

Thanks.
>How-To-Repeat:
              
>Fix:
--- bsd.sites.mk.orig	Thu Feb  9 12:06:33 2006
+++ bsd.sites.mk	Thu Feb  9 12:08:54 2006
@@ -947,10 +947,12 @@
 .endif
 
 .if !defined(IGNORE_MASTER_SITE_SOURCEFORGE)
-.for mirror in heanet nchc optusnet kent ufpr surfnet jaist umn osdn
+.for mirror in heanet nchc optusnet kent ufpr surfnet jaist umn
 MASTER_SITE_SOURCEFORGE+= \
 	http://${mirror}.dl.sourceforge.net/sourceforge/%SUBDIR%/
 .endfor
+MASTER_SITE_SOURCEFORGE+= \
+	http://osdn.dl.sourceforge.net/%SUBDIR%/
 .endif
 
 # official sf.net mirrors that don't mirror all projects, check

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



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