Tue Aug 9 16:28:03 2011 UTC ()
Drop buildlink to graphics/cairo to reduce dependency.
See http://mail-index.netbsd.org/tech-pkg/2011/08/02/msg007484.html

Bump PKGREVISION.


(ryoon)
diff -r1.11 -r1.12 pkgsrc/devel/gobject-introspection/Makefile

cvs diff -r1.11 -r1.12 pkgsrc/devel/gobject-introspection/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/gobject-introspection/Makefile 2011/05/13 17:12:19 1.11
+++ pkgsrc/devel/gobject-introspection/Makefile 2011/08/09 16:28:03 1.12
@@ -1,50 +1,52 @@ @@ -1,50 +1,52 @@
1# $NetBSD: Makefile,v 1.11 2011/05/13 17:12:19 drochner Exp $ 1# $NetBSD: Makefile,v 1.12 2011/08/09 16:28:03 ryoon Exp $
2# 2#
3 3
4DISTNAME= gobject-introspection-0.10.8 4DISTNAME= gobject-introspection-0.10.8
 5PKGREVISION= 1
5CATEGORIES= devel 6CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gobject-introspection/0.10/} 7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gobject-introspection/0.10/}
7EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
8 9
9MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://live.gnome.org/GObjectIntrospection 11HOMEPAGE= http://live.gnome.org/GObjectIntrospection
11COMMENT= GObject Introspection 12COMMENT= GObject Introspection
12LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 13LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2
13 14
14PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
15 16
16DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree 17DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
17 18
18GNU_CONFIGURE= yes 19GNU_CONFIGURE= yes
19USE_LIBTOOL= yes 20USE_LIBTOOL= yes
20USE_TOOLS+= pkg-config flex bison gmake 21USE_TOOLS+= pkg-config flex bison gmake
21 22
 23CONFIGURE_ARGS+= --disable-tests
 24
22PKGCONFIG_OVERRIDE+= gobject-introspection-1.0.pc.in 25PKGCONFIG_OVERRIDE+= gobject-introspection-1.0.pc.in
23PKGCONFIG_OVERRIDE+= gobject-introspection-no-export-1.0.pc.in 26PKGCONFIG_OVERRIDE+= gobject-introspection-no-export-1.0.pc.in
24PYTHON_VERSIONS_ACCEPTED= 27 26 25 27PYTHON_VERSIONS_ACCEPTED= 27 26 25
25 28
26SUBST_CLASSES+= timet 29SUBST_CLASSES+= timet
27SUBST_STAGE.timet= pre-configure 30SUBST_STAGE.timet= pre-configure
28SUBST_FILES.timet= giscanner/ast.py 31SUBST_FILES.timet= giscanner/ast.py
29SUBST_FILES.timet+= tests/scanner/Foo-1.0-expected.gir \ 32SUBST_FILES.timet+= tests/scanner/Foo-1.0-expected.gir \
30 tests/scanner/Regress-1.0-expected.gir 33 tests/scanner/Regress-1.0-expected.gir
31.include "../../mk/bsd.prefs.mk" 34.include "../../mk/bsd.prefs.mk"
32.if !empty(MACHINE_PLATFORM:MNetBSD-5.99*) || !empty(MACHINE_PLATFORM:MNetBSD-[6-9]*) 35.if !empty(MACHINE_PLATFORM:MNetBSD-5.99*) || !empty(MACHINE_PLATFORM:MNetBSD-[6-9]*)
33SUBST_SED.timet= -e 's,@TIMET_TYPENAME@,TYPE_INT64,g' 36SUBST_SED.timet= -e 's,@TIMET_TYPENAME@,TYPE_INT64,g'
34SUBST_SED.timet+= -e 's,@TIMET_CTYPE@,gint64,g' 37SUBST_SED.timet+= -e 's,@TIMET_CTYPE@,gint64,g'
35.else 38.else
36SUBST_SED.timet= -e 's,@TIMET_TYPENAME@,TYPE_LONG,g' 39SUBST_SED.timet= -e 's,@TIMET_TYPENAME@,TYPE_LONG,g'
37SUBST_SED.timet+= -e 's,@TIMET_CTYPE@,glong,g' 40SUBST_SED.timet+= -e 's,@TIMET_CTYPE@,glong,g'
38.endif 41.endif
39 42
40# not executable 43# not executable
41CHECK_INTERPRETER_SKIP+= lib/gobject-introspection/giscanner/*.py 44CHECK_INTERPRETER_SKIP+= lib/gobject-introspection/giscanner/*.py
42 45
43TEST_TARGET= check 46TEST_TARGET= check
44 47
45.include "../../devel/glib2/buildlink3.mk" 48.include "../../devel/glib2/buildlink3.mk"
46.include "../../devel/libffi/buildlink3.mk" 49.include "../../devel/libffi/buildlink3.mk"
47.include "../../graphics/cairo/buildlink3.mk" 
48.include "../../lang/python/application.mk" 50.include "../../lang/python/application.mk"
49.include "../../lang/python/extension.mk" 51.include "../../lang/python/extension.mk"
50.include "../../mk/bsd.pkg.mk" 52.include "../../mk/bsd.pkg.mk"