[libxml2] Remove broken Mac OS 9 support
- From: Nick Wellnhofer <nwellnhof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2] Remove broken Mac OS 9 support
- Date: Wed, 2 Mar 2022 00:52:20 +0000 (UTC)
commit 041ed3d6b0ccc65aa66a32ec92da150e7cf9cee4
Author: Nick Wellnhofer <wellnhofer aevum de>
Date: Tue Mar 1 17:17:19 2022 +0100
Remove broken Mac OS 9 support
Makefile.am | 2 +-
libxml.h | 4 --
libxml2.doap | 2 +-
macos/README | 8 ---
macos/libxml2.mcp.xml.sit.hqx | 1 -
macos/src/XMLTestPrefix.h | 1 -
macos/src/XMLTestPrefix2.h | 1 -
macos/src/config-mac.h | 131 ----------------------------------------
macos/src/libxml2_GUSIConfig.cp | 1 -
macos/src/macos_main.c | 1 -
10 files changed, 2 insertions(+), 150 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4ffcea4b..f5a9b590 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1209,7 +1209,7 @@ cleanup:
dist-hook: cleanup libxml2.spec
-cp libxml2.spec $(distdir)
- (cd $(srcdir) ; tar -cf - --exclude .git win32 macos os400 vms VxWorks test result) | (cd $(distdir);
tar xf -)
+ (cd $(srcdir) ; tar -cf - --exclude .git win32 os400 vms VxWorks test result) | (cd $(distdir); tar
xf -)
dist-source: distdir
$(AMTAR) -chof - --exclude Tests --exclude test --exclude result $(distdir) | GZIP=$(GZIP_ENV) gzip
-c >`echo "$(distdir)" | sed "s+libxml2+libxml2-sources+"`.tar.gz
diff --git a/libxml.h b/libxml.h
index 0d76298f..8e8a131c 100644
--- a/libxml.h
+++ b/libxml.h
@@ -20,9 +20,6 @@
#endif
#endif
-#if defined(macintosh)
-#include "config-mac.h"
-#else
/*
* Currently supported platforms use either autoconf or
* copy to config.h own "preset" configuration file.
@@ -30,7 +27,6 @@
*/
#include "config.h"
#include <libxml/xmlversion.h>
-#endif
#if defined(__Lynx__)
#include <stdio.h> /* pull definition of size_t */
diff --git a/libxml2.doap b/libxml2.doap
index 14a653d5..18f495bc 100644
--- a/libxml2.doap
+++ b/libxml2.doap
@@ -16,7 +16,7 @@ variety of language bindings make it available in other environments.
Libxml2 is known to be very portable, the library should build and work
without serious troubles on a variety of systems (Linux, Unix, Windows,
-CygWin, MacOS, MacOS X, RISC Os, OS/2, VMS, QNX, MVS, VxWorks,
+CygWin, MacOS X, RISC Os, OS/2, VMS, QNX, MVS, VxWorks,
...)</description>
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/xml" />
<category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]