patch-imap_Makefile 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. $OpenBSD: patch-imap_Makefile,v 1.3 2014/03/24 12:54:55 ajacoutot Exp $
  2. mtest.c calls gets()
  3. --- imap/Makefile.orig Thu Aug 15 06:36:13 2013
  4. +++ imap/Makefile Sun Mar 23 17:26:41 2014
  5. @@ -586,8 +586,8 @@ sslunix sslsco:
  6. @echo ++ SSLTYPE=$(SSLTYPE).nopwd
  7. @echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  8. @echo
  9. - @echo Do you want to continue this build anyway? Type y or n please:
  10. - @$(SH) -c 'read x; case "$$x" in y) exit 0;; *) (make nounenc;exit 1);; esac'
  11. + #@echo Do you want to continue this build anyway? Type y or n please:
  12. + #@$(SH) -c 'read x; case "$$x" in y) exit 0;; *) (make nounenc;exit 1);; esac'
  13. nounenc:
  14. @echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  15. @@ -676,7 +676,7 @@ an ua:
  16. $(TOOLS)/$@ "$(LN)" src/ansilib c-client
  17. $(TOOLS)/$@ "$(LN)" src/charset c-client
  18. $(TOOLS)/$@ "$(LN)" src/osdep/$(SYSTEM) c-client
  19. - $(TOOLS)/$@ "$(LN)" src/mtest mtest
  20. +# $(TOOLS)/$@ "$(LN)" src/mtest mtest
  21. $(TOOLS)/$@ "$(LN)" src/ipopd ipopd
  22. $(TOOLS)/$@ "$(LN)" src/imapd imapd
  23. $(TOOLS)/$@ "$(LN)" src/mailutil mailutil
  24. @@ -713,7 +713,7 @@ rebuildclean:
  25. bundled:
  26. @echo Building bundled tools...
  27. - $(CD) mtest;$(MAKE)
  28. +# $(CD) mtest;$(MAKE)
  29. $(CD) ipopd;$(MAKE)
  30. $(CD) imapd;$(MAKE)
  31. $(CD) mailutil;$(MAKE)