notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: Mk/bsd.sites.mk

Number of commits found: 872 (showing only 100 on this page)

«  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9  »  

Sunday, 31 Jan 2016
22:58 gerald search for other commits by this committer
Remove mirrors.webhostinggeeks.com from MASTER_SITE_GCC.  It delivers
truncated archives while it is has not yet completed its own mirroring.
Original commitRevision:407675 
Monday, 11 Jan 2016
16:02 miwi search for other commits by this committer
- Drop dk1|gr.php.net mirrors there are down since a while
Original commitRevision:405787 
Friday, 1 Jan 2016
17:06 sunpoet search for other commits by this committer
- Update MASTER_SITE_CHEESESHOP: remove http:// because it always redirects to
https://

% fetch -v
http://pypi.python.org/packages/source/s/setuptools/setuptools-19.2.tar.gz
looking up pypi.python.org
connecting to pypi.python.org:80
requesting
http://pypi.python.org/packages/source/s/setuptools/setuptools-19.2.tar.gz
301 redirect to
https://pypi.python.org/packages/source/s/setuptools/setuptools-19.2.tar.gz
Original commitRevision:405016 
Monday, 21 Dec 2015
18:33 sunpoet search for other commits by this committer
- Add http://ftp.ruby-lang.org/ to MASTER_SITE_RUBY
- Remove dead links:
  - Error code 403: http://www.ibiblio.org/
  - Error code 404: http://mirrors.sunsite.dk/
  - Error code 550: ftp://xyz.lcs.mit.edu/, ftp://ftp.easynet.be/,
ftp://ftp.ntua.gr/
  - Unable to resolve: ftp.SpringDaemons.com
Original commitRevision:404143 
Saturday, 19 Dec 2015
10:46 jbeich search for other commits by this committer
sites: update MOZILLA mirrors

- releases.m.o and ftp.m.o now point to archive.m.o
- CDN (Akamai) uses broken SSL certificate
- ftp:// is turned off [1]

[1]
https://blog.mozilla.org/it/2015/07/27/product-delivery-migration-what-is-changing-when-its-changing-and-the-impacts/
Original commitRevision:404006 
Tuesday, 8 Dec 2015
03:19 jhale search for other commits by this committer
Update MASTER_SITES_GNUPG

- Remove dead mirrors
- Sorted with ports-mgmt/fastest_sites and manually moved a few sites
  to the bottom of the list that were not synced
Original commitRevision:403248 
Thursday, 26 Nov 2015
17:08 bapt search for other commits by this committer
Also add a centos vault master sites for updates
Original commitRevision:402458 
Wednesday, 25 Nov 2015
13:17 mat search for other commits by this committer
Indent the make logic inside the USE_GITHUB block properly.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:402396 
13:17 mat search for other commits by this committer
keep the multi-github-magic inside of defined(USE_GITHUB)

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:402395 
Saturday, 24 Oct 2015
04:28 koobs search for other commits by this committer
Mk/bsd.sites.mk: Remove non-PEP449 Python mirrors [Part III]

PEP-449 [1] describes the 'Removal of the PyPI Mirror Auto Discovery and
Naming Scheme'.

The main elements of this (Accepted) proposal are:

    Removal of [a-z].pypi.python.org DNS CNAMES
    Replacing individual mirrors with a single Geo-aware CDN service

