aboutsummaryrefslogtreecommitdiffstats
path: root/testing/erlang/otp-0005-Do-not-install-nteventlog-and-related-doc-files-on-n.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/erlang/otp-0005-Do-not-install-nteventlog-and-related-doc-files-on-n.patch')
-rw-r--r--testing/erlang/otp-0005-Do-not-install-nteventlog-and-related-doc-files-on-n.patch36
1 files changed, 18 insertions, 18 deletions
diff --git a/testing/erlang/otp-0005-Do-not-install-nteventlog-and-related-doc-files-on-n.patch b/testing/erlang/otp-0005-Do-not-install-nteventlog-and-related-doc-files-on-n.patch
index cf8e970cba..74f4587134 100644
--- a/testing/erlang/otp-0005-Do-not-install-nteventlog-and-related-doc-files-on-n.patch
+++ b/testing/erlang/otp-0005-Do-not-install-nteventlog-and-related-doc-files-on-n.patch
@@ -1,15 +1,6 @@
-From: Peter Lemenkov <lemenkov@gmail.com>
-Date: Sat, 19 Jun 2010 09:59:39 +0400
-Subject: [PATCH] Do not install nteventlog and related doc-files on non-win32
- systems
-
-Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
-
-diff --git a/lib/os_mon/doc/src/Makefile b/lib/os_mon/doc/src/Makefile
-index 08fd23e..5606cfc 100644
---- a/lib/os_mon/doc/src/Makefile
-+++ b/lib/os_mon/doc/src/Makefile
-@@ -35,12 +35,17 @@ RELSYSDIR = $(RELEASE_PATH)/lib/$(APPLICATION)-$(VSN)
+--- otp_src_17.5/lib/os_mon/doc/src/Makefile
++++ otp_src_17.5-fixed/lib/os_mon/doc/src/Makefile
+@@ -35,12 +35,17 @@
# Target Specs
# ----------------------------------------------------
XML_APPLICATION_FILES = ref_man.xml
@@ -28,11 +19,20 @@ index 08fd23e..5606cfc 100644
XML_REF6_FILES = os_mon_app.xml
-diff --git a/lib/os_mon/src/Makefile b/lib/os_mon/src/Makefile
-index cd2dade..4e78cf8 100644
---- a/lib/os_mon/src/Makefile
-+++ b/lib/os_mon/src/Makefile
-@@ -33,8 +33,13 @@ RELSYSDIR = $(RELEASE_PATH)/lib/os_mon-$(VSN)
+--- otp_src_17.5/lib/os_mon/ebin/os_mon.app
++++ otp_src_17.5-fixed/lib/os_mon/ebin/os_mon.app
+@@ -21,7 +21,7 @@
+ [{description, "CPO CXC 138 46"},
+ {vsn, "2.3.1"},
+ {modules, [os_mon, os_mon_mib, os_sup,
+- disksup, memsup, cpu_sup, os_mon_sysinfo, nteventlog]},
++ disksup, memsup, cpu_sup, os_mon_sysinfo]},
+ {registered, [os_mon_sup, os_mon_sysinfo, disksup, memsup, cpu_sup,
+ os_sup_server]},
+ {applications, [kernel, stdlib, sasl]},
+--- otp_src_17.5/lib/os_mon/src/Makefile
++++ otp_src_17.5-fixed/lib/os_mon/src/Makefile
+@@ -33,8 +33,13 @@
# ----------------------------------------------------
# Target Specs
# ----------------------------------------------------
@@ -47,7 +47,7 @@ index cd2dade..4e78cf8 100644
INCLUDE=../include
CSRC=../c_src
-@@ -78,7 +83,11 @@ docs:
+@@ -78,7 +83,11 @@
# ----------------------------------------------------
$(APP_TARGET): $(APP_SRC) ../vsn.mk