diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-14 17:52:21 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-14 17:52:28 -0300 |
commit | 134a01279b0dd3fbabd7f81fe28fabcee64adfc6 (patch) | |
tree | 0c8c726883e80d00251da71627514a891acd05e1 /unmaintained/entropybroker/font-path.patch | |
parent | f16a4176cdef3ece55f6670819046db098a183de (diff) | |
download | aports-134a01279b0dd3fbabd7f81fe28fabcee64adfc6.tar.bz2 aports-134a01279b0dd3fbabd7f81fe28fabcee64adfc6.tar.xz |
unmaintained/entropybroker: move from testing
- Requires crypto++-5.6.2 and is thus blocking crypto++ update to 8.2.0
- Upstream has no intention of following API
(https://github.com/flok99/entropybroker/issues/8)
- Has no maintainer
Diffstat (limited to 'unmaintained/entropybroker/font-path.patch')
-rw-r--r-- | unmaintained/entropybroker/font-path.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/unmaintained/entropybroker/font-path.patch b/unmaintained/entropybroker/font-path.patch new file mode 100644 index 0000000000..9b018be989 --- /dev/null +++ b/unmaintained/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 |