Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2001 09:30:41 -0500 (EST)
From:      Mikhail Teterin <mi@mail.virtual-estates.net>
To:        Maxim Sobolev <sobomax@FreeBSD.org>
Cc:        ports@FreeBSD.org
Subject:   Re: cvs commit: ports/mail/fetchmail Makefile
Message-ID:  <200103201430.JAA21816@mail.virtual-estates.net>
In-Reply-To: <3AB73145.B76C99D4@FreeBSD.org> from Maxim Sobolev at "Mar 20, 2001 12:30:30 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> > >   Modified files:
> > >     mail/fetchmail       Makefile
> > >   Log:
> > >   Fix two breakages:
> > >   - Prevent Makefile from trying to run 644 missing script when no autocrap
> > >     is installed;
> > >   - add missed by the configure -lintl into LDFLAGS.
> > >
> > >   Replace perl with ${PERL} while I'm here.
> > >
> > >   Submitted by:       bento
> >
> > Was this OK'd by Ville Eerola, the port maintainer?
> 
> No, this was sorta urgent fix.
> 
> > I think  this is  not the  correct fix  (though it  does serve  as a
> > temporary workaround, once again sorry  for breaking the port in the
> > patches I submitted  to Ville Eerola). The correct  fix should tweak
> > the  drain-bamaged aclocal.m4,  which in  several places  explicitly
> > removes -lintl from LIBS  :( I'm working on this as  we speak, and I
> > think I'll be  ready with upgrade patches to submit  to Ville Eerola
> > by the end of the day.
>
> Feel free  to replace  it with correct  one. Please  avoid introducing
> USE_AUTO{MAKE,CONF},  though. I  would  propose leave  it  as it,  and
> submit aclocal.m4 patch to authors (esr?).

BTW, with  very little  patching the  port can  be built  without gmake.
Basicly, all  they use  is the -C  <dir> option of  gmake, which  can be
replaced with cd <dir> && make. That's it.

	-mi

P.S> How about "libtool, auto considered harmful"?

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103201430.JAA21816>