login
Header Space

 
 

Mailing list archives

Search results

Found 43 matching messages (0.041 seconds). Page 1 of 3.

Re: [PATCH] perl/Makefile: handle paths with spaces in the NO_PERL_MAKEMAKER section

... for now. > > I think those two patches I just sent are enough. > ... )$(RM) $@ $@+ && \ - INSTLIBDIR=`MAKEFLAGS= $(MAKE) -C perl -s --no-print-directory instlibdir` ... sed -e '1{' \ -e ' s|#!.*perl|#!$(PERL_PATH_SQ)|' \ -e ' h' \ - -e ' s= ...

git - Brandon Casey - Aug 6 2008 - 20:23

[PATCH] perl/Makefile.PL: teach makefiles about possible old Error.pm files

... install on such systems. This patch fixes this bug by tagging ... systems. The drawback to this patch is that once git installs ... the desired behaviour, but my perl-fu isn't strong enough ... available on the system yet. +# Perl modules. So, unless it was ...

git - Chris Frey - May 16 2008 - 21:16

Re: [PATCH] perl/Makefile: handle paths with spaces in the NO_PERL_MAKEMAKER section

... ETC_GITCONFIG_SQ = $(subst ",\",$(subst ','\'',$(ETC_GITCONFIG))) The patch at the end of this ... `/home/casey/scratch/git/master/perl' make[2]: Entering directory `/home/ ... `/home/casey/scratch/git/master/perl' make: *** [install] Error 2 private- ...

git - Brandon Casey - Aug 6 2008 - 15:31

[PATCH] perl bindings fix compilation errors

... of Makefile.PL to the perl bindings we no longer seem ... git$X git-merge-recur$X all: perl/Makefile - $(MAKE) -C ... strip: $(PROGRAMS) git$X diff --git a/perl/Makefile.PL b/ ... /Makefile.PL index de73235..00fc779 100644 --- a/perl/Makefile.PL +++ b ...

git - Andy Whitcroft - Sep 25 2006 - 06:03

Re: [PATCH] perl bindings fix compilation errors

... first to get rid of perl/Git.c while your Makefile ... git-merge-recur$X -all: perl/Makefile +# work around for left- ... .c && test ! -f perl/Git.xs \ + && rm perl/{Git.c,Git. ... ,Makefile}) || true + +all: perl/check-left-over perl/Makefile $(MAKE) -C ...

git - Johannes Schindelin - Sep 26 2006 - 04:34

Re: [PATCH] perl/Makefile: update NO_PERL_MAKEMAKER section

... :41PM -0500, Brandon Casey wrote: >> The perl modules must be copied to blib/ ... by one of two methods in perl/Makefile. This patch modifies the 'NO_PERL_MAKEMAKER' ... does nothing, and looks like: $ cat perl.mak all: : install: mkdir -p ... ...

git - Brandon Casey - Jul 23 2008 - 12:22

Re: [PATCH] perl/Makefile: update NO_PERL_MAKEMAKER section

... writes: > The perl modules must be copied to blib/lib ... about this on top of your patch? perl/Makefile | 10 ++++++---- 1 files changed, ... 4 deletions(-) diff --git a/perl/Makefile b/perl/Makefile index 2b0d3d5..b8547db ...

git - Junio C Hamano - Jul 23 2008 - 19:29

[PATCH] perl: install private Error.pm if the site version is older than our own

... off-by: Eric Wong --- perl/Makefile.PL | 2 +- 1 files changed, 1 ... b/perl/Makefile.PL index 9b117fd..4375161 100644 --- a/perl/Makefile.PL +++ b/perl/Makefile ... s not in the set of default # Perl modules so install it if it's ...

git - Eric Wong - Apr 21 2007 - 03:55

[PATCH] perl/Makefile: update NO_PERL_MAKEMAKER section

... : Brandon Casey --- perl/Makefile | 7 +++++-- 1 files changed, 5 ... (+), 2 deletions(-) diff --git a/perl/Makefile b/perl/Makefile index 5e079ad..2b0d3d5 100644 --- a/perl/Makefile +++ b/perl/Makefile @@ -22,8 +22,11 @@ ...

git - Brandon Casey - Jul 22 2008 - 17:15

Re: [PATCH] perl bindings fix compilation errors

... the introduction of Makefile.PL to the perl bindings we no > >> longer seem to pass ... get a working tree. Yes. I almost submitted a patch which checks for perl/Git.c, and makes distclean in perl/ if exists. Ciao, Dscho - To unsubscribe from ...

git - Johannes Schindelin - Sep 25 2006 - 07:38

[PATCH] perl/Git.pm: add rev_parse method

... Git.pm soon. This is my first patch to Git.pm, so please let me ... if there is anything wrong with it! perl/Git.pm | 22 ++++++++++++++++++++++ 1 files changed, 22 ... b/perl/Git.pm index d05b633..9ef8cb0 100644 --- a/perl/Git.pm +++ b/perl/Git. ...

git - Lea Wiemann - May 30 2008 - 00:43

[PATCH] perl/Git.pm: add parse_rev method

... --- Hi Petr, This patch incorporates all your suggestions. Thanks for your help on IRC! perl/Git.pm | 38 ++++++++++++++++++++++++++++++++++++++ 1 files ... /Git.pm index d05b633..4bc3604 100644 --- a/perl/Git.pm +++ b/ ...

git - Lea Wiemann - May 30 2008 - 16:27

[PATCH] perl/Makefile: handle paths with spaces in the NO_PERL_MAKEMAKER section

... : Brandon Casey --- perl/Makefile | 8 ++++---- 1 files changed, 4 ... (+), 4 deletions(-) diff --git a/perl/Makefile b/perl/Makefile index b8547db..e3dd1a5 100644 --- a/perl/Makefile +++ b/perl/Makefile @@ -29,11 +29,11 ...

git - Brandon Casey - Aug 5 2008 - 19:23

[PATCH] perl/Makefile: make NO_PERL_MAKEMAKER section more robust

... : Brandon Casey --- perl/Makefile | 11 ++++++----- 1 files changed, 6 ... 5 deletions(-) diff --git a/perl/Makefile b/perl/Makefile index b8547db..4c6b2a2 100644 --- a/perl/Makefile +++ b/perl/Makefile @@ -29,13 +29,14 @@ ...

git - Brandon Casey - Aug 6 2008 - 17:48

Re: [PATCH] perl/Git.pm: add rev_parse method

... at 06:43:05AM +0200, Lea Wiemann wrote: > diff --git a/perl/Git.pm b/perl/Git.pm > index d05b633..9ef8cb0 100644 > --- a/perl/Git.pm > +++ b/perl/Git.pm > @@ -716,6 +716,28 @@ sub ident_person { > return "$ident[0] <$ident[1]>" ...

git - Petr Baudis - May 30 2008 - 05:50

Re: [PATCH] perl bindings fix compilation errors

... With the introduction of Makefile.PL to the perl bindings we no > longer seem to pass in ... the fact that earlier runs left Git.c in the perl/ directory. Go to perl/, "make distclean", and make git again. Hth, Dscho - To unsubscribe from this list ...

git - Johannes Schindelin - Sep 25 2006 - 06:25

Re: [PATCH] perl bindings fix compilation errors

... >> With the introduction of Makefile.PL to the perl bindings we no >> longer seem to pass in either ... by the fact that earlier runs left Git.c in the > perl/ directory. Go to perl/, "make distclean", and make git again. Hmmm that sucks. Yes, I had to ...

git - Andy Whitcroft - Sep 25 2006 - 07:34

Re: [PATCH] perl/Git.pm: add parse_rev method

... eval/die.] No leak there. I'm not an experienced Perl hacker, but I intuitively liked the throw/catch method better than the eval/die method. If I read http://www.nntp.perl.org/group/perl.perl5.porters/2006/03/msg110331.html correctly, this ...

git - Lea Wiemann - May 30 2008 - 17:59

Re: [PATCH] perl/Git.pm: add parse_rev method

... Lea> I'm not an experienced Perl hacker, but I intuitively liked the ... *am* an experienced hacker, and every Perl hacker worth their salt understands that " ... :http://www.stonehenge.com/merlyn/> Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. ...

git - Randal L. Schwartz - May 30 2008 - 18:03

Re: [PATCH] perl/Makefile: update NO_PERL_MAKEMAKER section

... 04:15:41PM -0500, Brandon Casey wrote: > The perl modules must be copied to blib/lib so ... 't understand why do you need to do this; perl.mak should do this on its own during project-wide make all. What Perl version are you using? How does the pm_to_blib ...

git - Petr Baudis - Jul 22 2008 - 19:09

speck-geostationary