pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/glib2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May 16 11:59:11 UTC 2017

Modified Files:
        pkgsrc/devel/glib2: Makefile

Log Message:
Remove references to gdbus-codegen, not installed by this package.


To generate a diff of this commit:
cvs rdiff -u -r1.232 -r1.233 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.232 pkgsrc/devel/glib2/Makefile:1.233
--- pkgsrc/devel/glib2/Makefile:1.232   Thu May  4 12:19:12 2017
+++ pkgsrc/devel/glib2/Makefile Tue May 16 11:59:11 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.232 2017/05/04 12:19:12 jperkin Exp $
+# $NetBSD: Makefile,v 1.233 2017/05/16 11:59:11 wiz 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/gdbus-codegen bin/gtester-report
-CHECK_WRKREF_SKIP+=            bin/gdbus-codegen bin/gtester-report
+CHECK_INTERPRETER_SKIP+=       bin/gtester-report
+CHECK_WRKREF_SKIP+=            bin/gtester-report
 
 # need pcre utf8 + unicode-properties
 BUILDLINK_API_DEPENDS.pcre+=   pcre>=8.31



Home | Main Index | Thread Index | Old Index