[Bug 205868] databases/opentsdb: Fix wrong path searching for logging.xml

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 4 15:01:30 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205868

Davide D'Amico <davide.damico at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #165058|0                           |1
        is obsolete|                            |

--- Comment #9 from Davide D'Amico <davide.damico at gmail.com> ---
Comment on attachment 165058
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=165058
Updated my patch using prefix instead of sysconfdir

>--- Makefile.orig       2016-01-04 04:16:51.446052000 -0500
>+++ Makefile    2016-01-04 09:55:55.342634000 -0500
>@@ -46,6 +46,7 @@
> post-patch:
>        ${REINPLACE_CMD} -i "" -e "s|python|${PYTHON_CMD}|" ${WRKSRC}/build-aux/gen_build_data.sh
>        #${REINPLACE_CMD} -i "" -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/Makefile.in
>+       ${REINPLACE_CMD} -i "" -e "s|sysconfigdir|prefix|" ${WRKSRC}/Makefile.in
>        ${REINPLACE_CMD} -i "" -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/src/utils/Config.java
>        ${REINPLACE_CMD} -i "" -e "s|tsd.http.staticroot =|tsd.http.staticroot = ${DATADIR}/static|; s|tsd.http.cachedir =|tsd.http.cachedir = /tmp/opentsdb|; s|tsd.network.port =|tsd.network.port = 4242|;" ${WRKSRC}/src/opentsdb.conf
>

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list