mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update to glib2-2.80.4.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
COMMENT= general-purpose utility library
|
||||
|
||||
GNOME_PROJECT= glib
|
||||
GNOME_VERSION= 2.80.3
|
||||
GNOME_VERSION= 2.80.4
|
||||
PKGNAME= ${DISTNAME:S/glib/glib2/}
|
||||
|
||||
CATEGORIES= devel
|
||||
@@ -14,12 +14,12 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
# would trigger an abort():
|
||||
# GLib-GObject:ERROR:gvaluetypes.c:457:_g_value_types_init:
|
||||
# assertion failed: (type == G_TYPE_CHAR)
|
||||
SHARED_LIBS += glib-2.0 4201.12 # 0.8000.3
|
||||
SHARED_LIBS += gobject-2.0 4200.19 # 0.8000.3
|
||||
SHARED_LIBS += gthread-2.0 4200.19 # 0.8000.3
|
||||
SHARED_LIBS += gmodule-2.0 4200.19 # 0.8000.3
|
||||
SHARED_LIBS += gio-2.0 4200.19 # 0.8000.3
|
||||
SHARED_LIBS += girepository-2.0 0.0 # 0.8000.3
|
||||
SHARED_LIBS += glib-2.0 4201.12 # 0.8000.4
|
||||
SHARED_LIBS += gobject-2.0 4200.19 # 0.8000.4
|
||||
SHARED_LIBS += gthread-2.0 4200.19 # 0.8000.4
|
||||
SHARED_LIBS += gmodule-2.0 4200.19 # 0.8000.4
|
||||
SHARED_LIBS += gio-2.0 4200.19 # 0.8000.4
|
||||
SHARED_LIBS += girepository-2.0 0.0 # 0.8000.4
|
||||
|
||||
# LGPLv2
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (glib-2.80.3.tar.xz) = OUeg6t3Q82E9AjC7JG0MaeRhQsGQIvXEsbLjy6I21Bc=
|
||||
SIZE (glib-2.80.3.tar.xz) = 5542940
|
||||
SHA256 (glib-2.80.4.tar.xz) = JOApxd/JtE5Fc2l63zMHipgnxIk4VVAEs7kJb6TqA08=
|
||||
SIZE (glib-2.80.4.tar.xz) = 5535760
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
XXX push upstream
|
||||
|
||||
Index: gio/meson.build
|
||||
--- gio/meson.build.orig
|
||||
+++ gio/meson.build
|
||||
@@ -80,7 +80,10 @@ if host_system != 'windows'
|
||||
endif
|
||||
|
||||
# dn_comp()
|
||||
- if cc.links('''#include <resolv.h>
|
||||
+ if cc.links('''#include <sys/types.h>
|
||||
+ #include <netinet/in.h>
|
||||
+ #include <arpa/nameser.h>
|
||||
+ #include <resolv.h>
|
||||
int main (int argc, char ** argv) {
|
||||
return dn_comp(NULL, NULL, 0, NULL, NULL) == -1;
|
||||
} ''', args : network_args, name : 'dn_comp()')
|
||||
@@ -394,8 +394,8 @@ share/bash-completion/completions/gresource
|
||||
share/bash-completion/completions/gsettings
|
||||
share/doc/pkg-readmes/${PKGSTEM}
|
||||
share/gdb/auto-load/usr/local/lib/
|
||||
share/gdb/auto-load/usr/local/lib/libglib-2.0.so.0.8000.3-gdb.py
|
||||
share/gdb/auto-load/usr/local/lib/libgobject-2.0.so.0.8000.3-gdb.py
|
||||
share/gdb/auto-load/usr/local/lib/libglib-2.0.so.0.8000.4-gdb.py
|
||||
share/gdb/auto-load/usr/local/lib/libgobject-2.0.so.0.8000.4-gdb.py
|
||||
share/gettext/its/
|
||||
share/gettext/its/gschema.its
|
||||
share/gettext/its/gschema.loc
|
||||
|
||||
Reference in New Issue
Block a user