From d129587b5d568b0ff5300386f1e1b706c349f38e Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Wed, 5 Aug 2015 19:13:24 +0000 Subject: The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD. The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980 --- .../pygobject3-common/files/patch-gi_pygi-cache.h | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 devel/pygobject3-common/files/patch-gi_pygi-cache.h (limited to 'devel/pygobject3-common/files/patch-gi_pygi-cache.h') diff --git a/devel/pygobject3-common/files/patch-gi_pygi-cache.h b/devel/pygobject3-common/files/patch-gi_pygi-cache.h deleted file mode 100644 index f11882f93912..000000000000 --- a/devel/pygobject3-common/files/patch-gi_pygi-cache.h +++ /dev/null @@ -1,40 +0,0 @@ -From 3b70f5bc8e59e49795fcaa7b285aeff0c4565a04 Mon Sep 17 00:00:00 2001 -From: Simon Feltman -Date: Mon, 27 Oct 2014 20:19:23 -0700 -Subject: Remove redefinitions of function and vfunc cache typedefs - -https://bugzilla.gnome.org/show_bug.cgi?id=737874 - -diff --git a/gi/pygi-cache.h b/gi/pygi-cache.h -index 093dde2..0361f00 100644 ---- gi/pygi-cache.h -+++ gi/pygi-cache.h -@@ -197,7 +197,7 @@ struct _PyGICallableCache - GICallableInfo *callable_info); - }; - --typedef struct _PyGIFunctionCache { -+struct _PyGIFunctionCache { - PyGICallableCache callable_cache; - - /* An invoker with ffi_cif already setup */ -@@ -207,13 +207,13 @@ typedef struct _PyGIFunctionCache { - PyGIInvokeState *state, - PyObject *py_args, - PyObject *py_kwargs); --} PyGIFunctionCache; -+} ; - --typedef struct _PyGIVFuncCache { -+struct _PyGIVFuncCache { - PyGIFunctionWithInstanceCache fwi_cache; - - GIBaseInfo *info; --} PyGIVFuncCache; -+}; - - - gboolean --- -cgit v0.10.1 - -- cgit v1.2.3