aboutsummaryrefslogtreecommitdiffstats
path: root/testing/entropybroker/font-path.patch
diff options
context:
space:
mode:
authorHenrik Riomar <henrik.riomar@gmail.com>2019-03-27 21:33:14 +0100
committerKevin Daudt <kdaudt@alpinelinux.org>2019-04-01 19:24:05 +0000
commit6880dfb6e909b5cb5d73e770f5a0f4227515b610 (patch)
treec82ad2b6ef17faffc8bc97b007df4df079c71c9a /testing/entropybroker/font-path.patch
parenta9bccb09bad16864922406dbe9286e05f7402574 (diff)
downloadaports-6880dfb6e909b5cb5d73e770f5a0f4227515b610.tar.bz2
aports-6880dfb6e909b5cb5d73e770f5a0f4227515b610.tar.xz
testing/entropybroker: new aport
Diffstat (limited to 'testing/entropybroker/font-path.patch')
-rw-r--r--testing/entropybroker/font-path.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/entropybroker/font-path.patch b/testing/entropybroker/font-path.patch
new file mode 100644
index 0000000000..9b018be989
--- /dev/null
+++ b/testing/entropybroker/font-path.patch
@@ -0,0 +1,29 @@
+commit 3f0a5d44cccbd257226876e91730f2e2f9d89741
+Author: Henrik Riomar <henrik.riomar@gmail.com>
+Date: Wed Mar 27 21:51:55 2019 +0100
+
+ makefile: fix font path
+
+diff --git a/Makefile b/Makefile
+index e7a6b41..1c612ce 100644
+--- a/Makefile
++++ b/Makefile
+@@ -11,7 +11,7 @@ PID=$(VAR)/run
+ MAN=$(PREFIX)/usr/share/man
+ WEB=$(PREFIX)/usr/share/entropybroker/web
+ DOC=$(PREFIX)/usr/share/doc/entropybroker
+-FONT=/usr/share/fonts/truetype/freefont/FreeMono.ttf
++FONT=/usr/share/fonts/TTF/FreeMono.ttf
+
+ CXX=g++
+ DEBUG= # -pg #-DHELGRIND #-DCRYPTO_DEBUG #-D_DEBUG #-fprofile-arcs -ftest-coverage # -pg
+diff --git a/entropy_broker.conf b/entropy_broker.conf
+index 4ec9347..f716b91 100644
+--- a/entropy_broker.conf
++++ b/entropy_broker.conf
+@@ -94,4 +94,4 @@ users = users.txt
+ # set port to -1 to disable
+ webserver_interface = 0.0.0.0
+ webserver_port = 48923
+-# graph_font = /usr/share/fonts/truetype/freefont/FreeMono.ttf
++# graph_font = /usr/share/fonts/TTF/FreeMono.ttf