Opened 15 years ago
Closed 15 years ago
#23583 closed defect (fixed)
raptor: requires gtk-doc on Tiger; update to 1.4.21
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | lyle@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | haspatch | Cc: | arto.bendiken@… |
Port: | raptor |
Description
raptor 1.4.19 was built using gtk-doc < 1.12 and therefore uses the "which" command in a way that is not compatible with Tiger and earlier, and therefore fails to detect when gtk-doc is not installed and tries to use it anyway. This was reported on the mailing list. This is this upstream bug report. The workaround is to fix the usage of "which" so that it is compatible with Tiger and earlier (as I did for glib2 in this patch), or just declare a dependency on gtk-doc. When raptor is updated to a newer version that is built with gtk-doc >= 1.12 this workaround will no longer be necessary. As it happens, raptor 1.4.21 seems to have this fix, so we should just update to that version. May I commit the attached patch?
Attachments (1)
Change History (4)
Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | raptor-1.4.21.diff added |
---|
comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
comment:3 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Maintainer timeout. Committed my patch in r63903.
Replying to ryandesign@…:
...here.