ports/67025: [PATCH] Mk/bsd.sites.mk: MASTER_SITE_SOURCEWARE rcn.net fix

Roman Neuhauser neuhauser at chello.cz
Sat May 22 02:20:20 UTC 2004


>Number:         67025
>Category:       ports
>Synopsis:       [PATCH] Mk/bsd.sites.mk: MASTER_SITE_SOURCEWARE rcn.net fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 21 19:20:17 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Neuhauser
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD isis.wad.cz 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #3: Sun Mar 7 02:11:16 CET 2004 root at isis.wad.cz:/usr/obj/usr/src/sys/FREEPUPPY2_6 i386


	
>Description:
1. mirrors.rcn.net is one host, no matter if it's accessed on port 21 or 80
   (well, the other possibility isn't very likely), so having it in
   MASTER_SITE_SOURCEWARE twice doesn't make much sense.
2. ftp://mirrors.rcn.net/mirrors/sources.redhat.com/%SUBDIR%/ fails for
   every MASTER_SITE_SOURCEWARE using port I checked, while
   {ht,f}tp://mirrors.rcn.net/pub/sourceware/%SUBDIR%/ does have the tarball.

>How-To-Repeat:
	
>Fix:

	

--- Mk::bsd.sites.mk.MASTER_SITE_SOURCEWARE.rcn.patch begins here ---
Index: Mk/bsd.sites.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.sites.mk,v
retrieving revision 1.232
diff -u -u -r1.232 bsd.sites.mk
--- Mk/bsd.sites.mk	4 Apr 2004 06:11:04 -0000	1.232
+++ Mk/bsd.sites.mk	22 May 2004 01:51:48 -0000
@@ -765,8 +764,7 @@
 .endfor
 
 MASTER_SITE_SOURCEWARE+= \
-	http://mirrors.rcn.net/pub/sourceware/%SUBDIR%/ \
-	ftp://mirrors.rcn.net/mirrors/sources.redhat.com/%SUBDIR%/ \
+	ftp://mirrors.rcn.net/pub/sourceware/%SUBDIR%/ \
 	ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/%SUBDIR%/ \
 	ftp://ftp1.sinica.edu.tw/pub3/GNU/CYGNUS/%SUBDIR%/ \
 	ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/sources.redhat.com/%SUBDIR%/ \
--- Mk::bsd.sites.mk.MASTER_SITE_SOURCEWARE.rcn.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list