Date: Wed, 29 Feb 2012 15:19:33 -0800 From: Jason Helfman <jhelfman@e-e.com> To: freebsd-ports@freebsd.org Subject: BERLIOS Master site issues Message-ID: <20120229231933.GG98785@dormouse.experts-exchange.com>
next in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hello All, BERLIOS Team has changed the way in which they mirror, and it has caused some redirection loops. I have found that a solution has been put in place to thwart download issues. I was able to confirm this by adding the following to a port that defines BERLIOS as a MASTER_SITE: FETCH_ARGS= -a I'm not certain if this is the best solution, however here is a patch for bsd.sites.mk to address all of the ports. It is defined by default, so I don't believe there is another way around it, other than updating all ports individually. And if their methodology changes, we would either need to update all ports again, or alter the arguments in bsd.sites.mk. Index: bsd.sites.mk =================================================================== JCS file: /home/pcvs/ports/Mk/bsd.sites.mk,v retrieving revision 1.560 diff -u -r1.560 bsd.sites.mk - --- bsd.sites.mk 24 Feb 2012 15:28:46 -0000 1.560 +++ bsd.sites.mk 29 Feb 2012 23:00:50 -0000 @@ -99,6 +99,7 @@ .endif .if !defined(IGNORE_MASTER_SITE_BERLIOS) +FETCH_ARGS= -a MASTER_SITE_BERLIOS+= \ http://download.berlios.de/%SUBDIR%/ \ http://download2.berlios.de/%SUBDIR%/ Any thoughts on this? Here is a list of the effected ports (73 in total): audio/bmp-songchange audio/cuetools audio/gbsplay audio/gimmix audio/sonata audio/soundconverter comms/atslog comms/klog comms/kmobiletools databases/dbf databases/ocaml-pgocaml deskutils/kompose deskutils/qrfcview deskutils/rubrica deskutils/tel devel/codeblocks devel/ruby-ncurses devel/sourcenav editors/spe emulators/dboxfe emulators/gngeo emulators/hatari emulators/joytran emulators/tpm-emulator emulators/x48 emulators/xgngeo ftp/kasablanca games/crrcsim games/enigma games/lincity-ng games/netpanzer games/netpanzer-data games/oolite games/ppracer games/pvpgn games/supertux games/windstille graphics/bmp-rootvis graphics/gimmage graphics/lensfun graphics/mapnik graphics/mirage graphics/unpaper irc/konversation japanese/kana-no-quiz mail/fetchmail mail/spamd math/convertall math/qtiplot math/qtiplot-doc math/rpcalc multimedia/tstools net/freenx net/nastnet/smb4k net/smb4k-kde4 net-im/sim-im net-mgmt/netspoc security/gringotts security/libgringotts security/parano sysutils/atop sysutils/cdfsysutils/gsmartcontrol sysutils/gtk-send-pr sysutils/iat sysutils/mdf2iso sysutils/serpentine sysutils/thefish sysutils/unieject www/py-utidy www/rsstool www/wml x11/slim x11/yakuake x11-servers/Xfstt x11-themes/slim-themes x11-toolkits/phat Thanks! - -jgh - -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html E4AD 7CF1 1396 27F6 79DD 4342 5E92 AD66 8C8C FBA5 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iF4EAREIAAYFAk9OsoUACgkQXpKtZoyM+6X/UgD/ZOajcLsdOGAjZez/wpcSMr8l WLCsEwJpugW/K8EL+AYA/Rmo2J708hNwzzWmDTewoklMJhM6IGcDcJ+DYokvWbEi =7NFJ -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120229231933.GG98785>