Commit graph

88 commits

Author SHA1 Message Date
adam
314edf55d5 gobject-introspection: updated to 1.68.0
1.68.0 - 2021-03-19
-------------------
* Update GLib annotations :mr:`262`
* docs: cleanup :mr:`261`
* Fix syntax errors in gir-1.2.rnc :mr:`256`
2021-03-22 07:05:31 +00:00
jperkin
7d6ee13306 gobject-introspection: Exclude system paths from LD_LIBRARY_PATH.
During builds, g-ir-scanner sets LD_LIBRARY_PATH in the environment for the C
compiler, with a path set for every -L argument passed to it.  This can cause
problems when system paths are added but the compiler is trying to link against
libraries that have built against pkgsrc libraries, as LD_LIBRARY_PATH has a
higher precedence than the RUNPATH built correctly into the libraries.

Fixes issue seen on SunOS where /usr/lib/libgcc_s.so was selected ahead of the
correct GCC library built into the cairo libraries during a build of pango.

Bump PKGREVISION.
2021-01-11 19:15:24 +00:00
prlw1
58dc24ae19 Update gobject-introspection to 1.66.1
* Update glib annotations
* Windows: Fix running on different drives :mr:`239`
* gimarshallingtests: Add more tests for flags :mr:`235`
* Revert "giscanner: Fix section matching for documentation :mr:`237`" see :issue:`360`
2020-12-20 22:00:43 +00:00
nia
f6dd9d2f87 Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
2020-12-04 20:44:57 +00:00
prlw1
9950ecb5ed Update gobject-introspection to 1.66.0
1.66.0 - 2020-09-12
-------------------

* Support the gtk-doc action syntax :mr:`203`
* Meson fixes with glib and/or g-i is a subproject :mr:`206` :mr:`208`
* GITypeInfo storage type utility API :mr:`205`
* Meson: Fix build as subproject :mr:`214`
* Fixing XDG_DATA_DIRS logic :mr:`215`
* libgirepository: Add a couple missing nullable annotations :mr:`217` :mr:`225`
* dumper: Fix missing symbols in LTO case or with overridden symbol visibility settings :mr:`216`
* Documentation improvements: :mr:`220` :mr:`232`
* Remove old autoconf fallback code for the python tools :mr:`221`
* meson: Rename option `gi_cross_use_{host -> prebuilt}_gi` mr:`211`
* meson: Don't override finding executables when using pre-built tools. :mr:`212`
* meson: gir: add a dependency for g-ir-compiler for building .girs :mr:`228`
* meson: Use pkgconfig generator :mr:`207`
* Fix gi-dump-types.c to build on Windows :mr:`218`
* giscanner: parse block comments for members and fields :mr:`230`
* Add the notion of standalone doc sections :mr:`226`
* giscanner: Add support for using clang-cl :mr:`234`
* giscanner: Fix section matching for documentation :mr:`237`
2020-09-29 10:45:58 +00:00
schmonz
29c394030e Explicitly disable g-ir-doc-tool, since it's not in PLIST. 2020-07-04 10:04:46 +00:00
wiz
bae7333548 gobject-introspection: update to 1.64.1.
1.64.1 - 2020-04-05
-------------------

* Replace calls to deprecated xml.etree.cElementTree removed in Python 3.9 :mr:`202` (:user:`Stephen Gallagher <sgallagher>`)
* gimarshallingtests: Use g_assert_cmpfloat_with_epsilon. Fixes tests on some architectures :mr:`200` (:user:`Iain Lane <iainl>`)
2020-04-12 20:29:08 +00:00
wiz
194c6f16ec gobject-introspection: update to 1.64.0.
1.64.0 - 2020-03-07
-------------------

* Update glib annotations (:user:`Rico Tzschichholz <ricotz>`)
* Fix regress scanner tests for non-gcc/clang compilers :mr:`197` (:user:`Chun-wei Fan <fanc999>`)
* Document how to update glib GIR :mr:`199` (:user:`Bastien Nocera <hadess>`)


1.63.2 - 2020-01-17
-------------------

