Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2018 08:55:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216005] New port: deskutils/mytetra: Smart cross-platform manager for information collecting
Message-ID:  <bug-216005-13-TbVhJZRuKA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216005-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216005-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=3D216005

Tobias Kortkamp <tobik@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tobik@freebsd.org

--- Comment #1 from Tobias Kortkamp <tobik@freebsd.org> ---
It has been over a year unfortunately.  Can you confirm that you still
want this in the ports tree?  The port looks fine to me at first
glance.

> 1. It uses ftime(3), which is deprecated and requires -lcompat.
>   Hope that's still going to be supported on 11 and 12.

It's still available, but is it not possible to replace it with
gettimeofday(2)?  Looking at [1] it seems that this would be
relatively trivial to do.

> 2. It tried to install some stuff to /usr/share. Is it okay to hard code
>   PREFIX =3D /usr/local in the .pro file?

In general, no.  That would mean that users cannot install it into a
different prefix (e.g. /opt).  But you could use a REINPLACE_CMD (i.e
sed) to replace it with ${PREFIX} in post-patch.  For example misc/owrep
does this.

[1] https://github.com/freebsd/freebsd/blob/master/lib/libcompat/4.1/ftime.c

--=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-216005-13-TbVhJZRuKA>