openbsd-ports/mail/c-client/patches/patch-Makefile

36 lines
1.2 KiB
Plaintext

$OpenBSD: patch-Makefile,v 1.8 2002/12/01 21:15:38 jakob Exp $
--- Makefile.orig Tue Nov 5 00:20:44 2002
+++ Makefile Mon Nov 25 20:24:53 2002
@@ -256,7 +256,7 @@ BUILD=$(MAKE) build EXTRACFLAGS='$(EXTRA
# Make the IMAP Toolkit
-all: SPECIALS c-client rebuild bundled
+all: SPECIALS c-client rebuild
c-client:
@echo Not processed yet. In a first-time build, you must specify
@@ -392,13 +392,7 @@ sslunix sslsco:
@echo ++ TLS/SSL encryption is supported
@echo + Non-compliant:
@echo ++ Unencrypted plaintext passwords are permitted
- @echo +
- @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;; *) exit 1;; esac'
sslnone:
@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@@ -434,7 +428,7 @@ an ua:
$(TOOLS)/$@ "$(LN)" src/tmail tmail
$(LN) $(TOOLS)/$@ .
-build: OSTYPE rebuild rebuildclean bundled
+build: OSTYPE rebuild rebuildclean
OSTYPE:
@echo Building c-client for $(BUILDTYPE)...