* Update glib annotations (:user:`Rico Tzschichholz <ricotz>`)
* Add GMemoryMonitor to glib annotations :mr:`193` (:user:`Bastien Nocera <hadess>`)
* Fix build reproducibility :mr:`192` (:user:`Joshua Watt <jpewhacker>`)
* Drop deprecated xml.etree.ElementTree.Element.getchildren() calls :mr:`194` (:user:`Miro Hrončok <hroncok>`)
* Support Python 3.8.x+ on Windows :mr:`195` (:user:`Chun-wei Fan <fanc999>`)
* Cross compile support :mr:`64` (:user:`Alexander Kanavin <alex.kanavin>`)
* meson: Visual Studio builds: Use -utf-8 where available :mr:`196` (:user:`Chun-wei Fan <fanc999>`)


1.63.1 - 2019-11-24
-------------------

* Update glib annotations (:user:`Rico Tzschichholz <ricotz>`)
* build: require meson 0.50.1
* build: use proper dylib versioning on macOS :mr:`177` (:user:`Tom Schoonjans  <tschoonj>`)
* scanner: Support array arguments with static keyword :mr:`176` (:user:`Emmanuele Bassi <ebassi>`)
* website: Add Ruby-GNOME to user list :mr:`178` (:user:`kojix2`)
* Fix non-libtool code being run with no nob-libtool dependencies :mr:`179` (:user:`Alistair Buxton <ali1234>`)
* meson: change "cairo" from a boolean to a feature option :mr:`180`
* meson: change "doctool" from a boolean to a feature option :mr:`181`
* Fix a memory leak in g_irepository_get_object_gtype_interfaces() :mr:`182` (:user:`Philip Chimento <ptomato>`)
* ccompiler.py: Fix macro defines with quotes on MSVC :mr:`183` (:user:`Chun-wei Fan <fanc999>`)
* tests: Actually test libregress by specifying the LD_LIBRARY_PATH :mr:`174` (:user:`Corentin Noël <tintou>`)
* examples: Make self contained and add build system integration examples :mr:`189`
* autotools: Make INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR respect prefix/datadir/libdir :mr:`190`
* girepository: Also store GType cache misses :mr:`191` (:user:`Carlos Garnacho <carlosg>`)
* docs: Document GI_CROSS_LAUNCHER envvar :mr:`175` (:user:`Emmanuele Bassi <ebassi>`)
2020-03-11 10:09:36 +00:00
bsiegert
23f9d8e845 Revbump packages depending on libffi after .so version change.
Requested by Matthias Ferdinand and Oskar on pkgsrc-users.
2020-03-08 16:42:24 +00:00
jperkin
7dda3a5a63 gobject-introspection: Fix build on certain Darwin configurations.
The generation tools require libraries from within the build area to execute,
so ensure they can be found.  This removes a patch I committed a couple of
years ago that was apparently fixing a different LD_LIBRARY_PATH issue, but
unfortunately my commit message was inadequate and I can't find what issue that
was resolving.
2020-02-18 16:00:22 +00:00
gutteridge
352fd7e36e gobject-introspection: remove now redundant test target
Now that adam@ has added a generic test target to meson's build.mk,
we can just rely on that, instead.
2020-01-02 15:45:43 +00:00
gutteridge
75f4f7c717 gobject-introspection: update to 1.62.0
pkgsrc-specific changes: note Python 2.7 is no longer supported
(upstream dropped it several releases ago), and add a test target.

Change log:

1.62.0 - 2019-09-09
-------------------

* No changes since 1.61.2


1.61.2 - 2019-08-17
-------------------

* dumper: Use the distutils linker :mr:`170` (:user:`David Demelier <markand>`)
* structinfo: Fix offset in find_method() :mr:`171` (:user:`Florian Müllner <fmuellner>`)
* tests: Don't include "config.h" in installed files :mr:`172` (:user:`Philip Chimento <ptomato>`)
* meson: Make meson.override_find_program working on more complex use cases :mr:`173` (:user:`Thibault Saunier <thiblahute>`)


1.61.1 - 2019-08-07
-------------------

