diff options
author | flo <flo@FreeBSD.org> | 2012-10-05 01:04:44 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-10-05 01:04:44 +0800 |
commit | 4b7db6777f0b56957d9ce991fd4a5fbe8d5c458a (patch) | |
tree | 1a06b1632d608fb96f5a4d8b7c7263a36c91be53 /Mk | |
parent | e6ef90b3ac0ac95af5da94bee9a54599ccc1d621 (diff) | |
download | freebsd-ports-gnome-4b7db6777f0b56957d9ce991fd4a5fbe8d5c458a.tar.gz freebsd-ports-gnome-4b7db6777f0b56957d9ce991fd4a5fbe8d5c458a.tar.zst freebsd-ports-gnome-4b7db6777f0b56957d9ce991fd4a5fbe8d5c458a.zip |
- update to 1.0.26 [1]
- use newly added alphasort() instead of LGPLv2.1+ patch
- fix async handler [2]
- fix implicit declarations of calloc/free [3]
- disable ARIFF_OSS option by default, except 7.x [4]
- add 3 more mirrors from alsa wiki + gentoo as a backup
- move alsa mirrors to bsd.sites.mk
Changes: http://www.alsa-project.org/main/index.php/Changes_v1.0.25_v1.0.26
PR: ports/171601 [1]
PR: ports/169770 [2]
PR: ports/170457 [3]
PR: ports/170473 [4]
Obtained from: PkgSrc [2]
Submitted by: Jan Beich <jbeich@tormail.org>
Approved by: maintainer
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 48c7b4bf3ed0..c2d97d4bd0fc 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -51,6 +51,17 @@ MASTER_SITE_AFTERSTEP+= \ ftp://ftp.dti.ad.jp/pub/X/AfterStep/%SUBDIR%/ .endif +.if !defined(IGNORE_MASTER_SITE_ALSA) +MASTER_SITE_ALSA+= \ + ftp://ftp.silug.org/pub/alsa/%SUBDIR%/ \ + ftp://ftp.task.gda.pl/pub/linux/misc/alsa/%SUBDIR%/ \ + ftp://gd.tuwien.ac.at/opsys/linux/alsa/%SUBDIR%/ \ + http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/%SUBDIR%/ \ + http://mirrors.zerg.biz/alsa/%SUBDIR%/ \ + http://alsa.cybermirror.org/%SUBDIR%/ \ + ftp://ftp.alsa-project.org/pub/%SUBDIR%/ +.endif + .if !defined(IGNORE_MASTER_SITE_APACHE) MASTER_SITE_APACHE+= \ http://www.apache.org/dist/%SUBDIR%/ \ |