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

2017-01-13 Thread Renato Botelho
is marked as DEPRECATED on FreeBSD ports tree and will be removed in 2017-03-31. When it happens users will not be able to run git-send-email anymore. I’m considering to add Mike’s patch to FreeBSD ports tree as an alternative but it would be good to have a official solution 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 wrote: > > [cc:+Torsten] > > On Sun, Mar 20, 2016 at 3:43 PM, Jeff King wrote: >> On Sun, Mar 20, 2016 at 01:07:52PM -0400, Eric Sunshine wrote: >>> On Sun, Mar 20, 2016 at 11:32 AM, Renato Botelho wrote: >>&g

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

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

Re: Conditionally define vars to improve portability

2015-09-08 Thread Renato Botelho
> On Sep 8, 2015, at 03:30, Jeff King 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 it’s passed as >&

Conditionally define vars to improve portability

2015-09-07 Thread Renato Botelho
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&view=markup#l7 -- Renato Botelho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a mes

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 wrote: > > Renato Botelho writes: > >>> You also may want to hold off the "git-submodule" bit, as I expect >>> http://thread.gmane.org/gmane.comp.version-control.git/277128/focus=277129 >>> would be one

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 wrote: > > ga...@freebsd.org writes: > >> From: Renato Botelho >> >> git-submodule and git-request-pull are written in sh but use perl >> internally. Add them to be replaced by unimplemented.sh when NO_PERL >>

Re: [bug] 2.5.0 build with NO_PERL is broken

2015-08-18 Thread Renato Botelho
> Eric Sunshine 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]: *** [common-cmds.h]

Re: [bug] 2.5.0 build with NO_PERL is broken

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

Re: [bug] 2.5.0 build with NO_PERL is broken

2015-08-14 Thread Renato Botelho
Renato Botelho 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 '

[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 f