Opened 17 years ago
Closed 15 years ago
#14983 closed defect (fixed)
sSMTP does not compile SSL support and typo in configuration file location
Reported by: | andy@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | ssmtp | Cc: | olaf@…, bostonvaulter@… |
Port: |
Description
Compiling SSL support into sSMTP does not work on OSX 10.5 because it requires libcrypto to be linked in.
Additionally, there is a typo in the path to the configuration file in the Portfile.
Patches attached.
Attachments (2)
Change History (7)
Changed 17 years ago by andy@…
Attachment: | Portfile.diff added |
---|
Changed 17 years ago by andy@…
Attachment: | patch-configure.in added |
---|
configure.in patch to fix SSL libraries
comment:3 Changed 15 years ago by bostonvaulter@…
Is there any hope of getting this fixed soon? I had some trouble getting the patches working. I had to change the format of patch-configure.in because it wasn't finding the file and I also had to patch the makefile to add -lcrypto
comment:5 Changed 15 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Added ssl support in r57501.
Note: See
TracTickets for help on using
tickets.
patch for ssmtp Portfile