On Wed, Feb 17, 2016 at 03:02:35PM -0500, Adam Jensen wrote:
> ===>  Checking files for lynx-2.8.9pl6
> >> Fetch http://lynx.isc.org/current/lynx2.8.9dev.6.tar.bz2
> ftp: Error retrieving file: 404 Not Found
> >> Fetch http://ftp.openbsd.org/pub/OpenBSD/distfiles//lynx2.8.9dev.6.tar.bz2
> ftp: Error retrieving file: 404 Not Found
> >> Fetch 
> >> ftp://ftp.usa.openbsd.org/pub/OpenBSD/distfiles//lynx2.8.9dev.6.tar.bz2
> lynx2.8.9dev.6.tar.bz2: No such file or directory.
> >> Fetch 
> >> http://ftp.fr.openbsd.org/pub/OpenBSD/distfiles//lynx2.8.9dev.6.tar.bz2
> ftp: Error retrieving file: 404 Not Found
> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2954 
> '/usr/ports/distfiles/lynx2.8.9dev.6.tar.bz2': 
> @lock=lynx2.8.9dev.6.tar.bz2....)
> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2321 
> '_internal-fetch')
> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2575 
> '/usr/ports/pobj/lynx-2.8.9pl6/.extract_done')
> *** Error 1 in /usr/ports/www/lynx 
> (/usr/ports/infrastructure/mk/bsd.port.mk:2488 'all')
> 

Try this patch:


Index: Makefile
===================================================================
RCS file: /cvs/ports/www/lynx/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- Makefile    7 May 2015 19:40:43 -0000       1.18
+++ Makefile    18 Feb 2016 01:40:01 -0000
@@ -2,6 +2,7 @@
 
 V =            2.8.9
 PL =           6
+REVISION =     0
 COMMENT =      console Internet browser
 DISTNAME =     lynx${V}dev.${PL}
 PKGNAME =      lynx-${V}pl${PL}
@@ -16,7 +17,9 @@ PERMIT_PACKAGE_CDROM =        Yes
 
 WANTLIB += c crypto ncurses ssl z
 
-MASTER_SITES = http://lynx.isc.org/current/
+MASTER_SITES = http://lynx.invisible-island.net/current/ \
+               http://invisible-mirror.net/archives/lynx/tarballs/ \
+               http://invisible-mirror.net/archives/lynx/patches/
 
 CONFIGURE_STYLE =      gnu
 CONFIGURE_ARGS =       --datarootdir="${PREFIX}/share/doc/lynx" \

Reply via email to