summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2012-10-04 17:04:44 +0000
committerFlorian Smeets <flo@FreeBSD.org>2012-10-04 17:04:44 +0000
commitd3c505e60098b5b8ca502d71bfcff824fda33131 (patch)
tree1a06b1632d608fb96f5a4d8b7c7263a36c91be53 /Mk
parentadd new port: games/castlevox (diff)
- 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
Notes
Notes: svn path=/head/; revision=305269
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.sites.mk11
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%/ \