Ticket #15970 (closed update: fixed)
texinfo-4.11 update to version 4.12
| Reported by: | blb@… | Owned by: | vincent-opdarw@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | port texinfo update | Cc: | |
| Port: |
Description
Will attach a diff to update textproc/texinfo to current 4.12 version. FYI, they appear to have moved from gz/bz2 tarballs to gz/lzma so had to remove the bzip2 piece.
Attachments
Change History
Changed 5 years ago by blb@…
- Attachment texinfo.diff added
comment:2 Changed 5 years ago by vinc17@…
- Status changed from new to closed
- Resolution set to fixed
Fixed by r38972.
Notes: I've chosen the lzma tarball since it is much smaller (you need unlzma, e.g. from lzmautils). I've also removed the pre-patch (no longer necessary).
comment:3 follow-up: ↓ 4 Changed 5 years ago by jmr@…
Shouldn't there be a depends_build bin:unlzma:lzmautils?
comment:4 in reply to: ↑ 3 Changed 5 years ago by vinc17@…
Replying to jmr@macports.org:
Shouldn't there be a depends_build bin:unlzma:lzmautils?
This is what I thought, but I tried it (depends_lib too), and this doesn't change anything: if unlzma isn't found, MacPorts doesn't install lzmautils, and I get the same error (at least with 1.6.0, I don't know if the trunk behaves differently). It seems that one needs depends_extract to be implemented.


diff to Portfile