Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

Portfile (1.2 KB) - added by macports@… 13 years ago.
sslh portfile
patch-src-Makefile.diff (227 bytes) - added by macports@… 13 years ago.
Makefile patch

Download all attachments as: .zip

Change History (7)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Port: sslh added

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.

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?

Changed 13 years ago by macports@…

Attachment: Portfile added

sslh portfile

Changed 13 years ago by macports@…

Attachment: patch-src-Makefile.diff added

Makefile patch

comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

Thanks.

comment:4 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

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

comment:5 Changed 13 years ago by macports@…

Thanks for the corrections!

Note: See TracTickets for help on using tickets.