Opened 19 years ago
Closed 19 years ago
#5363 closed defect (fixed)
UPDATE: net/autossh fixes for Tiger
Reported by: | darren.bane@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
This port used to work, but then broke after I upgraded to Tiger. My installed versions are:
% uname -a Darwin Darren-Banes-Computer.local 8.2.0 Darwin Kernel Version 8.2.0: Fri Jun 24 17:46:54 PDT 2005; root:xnu-792.2.4.obj~3/RELEASE_PPC Power Macintosh powerpc % port version Version: 1.102 % port info autossh autossh 1.2e, Revision 1 ...
The problem is that the Tiger C library now defines socklen_t, which autossh has historically defined to something else.
The attached files fix this. I've also upgraded the port to version 1.3 (figured it was worth a try--maybe this version fixed the problem). I also notice that this is an unmaintained port, so if you want me to maintain it, I'm willing to do that.
Attachments (2)
Change History (5)
Changed 19 years ago by darren.bane@…
Attachment: | patch-Portfile added |
---|
comment:1 Changed 19 years ago by darren.bane@…
Owner: | changed from darwinports-bugs@… to darren.bane@… |
---|---|
Status: | new → assigned |
Changed 19 years ago by darren.bane@…
Attachment: | patch-autossh.c added |
---|
Patch for net/autossh/autossh.c
comment:2 Changed 19 years ago by mww@…
Owner: | changed from darren.bane@… to mww@… |
---|---|
Status: | assigned → new |
Summary: | net/autossh fixes for Tiger → UPDATE: net/autossh fixes for Tiger |
Patch for net/autossh/Portfile