The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
3.0.1
* Fix localization of the Apple menu when running in a bundle.
* Fix gettext configuration when building from a clean git repo.
* Change the GtkosxApplicationAttentionType enums to avoid namespace pollution.
* New/Updated translations: Basque, Catalan, Galician, Swedish.
Changes from version gtk-mac-integration-2.1.3 to version
gtk-mac-integration-3.0.0
* Removed the obsolete Carbon-based gtk-mac-bundle, gtk-mac-dock, and
gtk-mac-menu.
* Removed the obsolete PyGtk bindings.
* Added translations for Croatian, Friulian, Greek, and Slovenian
* Updated Danish, Hungarian, Korean, and Turkish Translations
* Replaced git repository and bug URLs to reflect Gnome project's move to
gitlab.gnome.org
Changes from version gtk-mac-integration-2.1.2 to version
gtk-mac-integration-2.1.3
* Use glib instead of the custom gettext code (HEAD, origin/master, orig* Add Indonesian translation
* fix typo in CGBitmapInfo
* Fix invalid image alphaInfo error
* Update German translation
* Add Brazilian Portuguese translation
* Add Indonesian translation
Changes from version gtk-mac-integration-2.1.1 to version
gtk-mac-integration-2.1.2
* Include gettext.h in the distribution tarball. Broke the build.
* Fix up some compiler warnings.
Changes from version gtk-mac-integration-2.0.8 to version
gtk-mac-integration-2.1.1
* Add bit-compiled translation files to gitignore.
* Add function gtkosx_application_set_about_item. Prefer this to setting
item 0 with gtkosx_application_insert_app_menu_item.
* Convert translation handling to gettext.
* Remove obsolete dependency on gnome-common.
* Update documentation URL.
* Commit documentation so that it appears at
https://jralls.github.io/gtk-mac-integration.
* Change Spanish translation of 'Quit'.
* Set PREFIX to default_prefix if --prefix isn't set.
* Correct Latvian translation code and file name.
* Polish translation by a human translator!
* Provide a default gtk-mac-integration.pc, a copy of
gtk-mac-integration-gtk2.pc unless gtk-mac-integration-gtk3.pc is the
only version built. Applications are advised not to use it; it's only to
avoid gratuitous breakage in single-gtk environments.
* Get GtkApplicationDelegate's application:openFile: handler to work at startup.
It fires off the signal before the main loop has started, so stash the
URI in a static for applicationDidFinishLaunching to fire the signal.
* Bug 744597 - Document that gtk_menu_reorder_child() doesn't update the menu.
* Update documents for current version of Gtk-Docs.
* Fix compile error on Leopard & Tiger.
* Minor build system improvements
* Make it possible to override libtoolize
* Get PyGObject-2.0's datadir from pkg-config
* Update .gitignore
* Fix autotools warnings and modernize some
* Use seperate configure flags for gtk2 and gtk3
Changes --with-gtk=gtk2 (which was broken) to --with-gtk2 and --with-gtk3
This allows you to build against both at the same time.
None of the pkgconfig files should have been changed but there is only
a single includedir now since they are the same.
* Use gnome-autogen.sh
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
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.
bundles. This library provides two implementations: An older Carbon
implementation (gtk-mac-integration) and a new implementation in Cocoa
(GtkOSXApplication). PyGtk bindings are provided for both.