Index: head/audio/vsound/Makefile =================================================================== --- head/audio/vsound/Makefile (revision 451999) +++ head/audio/vsound/Makefile (revision 452000) @@ -1,36 +1,35 @@ # Created by: Rahul Siddharthan # $FreeBSD$ PORTNAME= vsound PORTVERSION= 0.6 PORTREVISION= 6 CATEGORIES= audio -MASTER_SITES= http://www.vsound.org/ +MASTER_SITES= http://down1.chinaunix.net/distfiles/ \ + http://freebsd.nsu.ru/distfiles/ GENTOO MAINTAINER= ports@FreeBSD.org COMMENT= Utility for capturing audio streams from programs with OSS output - -BROKEN= No public distfiles LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= sox:audio/sox RUN_DEPENDS= sox:audio/sox USES= alias libtool GNU_CONFIGURE= yes NOT_FOR_ARCHS= aarch64 armv6 NOT_FOR_ARCHS_REASON= fails to build: error: Cannot determine endian-ness of processor OPTIONS_DEFINE= DOCS post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/vsound/libvsound.so post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include