Previous revisions 365159, 347895, 342514 deprecated several individual
mirrors and *.pypi.python.org aliases. The following changes (Part III)
completes the (PEP-449 compatibility) transition:

    Remove pypi.crate.io (NXDOMAIN)
    Remove pypi.python.jp (Outdated, Broken for DISTNAMEs w/ hyphens
    Switch to TLS (HTTPS) MASTER_SITE by default
    Leave a non-TLS (HTTP) MASTER_SITE for fallback (proxy environments)

This change is also likely to fix PyPI (CHEESESHOP) update detection in
Portscout, at least until upcoming changes for the portscout port add a
dedicated sitehandler for it (and GitHub).

[1] https://www.python.org/dev/peps/pep-0449/

MFH:			2015Q4
Differential Revision:	https://reviews.freebsd.org/D3972
Original commitRevision:400105 
Friday, 4 Sep 2015
16:01 mat search for other commits by this committer
http://cloud.github.com/ redirects to https.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:396102 
Sunday, 30 Aug 2015
12:48 az search for other commits by this committer
Move one of the fallback site upper
Original commitRevision:395616 
10:08 az search for other commits by this committer
Help portscout to detect a new version of the module on CPAN if the AUTHOR_ID
for the new version and the current are not equal. This is only partial
hack and won't work for all modules.
Original commitRevision:395604 
Friday, 14 Aug 2015
20:59 feld search for other commits by this committer
Update MASTER_SITE_GNUPG

I took all of the mirrors I could find and ran them against
sysutils/fastest_sites
from a server in a datacenter in Chicago. It removed a few dead mirrors
and I have added a few new ones. Hopefully this provides a better
overall experience.

New order is roughly: UK, NL, IE, DE, etc

PR:		202332
Original commitRevision:394258 
Sunday, 9 Aug 2015
19:14 netchild search for other commits by this committer
Re-commit of
64 bit linuxulator support (not activated by default):
 - most of the work was done by Alan Jude
 - all errors are mine
 - 64bit (may) have rough edges
 - I validated
    * that the 32bit part doesn't has deinstall regressions (incl. EXP runs by
      antoine)
    * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
      later, when I dare to activate the 64bit linuxulator in the kernel)
 - the infrastructure part looks mature enough to let more test-bunnies get
   some experience with the new 64 bit parts
 - to use it you shall have no linux ports installed and have to specify
   (on your own risk) the following in make.conf before installing the ports:
   OVERRIDE_LINUX_BASE_PORT=c6_64
   OVERRIDE_LINUX_NONBASE_PORTS=c6_64

This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits
only, we decided to have it as an "overlay" instead of new ports.
The 64bit part only installs 64bit executables, the 32bit ports can not be
installed at the same time (if needed we can think of letting the 64bit
overlay install the 32bit parts too, but given the CentOS 7 comment
above...).

Differential Revision:	https://reviews.freebsd.org/D174
Submitted by:		alanjude
Sponsored by:		Essen FreeBSD Hackathon 2015
Reviewed by:		xmj, eadler (earlier versions)
Approved by:		portmgr (antoine after some EXP-runs)
Original commitRevision:393817 
Sunday, 26 Jul 2015
13:35 antoine search for other commits by this committer
Unbreak INDEX, reverting r392921

With hat:	portmgr
Original commitRevision:392922 
13:06 netchild search for other commits by this committer
64 bit linuxulator support (not activated by default):
 - most of the work was done by Alan Jude
 - all errors are mine
 - 64bit (may) have rough edges
 - I validated
    * that the 32bit part doesn't has deinstall regressions
    * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
      later, when I dare to activate the 64bit linuxulator in the kernel)
 - the infrastructure part looks mature enough to let more test-bunnies get
   some experience with it
 - to use it you shall have no linux ports installed and have to specify
   (on your own risk) the following in make.conf before installing the ports:
   OVERRIDE_LINUX_BASE_PORT=c6_64
   OVERRIDE_LINUX_NONBASE_PORTS=c6_64

This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits
only, we decided to have it as an "overlay" instead of new ports.
The 64bit part only installs 64bit executables, the 32bit ports can not be
installed at the same time (if needed we can think of letting the 64bit
overlay install the 32bit parts too, but given the CentOS 7 comment
above...).

Differential Revision:	https://reviews.freebsd.org/D174
Submitted by:		alanjude
Sponsored by:		Essen FreeBSD Hackathon 2015
Reviewed by:		xmj, eadler (earlier versions)
Approved by:		portmgr (implicit, I remember blanked approval for
			linux parts loooong ago, punish me if you don't
			agree anymore)
