- bugfix update of gobject-introspection to 0.10.6
This commit is contained in:
parent
a0fb790fcd
commit
96efc8eba7
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2011/03/02 06:35:23 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2011/03/30 17:53:29 jasper Exp $
|
||||
|
||||
# Look at cairo-related regression failure.
|
||||
# and cairo/cairo.h: No such file or directory during build.
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
COMMENT= GObject Introspection
|
||||
|
||||
GNOME_VERSION= 0.10.3
|
||||
GNOME_VERSION= 0.10.6
|
||||
GNOME_PROJECT= gobject-introspection
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gobject-introspection-0.10.3.tar.bz2) = Yih2E7Y1WR4VDGVUVQBX6A==
|
||||
RMD160 (gobject-introspection-0.10.3.tar.bz2) = XlbAxdoRblRNYuleJbfiexj63kU=
|
||||
SHA1 (gobject-introspection-0.10.3.tar.bz2) = lhouGF4USosGwhaISXnYQBMD2Zo=
|
||||
SHA256 (gobject-introspection-0.10.3.tar.bz2) = HV+5sJSxcP8T0iiG9gsUhSJDKmVN3IMjcb+UuJ7DhAs=
|
||||
SIZE (gobject-introspection-0.10.3.tar.bz2) = 1023147
|
||||
MD5 (gobject-introspection-0.10.6.tar.bz2) = c6S0TSX2L3UYJbMMYhEDzg==
|
||||
RMD160 (gobject-introspection-0.10.6.tar.bz2) = FuYyXqJ6SbmtzWNdpivFqvHeQ+Q=
|
||||
SHA1 (gobject-introspection-0.10.6.tar.bz2) = 33JKqkD5RcJRkJmlWUxmyRCF4VA=
|
||||
SHA256 (gobject-introspection-0.10.6.tar.bz2) = WnLsh1xdbpcUkSvf7SdhkD+ZTpxdroQa3XVbRJ4BRYM=
|
||||
SIZE (gobject-introspection-0.10.6.tar.bz2) = 1103790
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.4 2011/03/02 06:35:23 jasper Exp $
|
||||
$OpenBSD: patch-Makefile_in,v 1.5 2011/03/30 17:53:29 jasper Exp $
|
||||
|
||||
Too much libtool abuse going on in tests/ needs to be sorted out
|
||||
first before entering again.
|
||||
|
||||
--- Makefile.in.orig Wed Feb 23 16:27:06 2011
|
||||
+++ Makefile.in Wed Feb 23 16:49:46 2011
|
||||
@@ -539,7 +539,7 @@ oldincludedir = @oldincludedir@
|
||||
--- Makefile.in.orig Sat Mar 26 01:39:21 2011
|
||||
+++ Makefile.in Wed Mar 30 19:29:09 2011
|
||||
@@ -542,7 +542,7 @@ oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
|
||||
# Python module
|
||||
@ -14,7 +14,7 @@ first before entering again.
|
||||
pkgpythondir = @pkgpythondir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
@@ -613,7 +613,7 @@ _gir_includes = $(foreach include,$($(_gir_name)_INCLU
|
||||
@@ -617,7 +617,7 @@ _gir_includes = $(foreach include,$($(_gir_name)_INCLU
|
||||
_gir_export_packages = $(foreach pkg,$($(_gir_name)_EXPORT_PACKAGES),--pkg-export=$(pkg))
|
||||
|
||||
# Reuse the LIBTOOL variable from by automake if it's set
|
||||
@ -23,7 +23,7 @@ first before entering again.
|
||||
|
||||
# Macros for AM_SILENT_RULES prettiness
|
||||
_gir_verbosity = $(if $(AM_DEFAULT_VERBOSITY),$(AM_DEFAULT_VERBOSITY),1)
|
||||
@@ -1004,7 +1004,7 @@ GCOVSOURCES = \
|
||||
@@ -1008,7 +1008,7 @@ GCOVSOURCES = \
|
||||
$(g_ir_generate_SOURCES)
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
@ -32,7 +32,7 @@ first before entering again.
|
||||
DIST_SUBDIRS = m4 $(SUBDIRS)
|
||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
@@ -2703,6 +2703,7 @@ $(1): $$($(_gir_name)_FILES)
|
||||
@@ -2705,6 +2705,7 @@ $(1): $$($(_gir_name)_FILES)
|
||||
$(_gir_libtool) \
|
||||
$(_gir_packages) \
|
||||
$(_gir_includes) \
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-tests_Makefile_in,v 1.4 2011/03/02 06:35:23 jasper Exp $
|
||||
$OpenBSD: patch-tests_Makefile_in,v 1.5 2011/03/30 17:53:30 jasper Exp $
|
||||
|
||||
Don't enter scanner/, it's causing us to crash on sparc64 with:
|
||||
../../tools/g-ir-generate --includedir=. --includedir=../../gir annotation-1.0.typelib -o annotation-1.0.tgir
|
||||
@ -6,9 +6,9 @@ gmake[3]: *** [annotation-1.0.tgir] Segmentation fault (core dumped)
|
||||
|
||||
From OpenSolaris' gobject-introspection-02-test-scanner.diff
|
||||
|
||||
--- tests/Makefile.in.orig Wed Feb 23 16:27:05 2011
|
||||
+++ tests/Makefile.in Wed Feb 23 16:49:46 2011
|
||||
@@ -350,7 +350,7 @@ INTROSPECTION_COMPILER_ARGS = \
|
||||
--- tests/Makefile.in.orig Sat Mar 26 00:00:22 2011
|
||||
+++ tests/Makefile.in Wed Mar 30 19:29:09 2011
|
||||
@@ -355,7 +355,7 @@ INTROSPECTION_COMPILER_ARGS = \
|
||||
--includedir=$(builddir) \
|
||||
--includedir=$(top_builddir)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-tests_offsets_Makefile_in,v 1.6 2011/03/02 06:35:23 jasper Exp $
|
||||
--- tests/offsets/Makefile.in.orig Wed Feb 23 16:27:05 2011
|
||||
+++ tests/offsets/Makefile.in Wed Feb 23 16:49:46 2011
|
||||
@@ -345,7 +345,7 @@ _gir_includes = $(foreach include,$($(_gir_name)_INCLU
|
||||
$OpenBSD: patch-tests_offsets_Makefile_in,v 1.7 2011/03/30 17:53:30 jasper Exp $
|
||||
--- tests/offsets/Makefile.in.orig Sat Mar 26 00:00:22 2011
|
||||
+++ tests/offsets/Makefile.in Wed Mar 30 19:29:09 2011
|
||||
@@ -350,7 +350,7 @@ _gir_includes = $(foreach include,$($(_gir_name)_INCLU
|
||||
_gir_export_packages = $(foreach pkg,$($(_gir_name)_EXPORT_PACKAGES),--pkg-export=$(pkg))
|
||||
|
||||
# Reuse the LIBTOOL variable from by automake if it's set
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-tests_scanner_Makefile_in,v 1.7 2011/03/02 06:35:23 jasper Exp $
|
||||
--- tests/scanner/Makefile.in.orig Wed Feb 23 16:27:05 2011
|
||||
+++ tests/scanner/Makefile.in Wed Feb 23 16:49:46 2011
|
||||
@@ -396,7 +396,7 @@ _gir_includes = $(foreach include,$($(_gir_name)_INCLU
|
||||
$OpenBSD: patch-tests_scanner_Makefile_in,v 1.8 2011/03/30 17:53:30 jasper Exp $
|
||||
--- tests/scanner/Makefile.in.orig Sat Mar 26 00:00:22 2011
|
||||
+++ tests/scanner/Makefile.in Wed Mar 30 19:29:09 2011
|
||||
@@ -401,7 +401,7 @@ _gir_includes = $(foreach include,$($(_gir_name)_INCLU
|
||||
_gir_export_packages = $(foreach pkg,$($(_gir_name)_EXPORT_PACKAGES),--pkg-export=$(pkg))
|
||||
|
||||
# Reuse the LIBTOOL variable from by automake if it's set
|
||||
|
Loading…
x
Reference in New Issue
Block a user