Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/aws Mark as BROKEN because it tries to run a non-e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/678be0510dd6
branches:  trunk
changeset: 430420:678be0510dd6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Apr 30 23:47:41 2020 +0000

description:
Mark as BROKEN because it tries to run a non-existing binary

diffstat:

 www/aws/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0801d158f41f -r 678be0510dd6 www/aws/Makefile
--- a/www/aws/Makefile  Thu Apr 30 23:47:20 2020 +0000
+++ b/www/aws/Makefile  Thu Apr 30 23:47:41 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/03/08 16:51:35 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2020/04/30 23:47:41 joerg Exp $
 
 DISTNAME=      aws-${AWS_VERSION}
 PKGREVISION=   16
@@ -11,6 +11,8 @@
 COMMENT=       Adacore Ada Web Server and framework
 LICENSE=       gnu-gpl-v2
 
+BROKEN=                sh: ../xoscons: not found
+
 AWS_VERSION=           3.1.0.0
 USE_TOOLS+=            gmake makeinfo sed awk
 USE_LANGUAGES=         c ada c++ fortran



Home | Main Index | Thread Index | Old Index