#29643 closed submission (fixed)
sslh @1.8-rc4 New submission
Reported by: | macports@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ||
Port: | sslh |
Description
Hello. I have created a portfile and patch for sslh, an ssl/ssh multiplexing daemon.
Attachments (2)
Change History (7)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Port: | sslh added |
---|
comment:2 Changed 13 years ago by macports@…
Sorry for the n00b mistakes. I've updated the Portfile and patch (the patch is trivial now that I figured out some of the fancy things you can do in the Portfile). Does this solve the problems you pointed out?
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
Thanks.
comment:4 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r79054 with these changes:
- fixed whitespace (tabs to spaces) and formatting and added standard modeline
- fixed maintainers line
- removed md5 checksum, which we're trying to phase out of MacPorts
- fixed UsingTheRightCompiler and the right build arch -- your reinplaces of
__CC__
and__CFLAGS__
don't do anything because those strings do not appear in the Makefile - added universal variant
- simplified destroot block a little
Note: See
TracTickets for help on using
tickets.
You are hardcoding /opt/local in your patch; you must arrange to use the current value of ${prefix} (some users don't use prefix /opt/local)
When you use "use_configure no" you are responsible for manually ensuring you're UsingTheRightCompiler and the right build arch, and adding a universal variant if possible.