Original commitRevision:392921 
Tuesday, 30 Jun 2015
13:33 mat search for other commits by this committer
Rename a few internal multi-USE_GITHUB variables, to ease usage.

With hat:	portmgr@
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2942
Original commitRevision:390959 
Sunday, 28 Jun 2015
08:49 riggs search for other commits by this committer
- Reintroduce MASTER_SITE_COMP_SOURCES
- Update list of valid sites for MASTER_SITE_COMP_SOURCES

PR:		199447
Submitted by:	portmaster@bsdforge.com
Original commitRevision:390758 
Saturday, 13 Jun 2015
08:26 kuriyama search for other commits by this committer
Add ring server again (seems okay now) to gnupg mirrors.
Original commitRevision:389331 
Friday, 12 Jun 2015
20:19 mat search for other commits by this committer
Update ftp://ftp.kddlabs.co.jp's usage.

PR:		200650
Submitted by:	takefu
Sponsored by:	Absolight
Original commitRevision:389299 
Tuesday, 9 Jun 2015
14:24 jbeich search for other commits by this committer
bsd.sites.mk: cleanup MOZILLA mirrors

- Switch to CDN by default as mirrors are no longer kept up to date
- Drop obsolete pointer to http://www.mozilla.org/mirrors.html
- Drop redundant BUGZILLA and MOZILLA_EXTEND
- Shorten MASTER_SITES in gecko@ ports
- Move MOZILLA_ADDONS to bsd.sites.mk
- Move one of MOZILLA mirrors with old addons under MOZILLA_ADDONS
- Addons CDN redirects to https://, so don't mislead with http://

https://blog.mozilla.org/it/2012/08/03/dear-mozilla-mirrors-thank-you/

Differential Revision:	https://reviews.freebsd.org/D2550
Tested by:	distilator
Reviewed by:	mat (partial)
Approved by:	bz-ports (ohauer), portmgr blanket (office@ et al.)
Approved by:	portmgr (bapt, earlier version)
MFH:		2015Q2
Original commitRevision:388939 
Friday, 29 May 2015
21:43 mat search for other commits by this committer
Revert that bit from r387852, it was not needed, and breaks at least
devel/poudriere-devel

PR:		200528
Poked by:	bdrewery
Pointy hat to:	mat
Sponsored by:	Absolight
Original commitRevision:387895 
13:07 mat search for other commits by this committer
Introduce USE_GITHUB=nodefault to allow fetching additional distfiles
from github, but not the default one.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:387852 
Thursday, 28 May 2015
17:01 mat search for other commits by this committer
And this should have stayed.

Sponsored by:	Absolight
Original commitRevision:387745 
16:52 mat search for other commits by this committer
And make it work with FreeBSD 8 and 9.

Sponsored by:	Absolight
Original commitRevision:387744 
16:37 mat search for other commits by this committer
USE_GITHUB can now fetch multiple distfiles.  It uses a grouping feature
similar to MASTER_SITES/PATCH_SITES.

Some helpful variables are provided: WRKSRC_<group> for putting things in the
right place in post-extract, and DISTNAME_<group>/DISTFILE_<group> for use with
EXTRACT_ONLY.

PR:		200483
Differential Revision:	https://reviews.freebsd.org/D2608
Submitted by:	mat
With hat:	portmgr
Exp run by:	antoine
Sponsored by:	Absolight
Original commitRevision:387742 
Thursday, 21 May 2015
15:25 mat search for other commits by this committer
Remove GH_COMMIT support.

Differential Revision:	https://reviews.freebsd.org/D2606
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386936 
Friday, 15 May 2015
18:04 sunpoet search for other commits by this committer
- Remove MASTER_SITE_VIM

Differential Revision:	https://reviews.freebsd.org/D2520
Submitted by:	feld
Original commitRevision:386445 
10:37 mat search for other commits by this committer
Sort the master site abbreviations.

