Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Sep 2007 02:04:20 GMT
From:      Dan Voisine <voisined@wit.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/116361: [PATCH] net/pppoa - chase distfile
Message-ID:  <200709150204.l8F24KPU040571@www.freebsd.org>
Resent-Message-ID: <200709150210.l8F2A1OT037972@freefall.freebsd.org>

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

>Number:         116361
>Category:       ports
>Synopsis:       [PATCH] net/pppoa - chase distfile
>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:   Sat Sep 15 02:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dan Voisine
>Release:        6.2-RELEASE-p4
>Organization:
>Environment:
FreeBSD dan.voisine.private 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:40:53 UTC 2007     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
One of the dist files is not fetchable.

fetch: http://download.ethomson.com/download/speedmgmt.tar.gz: No route to host

http://pointyhat.freebsd.org/errorlogs/i386-6-latest/pppoa-1.3.1,2.log
>How-To-Repeat:
cd /usr/ports/net/pppoa && make checksum
>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/net/pppoa/Makefile /root/pppoa/Makefile
--- /usr/ports/net/pppoa/Makefile	Sat Aug  4 14:48:22 2007
+++ /root/pppoa/Makefile	Fri Sep 14 11:19:33 2007
@@ -9,7 +9,7 @@
 PORTVERSION=		1.3.1
 PORTEPOCH=		2
 CATEGORIES=		net
-MASTER_SITES=		http://download.ethomson.com/download/:mngt \
+MASTER_SITES=		http://www.oracle-base.com/articles/misc/:mngt \
 			${MASTER_SITE_SOURCEFORGE:S/$/:src/}
 MASTER_SITE_SUBDIR=	speedtouch/:src
 DISTFILES=		${SPEEDTOUCH}.tar.bz2:src ${ALCATELDRIVER}:mngt
@@ -22,7 +22,7 @@
 USE_GMAKE=		yes
 SPEEDTOUCH=		speedtouch-${PORTVERSION}
 ALCATELDRIVER=		speedmgmt.tar.gz
-RESTRICTED=		"http://www.speedtouchdsl.com/disclaimer_lx.htm"
+RESTRICTED=		http://www.speedtouchdsl.com/disclaimer_lx.htm
 RESTRICTED_FILES=	${ALCATELDRIVER}
 
 WRKSRC=			${WRKDIR}/${SPEEDTOUCH}
@@ -33,7 +33,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} >= 700000
-BROKEN=			"Does not build on FreeBSD >= 7.0"
+BROKEN=			Does not build on FreeBSD >= 7.0
 .endif
 
 post-extract:


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



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