aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gobject-introspection
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2009-12-19 01:24:42 +0800
committerkwm <kwm@FreeBSD.org>2009-12-19 01:24:42 +0800
commit9658f65c27d84ad436ae02e5dfcb6f9922189791 (patch)
tree578890884a6ab41e390545c5a4da1a1232b476e3 /devel/gobject-introspection
parent8e418a7239410a53447e350017e256bdb59e9ef0 (diff)
downloadfreebsd-ports-gnome-9658f65c27d84ad436ae02e5dfcb6f9922189791.tar.gz
freebsd-ports-gnome-9658f65c27d84ad436ae02e5dfcb6f9922189791.tar.zst
freebsd-ports-gnome-9658f65c27d84ad436ae02e5dfcb6f9922189791.zip
Update to 0.6.7.
Diffstat (limited to 'devel/gobject-introspection')
-rw-r--r--devel/gobject-introspection/Makefile11
-rw-r--r--devel/gobject-introspection/distinfo6
-rw-r--r--devel/gobject-introspection/files/patch-gir_Makefile.in31
-rw-r--r--devel/gobject-introspection/pkg-plist2
4 files changed, 31 insertions, 19 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile
index 903045769a85..9b6c7f1b1b5b 100644
--- a/devel/gobject-introspection/Makefile
+++ b/devel/gobject-introspection/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gobject-introspection
-PORTVERSION= 0.6.6
+PORTVERSION= 0.6.7
CATEGORIES= devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -33,4 +33,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= g-ir-compiler.1 g-ir-generate.1 g-ir-scanner.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|'cc'|'${CC}'|g' \
+ ${WRKSRC}/giscanner/sourcescanner.py
+
+.include <bsd.port.post.mk>
+
diff --git a/devel/gobject-introspection/distinfo b/devel/gobject-introspection/distinfo
index e65fe249f8fb..e3eccda319b7 100644
--- a/devel/gobject-introspection/distinfo
+++ b/devel/gobject-introspection/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gobject-introspection-0.6.6.tar.bz2) = d22ed2667dd16ff78aa145c176d1e7a7
-SHA256 (gnome2/gobject-introspection-0.6.6.tar.bz2) = 3843b349d37b8195cc32ac10521fb1558a3610dce30d190437d6a48404b2e2c0
-SIZE (gnome2/gobject-introspection-0.6.6.tar.bz2) = 584610
+MD5 (gnome2/gobject-introspection-0.6.7.tar.bz2) = 41205c14cbd86632806578448e29bd30
+SHA256 (gnome2/gobject-introspection-0.6.7.tar.bz2) = c97ca4e978b0583999775640e9e9f97b64a5880ad2a6adc3ce903207b616f24a
+SIZE (gnome2/gobject-introspection-0.6.7.tar.bz2) = 579956
diff --git a/devel/gobject-introspection/files/patch-gir_Makefile.in b/devel/gobject-introspection/files/patch-gir_Makefile.in
index 87ed2f06b2b8..cf8ce2b3d94f 100644
--- a/devel/gobject-introspection/files/patch-gir_Makefile.in
+++ b/devel/gobject-introspection/files/patch-gir_Makefile.in
@@ -1,14 +1,17 @@
---- gir/Makefile.in.orig 2009-08-29 18:41:56.000000000 -0400
-+++ gir/Makefile.in 2009-08-29 18:49:29.000000000 -0400
-@@ -737,10 +737,9 @@ GLib-2.0.gir: $(SCANNER_BIN) $(SCANNER_L
- --pkg glib-2.0 \
- $(CPPFLAGS) \
- -I$(GLIB_INCLUDEDIR) \
-- -I$(GLIB_LIBDIR)/glib-2.0/include \
- -DGETTEXT_PACKAGE=Dummy \
- -D__G_I18N_LIB_H__ \
-- $(GLIB_LIBDIR)/glib-2.0/include/glibconfig.h \
-+ $(GLIB_INCLUDEDIR)/glibconfig.h \
- $(srcdir)/glib-2.0.c \
- -DGLIB_COMPILATION \
- $(GLIB_INCLUDEDIR)/glib/*.h
+--- gir/Makefile.in.orig 2009-12-18 18:25:43.000000000 +0100
++++ gir/Makefile.in 2009-12-18 18:25:54.000000000 +0100
+@@ -359,13 +359,12 @@ GLib_2_0_gir_SCANNERFLAGS = --noclosure
+ GLib_2_0_gir_PACKAGES = glib-2.0
+ GLib_2_0_gir_CFLAGS = $(CPPFLAGS) \
+ -I$(GLIB_INCLUDEDIR) \
+- -I$(GLIB_LIBDIR)/glib-2.0/include \
+ -DGETTEXT_PACKAGE=Dummy \
+ -D__G_I18N_LIB_H__
+
+ GLib_2_0_gir_ASSERTIONS = $(srcdir)/GLib-2.0.xpath
+ GLib_2_0_gir_FILES = \
+- $(GLIB_LIBDIR)/glib-2.0/include/glibconfig.h \
++ $(GLIB_INCLUDEDIR)/glibconfig.h \
+ $(GLIB_INCLUDEDIR)/glib/*.h \
+ $(srcdir)/glib-2.0.c
+
diff --git a/devel/gobject-introspection/pkg-plist b/devel/gobject-introspection/pkg-plist
index 7c39f85b51f8..8083b30ec40f 100644
--- a/devel/gobject-introspection/pkg-plist
+++ b/devel/gobject-introspection/pkg-plist
@@ -102,6 +102,8 @@ share/gir-1.0/libxml2-2.0.gir
share/gir-1.0/xfixes-4.0.gir
share/gir-1.0/xft-2.0.gir
share/gir-1.0/xlib-2.0.gir
+share/gobject-introspection-1.0/Makefile.introspection
+@dirrm share/gobject-introspection-1.0
@dirrm include/gobject-introspection-1.0
@dirrmtry lib/girepository-1.0
@dirrm lib/gobject-introspection/giscanner