Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Jan 2016 15:01:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205868] databases/opentsdb: Fix wrong path searching for logging.xml
Message-ID:  <bug-205868-13-CW5t40azsh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205868-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205868-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205868

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

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

--- Comment #9 from Davide D'Amico <davide.damico@gmail.com> ---
Comment on attachment 165058
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D165058
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}/buil=
d-aux/gen_build_data.sh
>        #${REINPLACE_CMD} -i "" -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/Mak=
efile.in
>+       ${REINPLACE_CMD} -i "" -e "s|sysconfigdir|prefix|" ${WRKSRC}/Makef=
ile.in
>        ${REINPLACE_CMD} -i "" -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/src/=
utils/Config.java
>        ${REINPLACE_CMD} -i "" -e "s|tsd.http.staticroot =3D|tsd.http.stat=
icroot =3D ${DATADIR}/static|; s|tsd.http.cachedir =3D|tsd.http.cachedir =
=3D /tmp/opentsdb|; s|tsd.network.port =3D|tsd.network.port =3D 4242|;" ${W=
RKSRC}/src/opentsdb.conf
>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205868-13-CW5t40azsh>