Sponsored by:	Absolight
Original commitRevision:386394 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Monday, 11 May 2015
18:31 mat search for other commits by this committer
Introduce two new magic master sites macros, APACHE_COMMONS_BINARIES and
APACHE_COMMONS_SOURCE.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386096 
Monday, 4 May 2015
22:02 bdrewery search for other commits by this committer
USE_GITHUB: Treat 'V' special just as 'v' is for DISTVERSIONPREFIX.

Fixes security/libzrtpcppcore after r385420.

Reported by:	antoine
With hat:	portmgr
Original commitRevision:385431 
Tuesday, 28 Apr 2015
17:01 bdrewery search for other commits by this committer
USES=xfce: Stop overriding MASTER_SITE_SUBDIR.

Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports,
which removes the need to set MASTER_SITE_SUBDIR in any of them.

This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE,
namely sysutils/xfce4-bsdcpufreq-plugin.

With hat:	portmgr
Original commitRevision:384919 
Sunday, 5 Apr 2015
17:25 bapt search for other commits by this committer
Remove dead SF mirror
Original commitRevision:383306 
Thursday, 2 Apr 2015
16:43 truckman search for other commits by this committer
Add MASTER_SITE_FARSIGHT

Differential Revision:	https://reviews.freebsd.org/D2202
Approved by:	mat (mentor)
Original commitRevision:383023 
Monday, 30 Mar 2015
23:13 bapt search for other commits by this committer
Remove dead COMP_SOURCES master sites
Mark as broken ports using it
Original commitRevision:382786 
23:07 bapt search for other commits by this committer
Remove dead GNUSTEP_CH master sites
Original commitRevision:382785 
22:50 bapt search for other commits by this committer
Remove KENAI master sites not used anywhere in ports tree and not available
anymore
Original commitRevision:382781 
22:48 bapt search for other commits by this committer
LOGILAB mirrors are gone
Mark broken ports only using LOGILAB mirror
Original commitRevision:382780 
22:45 bapt search for other commits by this committer
Remove dead NETLIB mirrors
Original commitRevision:382778 
22:39 bapt search for other commits by this committer
Remove dead RINGSERVER
Original commitRevision:382777 
22:25 bapt search for other commits by this committer
Remove SUSE mirrors they not used at all in the ports tree
Original commitRevision:382775 
22:24 bapt search for other commits by this committer
Remove dead tcltk mirror
Original commitRevision:382774 
22:22 bapt search for other commits by this committer
All freshmeat mirrors are dead
Original commitRevision:382773 
22:17 bapt search for other commits by this committer
Remove all dead tucows mirror
Original commitRevision:382770 
22:03 bapt search for other commits by this committer
Remove dead windowmaker mirror
Original commitRevision:382769 
22:02 bapt search for other commits by this committer
Removed XEMACS master sites macro it is not used and mirrors are dead
Original commitRevision:382767 
21:57 bapt search for other commits by this committer
Remove CENKES and CSME dead mirrors
Original commitRevision:382766 
Thursday, 26 Mar 2015
16:46 mat search for other commits by this committer
MASTER_SITE_{PNET,RUBY_DBI,RUBY_GNOME} have been retired some time ago, remove
their magic macros.

Sponsored by:	Absolight
Original commitRevision:382330 
Tuesday, 24 Mar 2015
18:15 bdrewery search for other commits by this committer
USE_GITHUB: Tighten the GH_TAGNAME stripping of 'v' from r382120 to only do so
for v[0-9] as Github does. If a tag is 'v.1' github will return that exact
value.
This also fixed named tags that are word starting with 'v'.

PR:		198869
With hat:	portmgr
Reported by:	antoine
Original commitRevision:382149 
16:42 bdrewery search for other commits by this committer
Github's main archive link silently is converting tags starting with 'v' to
not have 'v' in the filename downloaded or the extraction directory. The
filename is not an issue since we force to use DISTNAME via the ?dummy trick
to fetch(1). Due to this though we must make the same replacement for tags
since we are not using their filename (which matches the extraction dir).

