ports/116361: [PATCH] net/pppoa - chase distfile
Dan Voisine
voisined at wit.edu
Sat Sep 15 02:10:02 UTC 2007
>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 at 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:
More information about the freebsd-ports-bugs
mailing list