openbsd-ports/mail/c-client/patches/patch-Makefile
2004-04-02 08:18:48 +00:00

36 lines
1.2 KiB
Plaintext

$OpenBSD: patch-Makefile,v 1.9 2004/04/02 08:18:48 jakob Exp $
--- Makefile.orig 2003-07-15 03:35:29.000000000 +0200
+++ Makefile 2004-04-01 15:01:19.000000000 +0200
@@ -257,7 +257,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
@@ -420,13 +420,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 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@@ -462,7 +456,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)...