pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/glib2 Add broken python scripts to CHECK_WRKREF_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53bc53e92702
branches:  trunk
changeset: 362070:53bc53e92702
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu May 04 12:19:12 2017 +0000

description:
Add broken python scripts to CHECK_WRKREF_SKIP too.

diffstat:

 devel/glib2/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 518defa9680c -r 53bc53e92702 devel/glib2/Makefile
--- a/devel/glib2/Makefile      Thu May 04 10:43:59 2017 +0000
+++ b/devel/glib2/Makefile      Thu May 04 12:19:12 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.231 2016/08/21 21:47:29 prlw1 Exp $
+# $NetBSD: Makefile,v 1.232 2017/05/04 12:19:12 jperkin Exp $
 
 .include "Makefile.common"
 
@@ -26,8 +26,8 @@
 # gtester is the glib unit testing and reporting framework
 # agc doesn't want glib2 to depend on python so we install it
 # in a broken and useless state.
-CHECK_INTERPRETER_SKIP+=       bin/gtester-report
-CHECK_INTERPRETER_SKIP+=       bin/gdbus-codegen
+CHECK_INTERPRETER_SKIP+=       bin/gdbus-codegen bin/gtester-report
+CHECK_WRKREF_SKIP+=            bin/gdbus-codegen bin/gtester-report
 
 # need pcre utf8 + unicode-properties
 BUILDLINK_API_DEPENDS.pcre+=   pcre>=8.31



Home | Main Index | Thread Index | Old Index