spack/var/spack/repos/builtin/packages/root/webgui.patch
Chris Green 9e4fab277b
[root] New variants, patches (#41548)
* New variants:
  - `tmvz-cpu`
  - `tmvz-gpu`
  - `tmvz-pymva`
  - `tmvz-sofie`

* Improve X-related dependencies.

* Improve TMVA-related dependencies with more specificity.

* Patch possible missing standard header include in Eve7.

* Patch Protobuf handling to support new Protobuf-provided CMake config
  files required to handle transitive `abseil-cpp` dependence.

* Add missing terminal newline to `webgui` patch to remove patch
  warning.

* Handle deprecated/removed build options.
2023-12-11 09:18:10 -07:00

26 lines
1.1 KiB
Diff

--- config/rootrc.in_ORIG 2023-11-28 08:32:42.696061390 +0100
+++ config/rootrc.in 2023-11-28 08:32:47.672727920 +0100
@@ -217,7 +217,7 @@
# Type of tree viewer: TTreeViewer or RTreeViewer
TreeViewer.Name: TTreeViewer
# Type of Browser: TRootBrowser or TRootBrowserLite
-Browser.Name: @root_browser_class@
+Browser.Name: TRootBrowser
# Browser Options (plugins)
# F: File browser E: Text Editor H: HTML browser
# C: Canvas I: I/O redirection P: Proof G: GL viewer
--- config/rootrc.in_ORIG 2023-11-28 08:18:11.686085190 +0100
+++ config/rootrc.in 2023-11-28 08:18:15.839418409 +0100
@@ -247,8 +247,8 @@
WebGui.HttpPortMax: 9800
# Exact IP iddress to bind bind http server (default - empty)
WebGui.HttpBind:
-# Use only loopback address to bind http server (default - no)
-WebGui.HttpLoopback: no
+# Use only loopback address to bind http server (default - yes)
+WebGui.HttpLoopback: yes
# Use https protocol for the http server (default - no)
WebGui.UseHttps: no
WebGui.ServerCert: rootserver.pem