git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* patch for fix build git on Haiku
@ 2013-02-22 15:13 diger
  2013-02-23 20:42 ` Jonathan Nieder
  0 siblings, 1 reply; 3+ messages in thread
From: diger @ 2013-02-22 15:13 UTC (permalink / raw
  To: git

This patch fixes build git on Haiku


----------------
$NetBSD$

--- Makefile.orig	2012-10-21 21:32:15.000000000 +0000
+++ Makefile
@@ -1211,6 +1204,16 @@ ifeq ($(uname_S),HP-UX)
 	endif
 	GIT_TEST_CMP = cmp
 endif
+ifeq ($(uname_S),Haiku)
+    NO_R_TO_GCC_LINKER = YesPlease
+    NO_LIBGEN_H = YesPlease
+    NO_MEMMEM = YesPlease
+    NO_MKSTEMPS = YesPlease
+    NEEDS_LIBICONV = YesPlease
+    DEFAULT_EDITOR = nano
+    PTHREAD_LIBS =    -lroot
+    NO_CROSS_DIRECTORY_HARDLINKS = YesPlease
+endif
 ifeq ($(uname_S),Windows)
 	GIT_VERSION := $(GIT_VERSION).MSVC
 	pathsep = ;









--------------------




-- 
Jabber ID: admin@freenet59.ru
-- 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: patch for fix build git on Haiku
  2013-02-22 15:13 patch for fix build git on Haiku diger
@ 2013-02-23 20:42 ` Jonathan Nieder
  2013-02-24  9:36   ` Andreas Färber
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Nieder @ 2013-02-23 20:42 UTC (permalink / raw
  To: diger; +Cc: git, Andreas Färber

Hi,

diger wrote:

> This patch fixes build git on Haiku

Lovely.  May we have your sign-off?  (See
Documentation/SubmittingPatches for what this means.)  Does "make
test" pass?  (Just curious --- it's fine if it doesn't, though in that
case a list of test failures would be helpful.)

Thanks,
Jonathan

(patch left unsnipped for reference)

> --- Makefile.orig	2012-10-21 21:32:15.000000000 +0000
> +++ Makefile
> @@ -1211,6 +1204,16 @@ ifeq ($(uname_S),HP-UX)
>  	endif
>  	GIT_TEST_CMP = cmp
>  endif
> +ifeq ($(uname_S),Haiku)
> +    NO_R_TO_GCC_LINKER = YesPlease
> +    NO_LIBGEN_H = YesPlease
> +    NO_MEMMEM = YesPlease
> +    NO_MKSTEMPS = YesPlease
> +    NEEDS_LIBICONV = YesPlease
> +    DEFAULT_EDITOR = nano
> +    PTHREAD_LIBS =    -lroot
> +    NO_CROSS_DIRECTORY_HARDLINKS = YesPlease
> +endif
>  ifeq ($(uname_S),Windows)
>  	GIT_VERSION := $(GIT_VERSION).MSVC
>  	pathsep = ;

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: patch for fix build git on Haiku
  2013-02-23 20:42 ` Jonathan Nieder
@ 2013-02-24  9:36   ` Andreas Färber
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Färber @ 2013-02-24  9:36 UTC (permalink / raw
  To: Jonathan Nieder; +Cc: diger, git, HaikuPorts developers discussion list

Hi,

Am 23.02.2013 21:42, schrieb Jonathan Nieder:
> diger wrote:
> 
>> This patch fixes build git on Haiku
> 
> Lovely.  May we have your sign-off?  (See
> Documentation/SubmittingPatches for what this means.)  Does "make
> test" pass?  (Just curious --- it's fine if it doesn't, though in that
> case a list of test failures would be helpful.)
> 
> Thanks,
> Jonathan
> 
> (patch left unsnipped for reference)
> 
>> --- Makefile.orig	2012-10-21 21:32:15.000000000 +0000
>> +++ Makefile
>> @@ -1211,6 +1204,16 @@ ifeq ($(uname_S),HP-UX)
>>  	endif
>>  	GIT_TEST_CMP = cmp
>>  endif
>> +ifeq ($(uname_S),Haiku)
>> +    NO_R_TO_GCC_LINKER = YesPlease
>> +    NO_LIBGEN_H = YesPlease
>> +    NO_MEMMEM = YesPlease
>> +    NO_MKSTEMPS = YesPlease
>> +    NEEDS_LIBICONV = YesPlease
>> +    DEFAULT_EDITOR = nano

Patch looks okay from what I have from my earlier ones in mind, but I
believe nano is an Optional Package on Haiku and thus not guaranteed to
be installed. CC'ing HaikuPorts.

Regards,
Andreas

>> +    PTHREAD_LIBS =    -lroot
>> +    NO_CROSS_DIRECTORY_HARDLINKS = YesPlease
>> +endif
>>  ifeq ($(uname_S),Windows)
>>  	GIT_VERSION := $(GIT_VERSION).MSVC
>>  	pathsep = ;

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-24  9:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-22 15:13 patch for fix build git on Haiku diger
2013-02-23 20:42 ` Jonathan Nieder
2013-02-24  9:36   ` Andreas Färber

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).