ports/93087: osdn on sourceforge.net hasn't subdir /sourceforge

Vyacheslav Anikin ghos at mail.ru
Thu Feb 9 09:30:07 UTC 2006


>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:



More information about the freebsd-ports-bugs mailing list