* Drop autotools build system :mr:`143`
* meson: require 0.49.2
* Update glib annotations (:user:`Rico Tzschichholz <ricotz>`)
* Add documentation to the RelaxNG schema :mr:`139` (:user:`David Bellot <yimyom>`)
* Unused variable fixes :mr:`147` (:user:`Philip Chimento <ptomato>`)
* cachestore: handle cache getting deleted while loading it :mr:`148`
* Visual Studio builds: Use msvc_recommended_pragmas.h from GLib :mr:`150` (:user:`Chun-wei Fan <fanc999>`)
* Add Vulkan gir :mr:`155` (:user:`Matthew Waters <ystreet00>`)
* Make g_irepository_get_object_gtype_interfaces actually work :mr:`157` (:user:`Philip Chimento <ptomato>`)
* gimarshallingtests: Add a marshalling test case for GPtrArrays and GArrays of structures :mr:`160` (:user:`Stéphane Seng <stephaneseng>`)
* scanner: parse and expose function macros :mr:`159` (:user:`Mathieu Duponchelle <mathieudu>`)
* meson: use pkg-config directly for libffi cflags and libs :mr:`162` (:user:`Aaron Boxer <boxerab>`)
* meson: Fix wrong dependency type check for gio-unix :issue:`166` (:user:`Brook Milligan <brook-milligan>`)
* regress: Add regression test for signal with GError param :mr:`169` (:user:`Philip Chimento <ptomato>`)
2019-10-14 03:28:01 +00:00
prlw1
c02441770e Rename py-meson to meson.
The motivation is to consider meson as an application, so there is only
one copy on the system, and as a python 3 program, it can build python 2
packages.
2019-10-07 09:28:09 +00:00
wiz
6bf820e06f gobject-introspection: update to 1.60.2.
1.60.2 - 2019-06-15
-------------------

* docwriter: Fix Exception message attribute :mr:`146` (:user:`Philip Chimento <ptomato>`)
* meson: fix default cairo DLL name on Windows
* scanner: Fix error on Windows in case source files are on different drives
* gi-test: Fix gir file tests with MSVC :mr:`151` (:user:`Chun-wei Fan <fanc999>`)
* MSVC.README.rst: Update VS 2008/x64 build notes :mr:`152` (:user:`Chun-wei Fan <fanc999>`)
* giscanner/scannerlexer.l: Include io.h on Windows (:user:`Chun-wei Fan <fanc999>`)
* build: Force-include msvc_recommended_pragmas.h on Visual Studio :mr:`152` (:user:`Chun-wei Fan <fanc999>`)
* Update glib annotations (2.60.4)
2019-08-20 13:56:40 +00:00
wiz
635706892a gobject-introspection: remove INSTALL_ENV setting now that
py-meson/build.mk honors MAKE_ENV during installation.
2019-06-13 09:43:19 +00:00
adam
f5f7b5646f gobject-introspection: fix installation on Darwin 2019-06-12 13:57:20 +00:00
prlw1
b9df46bb1d Add gobject-introspection dependency on py-expat as ElementTree defaults
to XMLParser which imports pyexpat.
2019-06-05 09:12:32 +00:00
ryoon
0bb627a5af Fix not found error of libgirepository-1.0.so.1 during build 2019-06-03 12:29:40 +00:00
prlw1
3d7aadcad1 Update gobject-introspection to 2.60.1
Highlights:
* build: Drop Python 2 support, require Python 3.4+ :mr:`69`
* Add _Float128 to the base C types
* scanner: rework source root directory guessing code to not depend on the
  build directory
* scanner: Merge specifiers and qualifiers when merging basic types.
  Fixes "unsigned char" being wrongly parsed as "unsigned" etc.
  :mr:`125` (:user:`Tomasz Miąsko <tmiasko>`)
* scanner: make using bool without stdbool include work again
  :issue:`247`