Incidentally this is working if DISTVERSIONPREFIX=v is used since that value
was not used in WRKSRC.

With hat:	portmgr
PR:		198869
Original commitRevision:382120 
Friday, 20 Mar 2015
22:32 bdrewery search for other commits by this committer
Fix fetching x11-fonts/sourcesanspro-ttf from r381780; Don't modify GH_TAGNAME.

Pointyhats to:	bdrewery
With hat:	portmgr
Reported by:	antoine
Original commitRevision:381782 
20:34 bdrewery search for other commits by this committer
USE_GITHUB: Strip slashes from GH_TAGNAME which impacts WRKSRC and DISTNAME.

The DISTNAME setting in bsd.sites.mk was moved lower due to GH_TAGNAME using
:= and DISTNAME depending on GH_TAGNAME.

With hat:	portmgr
Original commitRevision:381780 
Thursday, 19 Mar 2015
20:46 bdrewery search for other commits by this committer
Fix typo from r381689

With hat:	portmgr
Original commitRevision:381690 
20:45 bdrewery search for other commits by this committer
Fix renamed distfiles missed in r381688. Also fix the GHR ports updated in
r381648 which were expecting DISTVERSIONPREFIX/SUFFIX to be used in the
tag fetched from github by defaulting GH_TAGNAME to the same value
as DISTVERSION would get by only when GH_COMMIT is not set (when using the
new scheme).

With hat:	portmgr
Original commitRevision:381689 
20:30 bdrewery search for other commits by this committer
Fix the new USE_GITHUB to rename the distfile such that it does not
conflict with the old scheme and cause a "reroll" or "invalid checksums".  This
also avoids clobbering the FreeBSD distcache.

Use a revision in the DISTNAME for USE_GITHUB in case we need to bump this
again for anything. It's more a hint of how to handle it in the future.

Reported by:	mat
Discused with:	mat, antoine, swills
With hat:	portmgr
Original commitRevision:381688 
19:47 bdrewery search for other commits by this committer
r381618 also made GH_ACCOUNT optional.
Original commitRevision:381681 
18:16 bdrewery search for other commits by this committer
Add a hint on how to deal with github download failures.

PR:		194898
Original commitRevision:381655 
18:08 bdrewery search for other commits by this committer
Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with
GITHUB.

The new GITHUB MASTER_SITE from r381618 now supports not setting GH_COMMIT and
only having GH_TAGNAME default to DISTVERSION.

All of these ports as-is.

With hat:	portmgr
Original commitRevision:381648 
17:57 bdrewery search for other commits by this committer
Note that GH_TAGNAME can be any length of the git hash.
Original commitRevision:381640 
16:44 bdrewery search for other commits by this committer
Update USE_GITHUB so it does not require GH_COMMIT.

Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
Original commitRevision:381618 
Friday, 6 Feb 2015
09:37 bapt search for other commits by this committer
Add the http and https version of the postgresql CDN
Original commitRevision:378516 
09:21 girgen search for other commits by this committer
The PostgreSQL project has removed the mirrors, and replaced
it with a DNS based load balancing mirror system.
Original commitRevision:378514 
Thursday, 8 Jan 2015
01:50 feld search for other commits by this committer
Update MASTER_SITES_VIM with a full list of functional mirrors.

Mirrors have been ordered by suggestion from ports-mgmt/fastest_sites

Differential Revision:	https://reviews.freebsd.org/D1427
Original commitRevision:376509 
Tuesday, 6 Jan 2015
10:22 ehaupt search for other commits by this committer
Retire MASTER_SITE_CRITICAL
Original commitRevision:376418 
Monday, 29 Dec 2014
14:43 tijl search for other commits by this committer
Put sites that redirect to the nearest mirror first in MASTER_SITE_SAVANNAH
Original commitRevision:375789 
Thursday, 25 Dec 2014
01:12 bapt search for other commits by this committer
Allow PATCH_SITES to use the same abbreviations as MASTER_SITES

