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 /testing/entropybroker/make.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 'testing/entropybroker/make.patch')
| -rw-r--r-- | testing/entropybroker/make.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/entropybroker/make.patch b/testing/entropybroker/make.patch deleted file mode 100644 index 7da329ab28..0000000000 --- a/testing/entropybroker/make.patch +++ /dev/null @@ -1,25 +0,0 @@ -index 7e27ed5..7d1f206 100644 ---- a/Makefile -+++ b/Makefile -@@ -2,15 +2,15 @@ include version - - -include makefile.inc - --PREFIX=/usr/local/entropybroker --BIN=$(PREFIX)/bin --ETC=$(PREFIX)/etc -+PREFIX=$(DESTDIR) -+BIN=$(PREFIX)/usr/bin -+ETC=$(PREFIX)/etc/entropybroker - VAR=$(PREFIX)/var - CACHE=$(VAR)/cache - PID=$(VAR)/run --MAN=$(PREFIX)/share/man --WEB=$(PREFIX)/share/eb/web --DOC=$(PREFIX)/doc -+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 - - CXX=g++ |