2019-06-03 10:47:20 +00:00
maya
f34a8c24a3 PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
2019-04-25 07:32:34 +00:00
martin
9fb31c4a8c Bump pkgrevision for non fatal warnings 2019-02-06 11:29:35 +00:00
martin
899d06813d oops, regen 2019-02-06 11:15:43 +00:00
martin
ca6e2f4394 Make warnings non fatal (see
devel/xfce4-conf/patches/patch-gsettings-backend_xfconf-giomodule.c for
an example why this may happen)
2019-02-06 11:15:08 +00:00
wiz
1f6f4bf81b gobject-introspection: Fix MirBSD pattern.
Reported by pkglint.
2018-04-17 21:57:03 +00:00
wiz
32980b2cae gobject-introspection: update to 1.56.1.
Changes not found.
2018-04-17 08:41:47 +00:00
jperkin
8d17be4ed6 gobject-introspection: Avoid LD_LIBRARY_PATH pollution.
Can cause issues if it ends up pulling in incompatible libraries used by
the compiler.  Bump PKGREVISION.
2018-02-06 15:44:01 +00:00
wiz
7395753ac0 gobject-introspection: update to 1.54.1.
Changes not found.
2017-10-18 21:32:24 +00:00
prlw1
3d47ada49b Update gobject-introspection to 1.52.1
Highlights:
- gir: Update annotations from GLib
- g-ir-scanner: document GI_SCANNER_DEBUG in man page
- g-ir-scanner: fix wrong order of -L options in libtool invocation
- scanner: Add a way to specify extra libraries to link against
2017-08-25 12:08:47 +00:00
wiz
8733ee0040 Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
maya
5d2828a502 Omit unsupported configure option.
From Thomas Orgis.
2017-07-11 12:00:56 +00:00
prlw1
9448d36910 Update gobject-introspection to 1.50
- grew a g-ir-inspect tool to inspect GI typelibs
- no longer uses g_autoptr
- many other updates
2016-11-25 13:00:13 +00:00
adam
fdce16a48c Removed duplicate PKGCONFIG_OVERRIDE; added py-expat as dependency to fix building 2016-04-08 19:49:26 +00:00
prlw1
e59a9f10bc Enable python 3 port 2016-04-08 07:48:27 +00:00
prlw1
84e73fe40b Remove /usr/bin/env from g-ir-annotation-tool and g-ir-scanner. 2016-04-07 21:35:33 +00:00
prlw1
15844bfc8a Fix PLIST 2016-04-07 20:57:14 +00:00
prlw1
632f0a26b3 Update gobject-introspection to 1.48.0
Many changes including:
- improved test for MSVC
- update annotations from glib 2.48.0
- port to python 3
2016-04-07 20:28:19 +00:00
adam
7f3b4730ad Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
prlw1
90afbd2a4c Update gobject-introspection to 1.44.0
Highlights:
      Update glib annotations from git master
      scanner: Support the C99 'bool' type
      girepository: Fix NULL return from g_irepository_get_dependencies()
      girepository: Document semantics of dependencies and includes better
      girepository: Add g_irepository_get_immediate_dependencies()
      docs: Clarify that GIR files may contain installation-specific data
2015-06-10 23:27:56 +00:00
prlw1
289c86a719 Update gobject-introspection to 1.42.0
Mainly update glib annotations. Some Python 3 compatibility fixes.
Replace the 'allow_none' field on parameters with two separate fields:
'nullable' and 'optional'.
Many bug fixes.
2014-10-07 23:29:49 +00:00
prlw1
914ed6b6ff Update gobject-introspection to 1.40.0
Highlights from git shortlog:

      Add GVolumeMonitor interfaces
      Add --all option to g-ir-generate
      Support glib-mkenums comment /*< flags >*/
      Allow the use of the "Rename To" annotation for literal method renaming.
      Add environment variable G_IREPOSITORY_VERBOSE
2014-09-05 22:19:30 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
obache
6234f8515e require libffi>=3.0.0 2014-01-26 12:01:44 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
obache
92691d2cff tell __{,u}int??_t type
Bump PKGREVISION.
2014-01-02 12:32:19 +00:00
prlw1
fbd98e803f Update gobject-introspection to 1.38.0
patch-ad removed as fixed in 82870258 (Bug 698438)

g-ir-scanner has a grown --xpath-assertions, --format and --inject options
Many bug fixes and translation updates.
2013-12-08 13:28:27 +00:00
jperkin
bf7e878777 Support __inline__ for older OSX. 2013-10-04 15:36:30 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
richard
7312964088 gobject-introspection uses by default $HOME/.cache/g-ir-scanner for a cache.
Disable this globally for packages using buildlink3.mk.
Suggested by Patrick Welche" <prlw1@netbsd.org>
2013-08-08 04:54:28 +00:00