pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q1] pkgsrc/devel/glib2



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat May  6 15:29:10 UTC 2017

Modified Files:
        pkgsrc/devel/glib2 [pkgsrc-2017Q1]: Makefile

Log Message:
Pullup ticket #5400 - requested by sevan
devel/glib2: build fix

Revisions pulled up:
- devel/glib2/Makefile                                          1.232

---
   Module Name:    pkgsrc
   Committed By:   jperkin
   Date:           Thu May  4 12:19:13 UTC 2017

   Modified Files:
           pkgsrc/devel/glib2: Makefile

   Log Message:
   Add broken python scripts to CHECK_WRKREF_SKIP too.


To generate a diff of this commit:
cvs rdiff -u -r1.231 -r1.231.6.1 pkgsrc/devel/glib2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/glib2/Makefile
diff -u pkgsrc/devel/glib2/Makefile:1.231 pkgsrc/devel/glib2/Makefile:1.231.6.1
--- pkgsrc/devel/glib2/Makefile:1.231   Sun Aug 21 21:47:29 2016
+++ pkgsrc/devel/glib2/Makefile Sat May  6 15:29:10 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.231 2016/08/21 21:47:29 prlw1 Exp $
+# $NetBSD: Makefile,v 1.231.6.1 2017/05/06 15:29:10 bsiegert Exp $
 
 .include "Makefile.common"
 
@@ -26,8 +26,8 @@ FILES_SUBST+=         GLIB_SCHEMAS_DIR=${PREFIX
 # 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