Differential Revision:	https://reviews.freebsd.org/D1362
Original commitRevision:375501 
Saturday, 20 Dec 2014
15:59 swills search for other commits by this committer
Make using GitHub releases easier

Differential Revision:	https://reviews.freebsd.org/D1340
With hat:	portmgr
Original commitRevision:375010 
Friday, 19 Dec 2014
14:26 swills search for other commits by this committer
RubyForge has been gone for ages, remove it

Differential Revision:	https://reviews.freebsd.org/D1339
With hat:		portmgr
Original commitRevision:374948 
10:46 bapt search for other commits by this committer
Berlios is gone and has been mirrored to sourceforge, adapt the BERLIOS site
Original commitRevision:374940 
Tuesday, 9 Dec 2014
15:17 kwm search for other commits by this committer
Fix subdir part of GIMP sites.

Make sure we only select the two numeric values of the version. I tested
this with the gimp update but gimp overwrites the master_site_subdir value.
Original commitRevision:374401 
11:42 kwm search for other commits by this committer
Add gimp MASTER_SITES block.
Original commitRevision:374371 
Tuesday, 11 Nov 2014
13:06 xmj search for other commits by this committer
Upgrade CentOS to 6.6

- Upgrade all things linux-c6- to CentOS 6.6
- Add ports:
  devel/linux-c6-libsigc++20
  graphics/linux-c6-gdk-pixbuf [1]
  graphics/linux-c6-glx-utils
- Add pkg-plists for net/linux-c6-openldap
  and security/linux-c6-cyrus-sasl2
- Misc. cleanups

Differential Revision:	https://reviews.freebsd.org/D1108
Submitted by:	kmoore [1]
Reviewed by:	rene (emulation)
Approved by:	portmgr (swills)
Approved by:	swills (mentor)
Sponsored by:	Perceivon Hosting Inc.
Original commitRevision:372445 
Tuesday, 7 Oct 2014
12:10 bapt search for other commits by this committer
Add a master site for libreoffice dev hosting abbreviated as LODEV
Original commitRevision:370312 
Wednesday, 1 Oct 2014
13:04 tijl search for other commits by this committer
- Add ftpmirror.gnu.org to GNU master sites (redirects to a nearby mirror)
- Update GNU alpha sites
- Set default GNU alpha subdirectory
Original commitRevision:369722 
Monday, 22 Sep 2014
10:40 xmj search for other commits by this committer
Update CentOS base to 6.5, add userland ports

The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.

This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.

If you want to switch to linux-c6 ports, please define at /etc/make.conf:

    OVERRIDE_LINUX_BASE_PORT=c6
    OVERRIDE_LINUX_NONBASE_PORTS=c6

Additionally, please add the following line to /etc/sysctl.conf:

    compat.linux.osrelease=2.6.18

Upgrading procedures are shown in /usr/ports/UPDATING.

This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in
November 2013, using and extending mav@'s work. It has been tested extensively
and most reported issues were already fixed. Please report any additional bug
or "features" to the emulation mailing list.

Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's
filed Issues and Pull requests on GitHub,

PR:		186820
Differential Revision:	https://reviews.freebsd.org/D793
Reviewed by:	allanjude, antoine, bapt, rene
Approved by:	portmgr (antoine, bapt)
Approved by:	koobs (mentor)
Sponsored by:	Perceivon Hosting Inc.
Original commitRevision:368845 
Sunday, 17 Aug 2014
08:24 mva search for other commits by this committer
- Remove obsolete mirrors for MASTER_SITE_PYTHON

PR:		192717
Submitted by:	jharris@widomaker.com
With hat:	python@
Original commitRevision:365159 
Friday, 15 Aug 2014
20:55 netchild search for other commits by this committer
Add some additional fedora-core master sites, remove some which cause timeouts.
Original commitRevision:365044 
Saturday, 9 Aug 2014
15:44 mva search for other commits by this committer
Convert the Python framework bits to USES=python.

