[exim-cvs] Drop support for MacOS (darwin)

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Exim Git Commits Mailing List
Fecha:  
A: exim-cvs
Asunto: [exim-cvs] Drop support for MacOS (darwin)
Gitweb: https://git.exim.org/exim.git/commitdiff/dd9ac646fe6c458b02f19e58981a1344fe2a5c19
Commit:     dd9ac646fe6c458b02f19e58981a1344fe2a5c19
Parent:     9614a79a3fa1dde3f72c92c7638b590457e84240
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Sun Aug 8 00:00:10 2021 +0200
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Tue Aug 10 22:55:28 2021 +0200


    Drop support for MacOS (darwin)
---
 doc/doc-txt/NewStuff                 | 2 ++
 src/OS/Makefile-Base                 | 1 -
 src/OS/{ => unsupported}/os.h-Darwin | 0
 3 files changed, 2 insertions(+), 1 deletion(-)


diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 6f3d4b3..cef9018 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -61,6 +61,8 @@ Version 4.95
 18. TLS ALPN handling.  By default, refuse TLS connections that try to specify
     a non-smtp (eg. http) use.  Options for customising.


+19. Support for MacOS (darwin) has been dropped.
+

Version 4.94
------------
diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base
index dc5238a..2880b0c 100644
--- a/src/OS/Makefile-Base
+++ b/src/OS/Makefile-Base
@@ -81,7 +81,6 @@ Makefile: ../OS/Makefile-Base ../OS/Makefile-Default \
# Build (link) the os.h file

 os.h:    $(SCRIPTS)/Configure-os.h \
-    $(O)/os.h-Darwin    \
     $(O)/os.h-FreeBSD    \
     $(O)/os.h-GNU        \
     $(O)/os.h-Linux        \
diff --git a/src/OS/os.h-Darwin b/src/OS/unsupported/os.h-Darwin
similarity index 100%
rename from src/OS/os.h-Darwin
rename to src/OS/unsupported/os.h-Darwin