From 6cb91981789c162ab59192603de7659f0e4980fe Mon Sep 17 00:00:00 2001 From: sthen Date: Sun, 3 Nov 2013 14:09:23 +0000 Subject: [PATCH] Add BUILD_DEPENDS to avoid wasting time and mirror space on arch without festival/core. --- audio/festival/arctic/Makefile.inc | 4 +++- audio/festival/festlex/Makefile.inc | 4 +++- audio/festival/festvox/Makefile.inc | 4 +++- audio/festival/ogi/Makefile.inc | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/audio/festival/arctic/Makefile.inc b/audio/festival/arctic/Makefile.inc index 7873f216044..e0e0389fec1 100644 --- a/audio/festival/arctic/Makefile.inc +++ b/audio/festival/arctic/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 2013/03/10 22:55:02 espie Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2013/11/03 14:09:23 sthen Exp $ V?= 1.95 PKGNAME?= ${DISTNAME}-20040804 @@ -27,3 +27,5 @@ ARCTIC_US_DEPS?=audio/festival/festlex/festlex_CMU \ WRKDIST?= ${WRKDIR}/festival ARC_PRE?= ${PREFIX}/lib/festival/voices ARC_WRK?= ${WRKDIST}/lib/voices + +BUILD_DEPENDS+= audio/festival/core diff --git a/audio/festival/festlex/Makefile.inc b/audio/festival/festlex/Makefile.inc index 6e8af83ef7f..e35dc1b1197 100644 --- a/audio/festival/festlex/Makefile.inc +++ b/audio/festival/festlex/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.5 2013/03/10 22:55:02 espie Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2013/11/03 14:09:23 sthen Exp $ V?= 1.95 PKGNAME?= ${DISTNAME}-20040804 @@ -16,6 +16,8 @@ PERMIT_DISTFILES_FTP?= Yes PERMIT_PACKAGE_CDROM?= Yes PERMIT_PACKAGE_FTP?= Yes +BUILD_DEPENDS?= audio/festival/core# useless on arch without festival/core + NO_BUILD?= Yes NO_TEST?= Yes diff --git a/audio/festival/festvox/Makefile.inc b/audio/festival/festvox/Makefile.inc index 2f3fea06489..7ca5784ef3a 100644 --- a/audio/festival/festvox/Makefile.inc +++ b/audio/festival/festvox/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.5 2013/03/10 22:55:02 espie Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2013/11/03 14:09:23 sthen Exp $ V?= 1.95 PKGNAME?= ${DISTNAME}-20040804 @@ -18,6 +18,8 @@ PERMIT_DISTFILES_FTP?= Yes PERMIT_PACKAGE_CDROM?= Yes PERMIT_PACKAGE_FTP?= Yes +BUILD_DEPENDS?= audio/festival/core# useless on arch without festival/core + NO_BUILD?= Yes NO_TEST?= Yes diff --git a/audio/festival/ogi/Makefile.inc b/audio/festival/ogi/Makefile.inc index c160c313873..9f57b5e6373 100644 --- a/audio/festival/ogi/Makefile.inc +++ b/audio/festival/ogi/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.7 2013/03/10 22:55:02 espie Exp $ +# $OpenBSD: Makefile.inc,v 1.8 2013/11/03 14:09:23 sthen Exp $ MASTER_SITES?= http://spacehopper.org/mirrors/festival/ DIST_SUBDIR?= festival @@ -11,6 +11,8 @@ PERMIT_DISTFILES_FTP?= Yes PERMIT_PACKAGE_CDROM?= No PERMIT_PACKAGE_FTP?= Yes +BUILD_DEPENDS?= audio/festival/core# useless on arch without festival/core + NO_BUILD?= Yes NO_TEST?= Yes