Please use USES=python instead of USE_PYTHON.

  USE_PYTHON=yes becomes USES=python
  USE_PYTHON=2.7+ becomes USES=python:2.7+
  USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build
  ...

A new PYTHON_FEATURES variable was added, which enables certain features for a
port and replaces some knobs at the same time;

  PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS
  PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST
  PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK
  PYTHON_FEATURES=noegginfo replaces PYDISTUTILS_NOEGGINFO
  PYTHON_FEATURES=concurrent replaces PYTHON_CONCURRENT_INSTALL
  PYTHON_FEATURES=pythonprefix replaces USE_PYTHON_PREFIX

Some knobs have been deprecated and are to be removed in the near future:

  PYTHON_MASTER_SITES - use MASTER_SITE_PYTHON instead
  PYTHON_PKGNAMESUFFIX - use PYTHON_PKGNAMEPREFIX instead
  PYDISTUTILS_INSTALLNOSINGLE - deprecated without replacement

Some knobs have been removed completely:

  PYTHON_MASTER_SITE_SUBDIR
  PYTHON_DISTNAME
  PYTHON_WRKSRC

Several variables specific to the Python framework are no longer passed to the
build environment to avoid polluting dependency builds.

  PYTHON_VERSION is not passed to .MAKEFLAGS anymore
  PYTHON_DEFAULT_VERSION,
  PYTHON_DEFAULT_PORTVERSION and
  PYTHONBASE are not passed to the make environment anymore

The conversion required a couple of ports to be updated to fit the changes and
new requirements. Those included "bsd.python.mk" directly or contained checks
in places, for which the USES framework would fail to provide correct values.

Python modules directly using the upstream Python package (such as py-tkinter
or py-sqlite3) were updated to avoid using the now unnecessary and remmoved
knobs from "bsd.python.mk".

Phabric:	D399
exp-run:	167368 192357
PR:		167368 192357
Reviewed by:	antoine, wg
Exp-run award:	antoine
With hat:	python@
Approved by:	portmgr
Original commitRevision:364450 
Wednesday, 25 Jun 2014
15:15 bdrewery search for other commits by this committer
Update MASTER_SITE_QMAIL
Original commitRevision:359252 
Sunday, 1 Jun 2014
09:01 antoine search for other commits by this committer
Remove a trailing backslash

With hat:	portmgr
Original commitRevision:356066 
08:51 olivierd search for other commits by this committer
- Remove some Xfce download mirrors (no longer available)

Approved by:	portmgr (antoine@)
Original commitRevision:356063 
Friday, 30 May 2014
05:55 peter search for other commits by this committer
Part 2 of r354962: Point MASTER_SITES_LOCAL backup locations to static
servers with the actual data - in case of a geodns failure.

Approved by:	portmgr (bdrewery)
Original commitRevision:355790 
Friday, 23 May 2014
20:48 peter search for other commits by this committer
Point MASTER_SITES_BACKUP / MASTER_SITES_LOCAL to distcache.FreeBSD.org

Approved by:    portmgr (bdrewery)
Original commitRevision:354962 
Thursday, 22 May 2014
06:03 bar search for other commits by this committer
- Stage support
- Add DOCS and NVIDIA_GL options
- Restore MASTER_SITES
- Install without using custom commands
- Take maintainership (former maintainer agreed by private mail)
- For MASTER_SITE_IDSOFTWARE, remove ftp.chg.ru (looks dead) and add ftp.gwdg.de
Original commitRevision:354781 
Saturday, 10 May 2014
02:50 amdmi3 search for other commits by this committer
- Fix MASTER_SITE_GENTOO
Original commitRevision:353562 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Original commitRevision:352986 
Wednesday, 23 Apr 2014
00:46 bdrewery search for other commits by this committer
- Mostly revert r338509 and re-add SF mirrors. Prefer main redirect.
  Sourceforce is currently having major issues and without this we
  risk having weekly packages fail to build.

