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 I pull sources for
cdedesktopenv-code.

-- 
Cheers,
Cy Schubert <cy.schub...@cschubert.com>
FreeBSD UNIX:  <c...@freebsd.org>   Web:  https://FreeBSD.org
NTP:           <c...@nwtime.org>    Web:  https://nwtime.org

                        e^(i*pi)+1=0


On Sun, 2 Jun 2024 18:01:14 -0600
Jon Trulson <j...@radscan.com> wrote:

> 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!
> 
> -jon
> 
> 
> > 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 Schubert <c...@freebsd.org>
> > ---
> >   cde/programs/dtcm/dtcm/Makefile.am | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/cde/programs/dtcm/dtcm/Makefile.am b/cde/programs/dtcm/dtcm/Mak
> > efile.am
> > index 93fbbf3a1..60ccc8d7b 100644
> > --- a/cde/programs/dtcm/dtcm/Makefile.am
> > +++ b/cde/programs/dtcm/dtcm/Makefile.am
> > @@ -8,7 +8,7 @@ AM_CFLAGS = $(DT_INCDIR) $(CSA_INCDIR) -I../../../lib/csa   
> > \
> >   LDADD = ../libDtCmP/libDtCmP.a $(LIBCSA) $(DTCLIENTLIBS) $(XTOOLLIB)
> >   
> >   if FREEBSD
> > -LDADD += -lcompat
> > +LDADD += -lcompat -lutil
> >   endif
> >   
> >   if NETBSD  
> 



_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to