Files
macports-ports/mail/cclient/files/allow-plaintext-passwords.patch
Ryan Schmidt c6db7368fa cclient: Fix implicit function decls; cleanup
Fix implicit declaration of functions.

See: https://trac.macports.org/ticket/61464#comment:26

Rename patchfiles to clarify their purpose and defuzz them.

Modernize portfile.

Use MacPorts CFLAGS (including optimization flags) so increase the
revision to rebuild.
2020-11-21 22:32:59 -06:00

13 lines
544 B
Diff

--- Makefile.orig 2011-07-22 19:20:21.000000000 -0500
+++ Makefile 2020-11-21 17:34:35.000000000 -0600
@@ -578,9 +578,6 @@
@echo + In order to rectify this problem, you MUST build with:
@echo ++ SSLTYPE=$(SSLTYPE).nopwd
@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- @echo
- @echo Do you want to continue this build anyway? Type y or n please:
- @$(SH) -c 'read x; case "$$x" in y) exit 0;; *) (make nounenc;exit 1);; esac'
nounenc:
@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++