Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2024 12:35:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 257789] libcompat.so is missing
Message-ID:  <bug-257789-227-CxJCNyyioB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257789-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257789-227@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=3D257789

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Dbb421be6c1174fad837973acc5e4a7bad=
e4489db

commit bb421be6c1174fad837973acc5e4a7bade4489db
Author:     Mariusz Zaborski <oshogbo@FreeBSD.org>
AuthorDate: 2024-05-29 12:32:16 +0000
Commit:     Mariusz Zaborski <oshogbo@FreeBSD.org>
CommitDate: 2024-05-29 12:36:09 +0000

    libutil: move ftime to libutil

    It seems that there are still some applications that use ftime(3)
    (for example, science/siconos and sysutils/lcdproc). The issue
    is that we don't build libcompat as a shared library anymore.
    The easiest solution is to move it to libutil, until we
    deprecate it for good.

    This solution was proposed by kib@ in
    https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257789.

    PR:             257789
    MFC after:      1 month
    Reviewed by:    kib (ages ago)
    Differential Revision:  https://reviews.freebsd.org/D39994

 lib/libcompat/Makefile                 | 7 +------
 lib/libutil/Makefile                   | 6 +++---
 lib/{libcompat/4.1 =3D> libutil}/ftime.3 | 4 ++--
 lib/{libcompat/4.1 =3D> libutil}/ftime.c | 2 ++
 sys/sys/timeb.h                        | 2 +-
 5 files changed, 9 insertions(+), 12 deletions(-)

--=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-257789-227-CxJCNyyioB>