The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
included by default.
*******************
* GUPnP IGD 0.2.3 *
*******************
- Emit errors as boxed types
- Various build improvements
- Make tests less racy
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.
Changelog:
*******************
* GUPnP IGD 0.2.1 *
*******************
- Restore the "main-context" property so that outsider can use the
GUPnPIgdThread's GMainContext for timers, etc
* Bump BUILDLINK_API_DEPENDS and BUILDLINK_ABI_DEPENDS
Changelog:
*******************
* GUPnP IGD 0.2.0 *
*******************
- Use the thread current GMainContext instead of passing it as a parameter
- Make the GUPnPIgdThread object work with the new GUPnP 0.18
********************
* GUPnP IGD 0.1.11 *
********************
- Disable introspection correctly on --disable-introspection
********************
* GUPnP IGD 0.1.10 *
********************
- Port to gobject-introspection 0.10
*******************
* GUPnP IGD 0.1.9 *
*******************
- Set thread default main context
*******************
* GUPnP IGD 0.1.8 *
*******************
- Add GObject Introspection support
- Return a valid GError if the other side returns an invalid IP
- Make newer GNU Make and newer GCC happy
Enable silent rules with automake 1.11
Fix race if g_main_loop_quit() is called just before g_main_loop_run()
override the main-context construct time property in the constructor
Fixed installation of python bindings
Add test for empty ip address
Test invalid IP address
Remove empty lines
Validate returned IP addresses
*******************
* GUPnP IGD 0.1.6 *
*******************
- Add python bindings
*******************
* GUPnP IGD 0.1.5 *
*******************
- Use the new GUPnP Context Manager from GUPnP 0.13
*******************
* GUPnP IGD 0.1.4 *
*******************
- Make it compatible with the 0.13 API (does not yet use GUPnPContextManager)
- Bug fixes