Opened 7 years ago
Closed 7 years ago
#54546 closed defect (duplicate)
lftp needs to have aclocal run pre-configure, or else it fails to build on Sierra
Reported by: | vjorlikowski | Owned by: | Schamschula (Marius Schamschula) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | diekhans (Mark Diekhans) |
Port: | lftp |
Description
lftp is breaking prior to configure being run on Sierra, thanks to a automake version mis-match.
The attached diff fixes the issue.
Attachments (1)
Change History (4)
Changed 7 years ago by vjorlikowski
Attachment: | lftp.patch added |
---|
comment:1 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|---|
Owner: | set to Schamschula |
Port: | lftp added |
Status: | new → assigned |
Use the -W
flag rather than manually running cd
.
comment:2 Changed 7 years ago by diekhans (Mark Diekhans)
Cc: | diekhans added |
---|
comment:3 Changed 7 years ago by Schamschula (Marius Schamschula)
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
I've fixed this with a patch.
If this doesn't get fixed upstream for the next version, I'll use aclocal for the next update.
Duplicate of #54491
Note: See
TracTickets for help on using
tickets.
Diff to portfile, to enable aclocal