Ticket #24658 (closed defect: fixed)
dbus-glib missing dependency on gtk-doc
| Reported by: | rmsfisher@… | Owned by: | jwa@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.2 |
| Keywords: | haspatch | Cc: | ryandesign@… |
| Port: | dbus-glib |
Description
I'm running a 10.4 installation for testing purposes. The first major error I've encountered is that dbus-glib is not destrooting properly due to a lack of gtkdoc-rebase. Please refer to the attached error output and Portfile diff for my proposed solution. I would commit the change myself under this port's open maintainership policy, but want to be sure a build dependency on gtk-doc is acceptable.
Attachments
Change History
comment:1 Changed 3 years ago by ryandesign@…
- Status changed from new to closed
- Cc ryandesign@… added
- Resolution set to fixed
This is the age-old software-built-with-gtk-doc-1.11-and-earlier-tries-to-run-gtkdoc-rebase-on-Tiger-even-if-it's-not-available-because-it-uses-the-which-command-improperly bug.
This was also reported on the mailing list today.
I committed your patch in r67382 and also increased the revision, because without that, Leopard and Snow Leopard users might have installed dbus-glib without having gtk-doc installed, which means their documentation did not get rebuilt, which means the inter-page links aren't linking to the MacPorts copy of the documentation.

