Re: [cdesktopenv-devel] [PATCH] dtcm: Chase FreeBSD src bb421be6c117 which moved ftime(3)

2024-06-02 Thread Cy Schubert
Hmm. I used git format-patch for this. Using git-2.45.1. Sometimes git am and git apply fail and I resort to using patch(1). Then git commit --author='...' in such circumstances. We get a lot of Thanks for applying the patch. I'll remove the temporary workaround from the cde-devel port next time

Re: [cdesktopenv-devel] [PATCH] dtcm: Chase FreeBSD src bb421be6c117 which moved ftime(3)

2024-06-02 Thread Jon Trulson
On 6/2/24 15:56, Cy Schubert wrote: FreeBSD bb421be6c117 moved ftime(3) from libcompat to libutil. This results in the following error, Hi, I applied this patch, though I had to do it manually as git could not seem to understand the diff format used.  Anyway, it's in and thanks for the patch

[cdesktopenv-devel] [PATCH] dtcm: Chase FreeBSD src bb421be6c117 which moved ftime(3)

2024-06-02 Thread Cy Schubert
FreeBSD bb421be6c117 moved ftime(3) from libcompat to libutil. This results in the following error, ld: error: undefined symbol: ftime >>> referenced by getdate.c >>> libDtCmP_a-getdate.o:(cm_getdate) in archive ../libDtCmP/libDtCmP.a >>> did you mean: ctime Signed off by: Cy Schu