Re: [PATCH] Remove dependency on deprecated Net::SMTP::SSL

2017-01-13 Thread Renato Botelho
n for this problem. FreeBSD bug report can be found at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214335 -- Renato Botelho

Re: [ANNOUNCE] Git v2.7.4 (and updates to older maintenance tracks)

2016-03-21 Thread Renato Botelho
> On Mar 21, 2016, at 01:41, Eric Sunshine <sunsh...@sunshineco.com> wrote: > > [cc:+Torsten] > > On Sun, Mar 20, 2016 at 3:43 PM, Jeff King <p...@peff.net> wrote: >> On Sun, Mar 20, 2016 at 01:07:52PM -0400, Eric Sunshine wrote: >>> On Sun, Ma

Re: [ANNOUNCE] Git v2.7.4 (and updates to older maintenance tracks)

2016-03-20 Thread Renato Botelho
combine-diff.c:1391: internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. Makefile:1924: recipe for target 'combine-diff.o' failed gmake: *** [combine-diff.o] Error 1

Re: Conditionally define vars to improve portability

2015-09-08 Thread Renato Botelho
> On Sep 8, 2015, at 03:30, Jeff King <p...@peff.net> wrote: > > On Mon, Sep 07, 2015 at 02:51:42PM -0300, Renato Botelho wrote: > >> Default variables used to build are set using = on Makefile, (e.g. CC, >> INSTALL, CFLAGS, …). GNU make overwrite these values if

Conditionally define vars to improve portability

2015-09-07 Thread Renato Botelho
be an acceptable change of if it’s something you won’t accept for any reason. Regards [1] https://svnweb.freebsd.org/ports/head/devel/git/files/patch-Makefile?revision=396048=markup#l7 -- Renato Botelho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message

Re: [PATCH] Remove perl dependant commands if NO_PERL is set

2015-09-03 Thread Renato Botelho
> On Sep 3, 2015, at 16:11, Junio C Hamano <gits...@pobox.com> wrote: > > ga...@freebsd.org writes: > >> From: Renato Botelho <ga...@freebsd.org> >> >> git-submodule and git-request-pull are written in sh but use perl >> internally. Add them

Re: [PATCH] Remove perl dependant commands if NO_PERL is set

2015-09-03 Thread Renato Botelho
> On Sep 3, 2015, at 16:56, Junio C Hamano <gits...@pobox.com> wrote: > > Renato Botelho <ga...@freebsd.org> writes: > >>> You also may want to hold off the "git-submodule" bit, as I expect >>> http://thread.gmane.org/gmane.comp.vers

Re: [bug] 2.5.0 build with NO_PERL is broken

2015-08-18 Thread Renato Botelho
Eric Sunshine sunshine at sunshineco.com writes: On Fri, Aug 14, 2015 at 6:22 PM, Junio C Hamano gitster at pobox.com wrote: Eric Sunshine sunshine at sunshineco.com writes: On Fri, Aug 14, 2015 at 5:02 PM, Junio C Hamano gitster at pobox.com wrote: Eric Sunshine sunshine at

Re: [bug] 2.5.0 build with NO_PERL is broken

2015-08-18 Thread Renato Botelho
Eric Sunshine sunshine at sunshineco.com writes: Hmm, I was under the impression from your initial mail[1] that Git wouldn't even build without Perl available: /bin/sh: /usr/bin/perl: not found Makefile:1701: recipe for target 'common-cmds.h' failed gmake[2]: ***

[bug] 2.5.0 build with NO_PERL is broken

2015-08-14 Thread Renato Botelho
I was working on update git on FreeBSD ports tree to 2.5.0 and I noted 2.5.0 is trying to use perl even when it's being built with NO_PERL knob. /bin/sh: /usr/bin/perl: not found Makefile:1701: recipe for target 'common-cmds.h' failed gmake[2]: *** [common-cmds.h] Error 127 gmake[2]: *** Waiting

Re: [bug] 2.5.0 build with NO_PERL is broken

2015-08-14 Thread Renato Botelho
Renato Botelho garga at FreeBSD.org writes: I was working on update git on FreeBSD ports tree to 2.5.0 and I noted 2.5.0 is trying to use perl even when it's being built with NO_PERL knob. /bin/sh: /usr/bin/perl: not found Makefile:1701: recipe for target 'common-cmds.h' failed gmake[2