Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Mar 2006 16:44:23 -0000
From:      Shaun Amott <shaun@inerd.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/94178: bsd.sites.mk addition - Tucows - over 30 mirrors
Message-ID:  <1141749863.2742@charon.picobyte.net>
Resent-Message-ID: <200603071650.k27Go3Ft044734@freefall.freebsd.org>

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

>Number:         94178
>Category:       ports
>Synopsis:       bsd.sites.mk addition - Tucows - over 30 mirrors
>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:   Tue Mar 07 16:50:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Shaun Amott
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:

>Description:

Tucows mirrors lots of open-source software, and has servers worldwide.
I have also patched one currently unfetchable port to use the new Tucows
mirrors (assuming the patch is accepted).

>How-To-Repeat:

>Fix:

--- bsd.sites.mk.diff begins here ---
--- bsd.sites.mk.orig	Thu Feb 23 14:10:24 2006
+++ bsd.sites.mk	Tue Mar  7 16:30:51 2006
@@ -1213,3 +1213,14 @@
 	http://xorg.freedesktop.org/%SUBDIR%/ \
 	ftp://ftp.x.org/pub/%SUBDIR%/
 .endif
+
+.if !defined(IGNORE_MASTER_SITE_TUCOWS)
+.for mirror in chariot ns-linux iinets easyhost bihnet pucpr cdli olivant otenet hellasonline pihk cyberec panservice fastweb mclink kasnet wananchi latvia uunetnl wish bit vianl introweb dekooi inspirenet pl-task clix simplesnet netvisao idilis rdstm atk saix mweb mundo-r gva dataphone ankara tulumba tr-net mintac epix theplanet wcn ukms blueyonder
+MASTER_SITE_TUCOWS+= \
+	http://${mirror}.linux.tucows.com/files/%SUBDIR%/
+.endfor
+MASTER_SITE_TUCOWS+= \
+	http://linuxberg.nexicom.net/files/%SUBDIR%/ \
+	http://linuxberg.xs4all.nl/files/%SUBDIR%/ \
+	http://linuxberg.ua.pt/files/%SUBDIR%/
+.endif
--- bsd.sites.mk.diff ends here ---


Patch for dns/dlint:

--- dlint.diff begins here ---
--- Makefile.orig       Fri Sep  5 05:54:32 2003
+++ Makefile    Tue Mar  7 16:32:07 2006
@@ -9,7 +9,8 @@
 PORTNAME=      dlint
 PORTVERSION=   1.4.0
 CATEGORIES=    dns
-MASTER_SITES=  http://www.domtools.com/pub/
+MASTER_SITES=  ${MASTER_SITE_TUCOWS}
+MASTER_SITE_SUBDIR= console/servers
 DISTNAME=      dlint${PORTVERSION}
 
 MAINTAINER=    ports@FreeBSD.org
--- dlint.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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