Fri May 1 07:00:16 2020 UTC ()
www/aws: enclose BROKEN in quotes


(rillig)
diff -r1.32 -r1.33 pkgsrc/www/aws/Makefile

cvs diff -r1.32 -r1.33 pkgsrc/www/aws/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/aws/Attic/Makefile 2020/04/30 23:47:41 1.32
+++ pkgsrc/www/aws/Attic/Makefile 2020/05/01 07:00:16 1.33
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.32 2020/04/30 23:47:41 joerg Exp $ 1# $NetBSD: Makefile,v 1.33 2020/05/01 07:00:16 rillig Exp $
2 2
3DISTNAME= aws-${AWS_VERSION} 3DISTNAME= aws-${AWS_VERSION}
4PKGREVISION= 16 4PKGREVISION= 16
5CATEGORIES= www 5CATEGORIES= www
6MASTER_SITES= http://downloads.dragonlace.net/src/ 6MASTER_SITES= http://downloads.dragonlace.net/src/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://libre.adacore.com/libre/tools/aws/ 10HOMEPAGE= http://libre.adacore.com/libre/tools/aws/
11COMMENT= Adacore Ada Web Server and framework 11COMMENT= Adacore Ada Web Server and framework
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14BROKEN= sh: ../xoscons: not found 14BROKEN= "sh: ../xoscons: not found"
15 15
16AWS_VERSION= 3.1.0.0 16AWS_VERSION= 3.1.0.0
17USE_TOOLS+= gmake makeinfo sed awk 17USE_TOOLS+= gmake makeinfo sed awk
18USE_LANGUAGES= c ada c++ fortran 18USE_LANGUAGES= c ada c++ fortran
19 19
20# Note: c++ and fortran aren't used, but gprconfig probes for them. 20# Note: c++ and fortran aren't used, but gprconfig probes for them.
21# When that happens, pkgsrc wrapper emits a warning message which causes 21# When that happens, pkgsrc wrapper emits a warning message which causes
22# gprconfig to crash due to output text not matching expected regexp 22# gprconfig to crash due to output text not matching expected regexp
23# Adding c++ and fortran to USE_LANGUAGES avoids this issue. 23# Adding c++ and fortran to USE_LANGUAGES avoids this issue.
24 24
25.include "options.mk" 25.include "options.mk"
26 26
27MY_MAKE_ENV+= ADA_PROJECT_PATH=${PREFIX}/lib/gnat 27MY_MAKE_ENV+= ADA_PROJECT_PATH=${PREFIX}/lib/gnat