Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/devel/glib2/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/glib2/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.233 retrieving revision 1.242 diff -u -p -r1.233 -r1.242 --- pkgsrc/devel/glib2/Makefile 2017/05/16 11:59:11 1.233 +++ pkgsrc/devel/glib2/Makefile 2018/08/22 09:43:31 1.242 @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.233 2017/05/16 11:59:11 wiz Exp $ +# $NetBSD: Makefile,v 1.242 2018/08/22 09:43:31 wiz Exp $ +PKGREVISION= 1 .include "Makefile.common" CATEGORIES= devel gnome @@ -50,10 +51,22 @@ CPPFLAGS.SunOS+= -DBSD_COMP CONFIGURE_ENV+= LIBELF_LIBS='-lelf' . endif . else -. include "../../devel/libelf/buildlink3.mk" +. include "../../devel/libelf/buildlink3.mk" . endif .endif +# XXX: Kludge to avoid uncoditionally pick up some gtkdoc-* tools if gtk-doc +# XXX: package is installed and then fails in the installation phase. +CONFIGURE_ENV+= ac_cv_prog_GTKDOC_CHECK= \ + ac_cv_path_GTKDOC_CHECK_PATH= \ + ac_cv_path_GTKDOC_REBASE= \ + ac_cv_path_GTKDOC_MKPDF= + +# to run gdbus-codegen to generate gdbus-daemon-generated.{h,c} +TOOL_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat +PYTHON_FOR_BUILD_ONLY?= yes +.include "../../lang/python/pyversion.mk" + .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/pcre/buildlink3.mk"