freebsd-ports/Mk
Alexey Dokuchaev b73cc98758 Mk/bsd.sites.mk: actualize SourceForge mirror list (more complete)
Test resolving and connectivity (proper HTTP response) for every
officially endorsed mirror from three different locations, using
this simple shell script:

  set -e
  for m in $(grep -v ^# /tmp/sf-mirrors); do
      host ${m}.dl.sourceforge.net
      curl --connect-timeout 30 -I http://${m}.dl.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%202.2.4/lazarus-2.2.4-0.tar.gz
  done

With the following results over numerous runs:

  GOX mirror (Itauna, Brazil) was inaccessible from everywhere;
  additionally, AltusHost (Stockholm) and YeR (Azerbaijan) were
  inaccessible from China, so do not offer them for the moment.

Please keep in mind that not all mirrors might be enabled at once
(mirrors sometimes are pulled from rotation), and not all mirrors
have all files -- in this case, it will respond with HTTP/1.1 302
Moved Temporarily redirect to another site.

Tested from:	Guangzhou (China Mobile), New York City (NYI),
		Saint Petersburg (Rostelecom)
2022-11-26 09:12:26 +00:00
..
Features hardening: add relro and bind_now features 2022-10-26 10:34:03 +02:00
Scripts Uses/cargo: Fix invalid WRKSRC for crates fetched from GitLab with tag 2022-10-08 14:21:19 +02:00
Uses Mk/bsd.default-versions.mk: Change PHP default version to 8.1 2022-11-25 19:14:37 -06:00
Wrappers framework: Remove $FreeBSD$ 2021-04-06 16:27:10 +02:00
bsd.ccache.mk Mk/bsd.ccache.mk: Add CCACHE_ENABLED variable for ports' convenience 2022-09-12 00:47:54 -07:00
bsd.commands.mk cleanup: remove 'Created by' lines 2022-07-20 21:40:02 +02:00
bsd.default-versions.mk Mk/bsd.default-versions.mk: Change PHP default version to 8.1 2022-11-25 19:14:37 -06:00
bsd.destdir.mk cleanup: remove 'Created by' lines 2022-07-20 21:40:02 +02:00
bsd.gcc.mk cleanup: remove 'Created by' lines 2022-07-20 21:40:02 +02:00
bsd.gecko.mk lang/rust: Update to 1.65.0 2022-11-17 08:06:13 +01:00
bsd.java.mk Mk/bsd.java.mk: unregister expired java/openjdk7 2022-09-03 13:01:38 +02:00
bsd.ldap.mk Mk/bsd.ldap.mk: Use OpenLDAP 2.6 by default. 2022-07-08 01:06:07 -07:00
bsd.licenses.db.mk cleanup: remove 'Created by' lines 2022-07-20 21:40:02 +02:00
bsd.licenses.mk cleanup: remove 'Created by' lines 2022-07-20 21:40:02 +02:00
bsd.local.mk cleanup: remove 'Created by' lines 2022-07-20 21:40:02 +02:00
bsd.ocaml.mk framework: cleanup conditional-indentations in Mk/ 2022-04-24 12:00:20 +02:00
bsd.octave.mk Mk/bsd.octave.mk: Allow port to define DIST_SUBDIR 2022-10-22 23:08:20 -05:00
bsd.options.desc.mk Mk/bsd.options.desc.mk: Add QT6_DESC 2022-10-09 01:12:05 -07:00
bsd.options.mk Uses/cabal.mk: Rename EXECUTABLES to CABAL_EXECUTABLES. 2022-08-09 12:16:31 +03:00
bsd.port.mk hardening: add relro and bind_now features 2022-10-26 10:34:03 +02:00
bsd.port.options.mk cleanup: remove 'Created by' lines 2022-07-20 21:40:02 +02:00
bsd.port.post.mk framework: Remove $FreeBSD$ 2021-04-06 16:27:10 +02:00
bsd.port.pre.mk framework: Remove $FreeBSD$ 2021-04-06 16:27:10 +02:00
bsd.port.subdir.mk framework: cleanup conditional-indentations in Mk/ 2022-04-24 12:00:20 +02:00
bsd.ruby.mk lang/ruby*: switch ruby ports to clang on powerpc with the same workaround that arm uses 2022-09-22 10:13:51 +00:00
bsd.sanity.mk framework: cleanup conditional-indentations in Mk/ 2022-04-24 12:00:20 +02:00
bsd.sites.mk Mk/bsd.sites.mk: actualize SourceForge mirror list (more complete) 2022-11-26 09:12:26 +00:00
bsd.tex.mk framework: cleanup conditional-indentations in Mk/ 2022-04-24 12:00:20 +02:00
bsd.wx.mk Mk/bsd.wx.mk: set MAINTAINER to desktop@ 2022-10-26 19:10:21 +02:00