With hat:	portmgr
Original commitRevision:351892 
Tuesday, 11 Mar 2014
17:41 sunpoet search for other commits by this committer
- Remove e.pypi.python.org from MASTER_SITE_CHEESESHOP

% host e.pypi.python.org
Host e.pypi.python.org not found: 3(NXDOMAIN)
Original commitRevision:347895 
Friday, 28 Feb 2014
01:35 sunpoet search for other commits by this committer
- Update MASTER_SITE_VIM:
  - Update to latest http:// mirrors
  - Remove dead servers
  - Remove servers without latest patch (7.4.192)
  - Remove all ftp:// mirrors

PR:		ports/179330 (based on)
Reference:	http://www.vim.org/mirrors.php
Original commitRevision:346422 
Thursday, 27 Feb 2014
08:20 sunpoet search for other commits by this committer
- Use only one single space before trailing backslash
Original commitRevision:346246 
Tuesday, 11 Feb 2014
16:50 sunpoet search for other commits by this committer
- Update MASTER_SITE_RUBY: add CDN by fastly.com

Reference:	https://www.ruby-lang.org/en/downloads/mirrors/
Original commitRevision:343769 
14:53 sunpoet search for other commits by this committer
- Add ftp.stu.edu.tw to MASTER_SITE_VIM

This commit updates the removal of ftp.stut.edu.tw in r343524.
It seems to be a typo in r282865.

Notified by:	vanilla
Original commitRevision:343759 
Monday, 10 Feb 2014
01:35 bf search for other commits by this committer
Use staging; simplify and remove some outdated material; move the
torproject mirror list to bsd.sites.mk for use in other ports [1]

PR:		185150 [1]
Submitted by:	J. Beich [1]
Original commitRevision:343569 
Sunday, 9 Feb 2014
17:05 sunpoet search for other commits by this committer
- Remove ftp.stut.edu.tw from MASTER_SITE_VIM
Original commitRevision:343524 
Tuesday, 4 Feb 2014
12:40 koobs search for other commits by this committer
Mk/bsd.sites.mk: Deprecate c. and f. pypi.python.org [part II]

Bring the Python PyPi MASTERSITES list back to the future - Part II [1]

The Python project is deprecating the existing mirror architecture and
DNS in favour of a globally distributed CDN provided by Fastly [2][3]

c.pypi.python.org now serves:

	<<< HTTP/1.1 401 Authorization Required

f.pypi.python.org serves:

	<<< HTTP/1.1 410 Gone

Compensating...

[1] https://svnweb.freebsd.org/ports?view=revision&revision=325846
[2] http://www.python.org/dev/peps/pep-0449/
[3] http://mail.python.org/pipermail/distutils-sig/2013-August/022126.html

Discovered by:	mat
Original commitRevision:342514 
Wednesday, 29 Jan 2014
21:31 des search for other commits by this committer
Remove lame CPAN mirror.

Approved by:	portmgr (bapt)
MFH:		2014Q1
Original commitRevision:341785 
Friday, 24 Jan 2014
16:40 rakuco search for other commits by this committer
Revert r340911 for now.

CDN redirection is not working well with IPv6 (it either times out or fails
with 'No address record'), so back out the commit until there's time to
investigate this issue.
Original commitRevision:340918 
15:43 rakuco search for other commits by this committer
Use only the official CDNs in MASTER_SITE_{KDE,QT}.

Now that FETCH_ARGS accepts redirections by default, we can use only the
official CDNs used by KDE and Qt, and they care of choosing an appropriate
mirror.

We didn't keep our lists very up-to-date, nor did we correctly prioritize
the entries there anyway.

With hat: kde@, acknowledged by makc@.
Original commitRevision:340911 

Number of commits found: 872 (showing only 100 on this page)

«  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9  »