Trying to build net/bird, I meet fetch error: ftp://bird.network.cz/pub/bird/bird-1.3.8.tar.gz: No route to host ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bird-1.3.8.tar.gz: File unavailable (e.g., file not found, no access) Adding a new mirror (fossies.org) solve the problem. Fix: Here is a quick patch: MAINTAINER= melifaro@ipfw.ru COMMENT= Dynamic IP routing daemon (IPv4 version)--S8EzyWx4p7G5SwhKssDc3fieotyGKakNWoWvIcVvyOdGPnpE Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.orig 2012-08-17 10:51:04.000000000 +0200 +++ Makefile 2012-08-17 10:51:35.000000000 +0200 @@ -8,7 +8,8 @@ PORTNAME= bird PORTVERSION= 1.3.8 CATEGORIES= net -MASTER_SITES= ftp://bird.network.cz/pub/bird/ +MASTER_SITES= ftp://bird.network.cz/pub/bird/ \ + http://fossies.org/unix/misc/ How-To-Repeat: This problem depends of the bird ftp server status.
Maintainer of net/bird, Please note that PR ports/170697 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170697 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->melifaro Take
Author: sem Date: Fri Aug 17 12:12:52 2012 New Revision: 302680 URL: http://svn.freebsd.org/changeset/ports/302680 Log: - Add another master site PR: ports/170697 Submitted by: Olivier Cochard-Labbe <olivier at cochard.me> Approved by: maintainer Modified: head/net/bird/Makefile head/net/bird6/Makefile Modified: head/net/bird/Makefile ============================================================================== --- head/net/bird/Makefile Fri Aug 17 12:06:21 2012 (r302679) +++ head/net/bird/Makefile Fri Aug 17 12:12:52 2012 (r302680) @@ -8,7 +8,8 @@ PORTNAME= bird PORTVERSION= 1.3.8 CATEGORIES= net -MASTER_SITES= ftp://bird.network.cz/pub/bird/ +MASTER_SITES= ftp://bird.network.cz/pub/bird/ \ + http://bird.mpls.in/distfiles/bird/ MAINTAINER= melifaro@ipfw.ru COMMENT= Dynamic IP routing daemon (IPv4 version) Modified: head/net/bird6/Makefile ============================================================================== --- head/net/bird6/Makefile Fri Aug 17 12:06:21 2012 (r302679) +++ head/net/bird6/Makefile Fri Aug 17 12:12:52 2012 (r302680) @@ -8,7 +8,8 @@ PORTNAME= bird6 PORTVERSION= 1.3.8 CATEGORIES= net -MASTER_SITES= ftp://bird.network.cz/pub/bird/ +MASTER_SITES= ftp://bird.network.cz/pub/bird/ \ + http://bird.mpls.in/distfiles/bird/ DISTNAME= bird-${PORTVERSION} MAINTAINER= melifaro@ipfw.ru _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!