Changes between Initial Version and Version 3 of Ticket #64102
- Timestamp:
- Dec 1, 2021, 8:19:00 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64102
- Property Cc mascguy ballapete added
- Property Owner set to ryandesign
-
Property
Status
changed from
new
toaccepted
-
Ticket #64102 – Description
initial v3 1 Gettext was recently updated to version 0.21. This new version requires libproc.h which was first available on Mac OS X 10.5 Leopard. I have verified that the previous version of gettext 0.20 does not require libproc.h and builds correctly by changing my ports tree to commit baf0c8bd508912bfedaf58c40dba1a402ffdf2ed.1 Gettext was recently updated to version 0.21. This new version requires libproc.h which was first available on Mac OS X 10.5 Leopard. I have verified that the previous version of gettext 0.20 does not require libproc.h and builds correctly by changing my ports tree to commit [baf0c8bd508912bfedaf58c40dba1a402ffdf2ed/macports-ports]. 2 2 3 3 This is a serious issue, as on Tiger apple-gcc42 has to be compiled before any other packages can be, and apple-gcc42 ends up requiring gettext as a dependency. This completely breaks Tiger support currently in the latest ports tree.