git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* git on OpenBSD
@ 2005-10-01  6:23 Han Boetes
  2005-10-01  7:15 ` Junio C Hamano
  2005-10-01  9:57 ` Martin Langhoff
  0 siblings, 2 replies; 3+ messages in thread
From: Han Boetes @ 2005-10-01  6:23 UTC (permalink / raw
  To: git

Hi,

I just managed to get git compile on OpenBSD,

I modified the Makefile a bit to make it work. I suppose these
modifications will make it work on Free- and NetBSD as well, but
I haven't tested it so I'm not sure.

iconv is installed in /usr/local that's why I had to add it to the
searchpath.


diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -162,6 +162,10 @@ ifeq ($(shell uname -s),Darwin)
 	NEEDS_SSL_WITH_CRYPTO = YesPlease
 	NEEDS_LIBICONV = YesPlease
 endif
+ifeq ($(shell uname -s),OpenBSD)
+	NEEDS_LIBICONV = YesPlease
+	PLATFORM_DEFINES += -I/usr/local/include -L/usr/local/lib
+endif
 ifeq ($(shell uname -s),SunOS)
 	NEEDS_SOCKET = YesPlease
 	NEEDS_NSL = YesPlease




# Han
-- 
Lbh unir whfg ivbyngrq gur Qvtvgny Zvyyraavhz Pbclevtug Npg  ol  oernxvat  gur
cebgrpgvba bs pbclevtugrq zngrevny. Vs lbh ner abg n pvgvmra  be  erfvqrag  bs
gur HFN, lbh evfx orvat vzcevfbarq naq uryq jvgubhg onvy sbe hc gb  gjb  jrrxf
hcba ragel gb gur HFN (c) Copyright 2001 by Hartmann Schaffer (signature only)

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

* Re: git on OpenBSD
  2005-10-01  6:23 git on OpenBSD Han Boetes
@ 2005-10-01  7:15 ` Junio C Hamano
  2005-10-01  9:57 ` Martin Langhoff
  1 sibling, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2005-10-01  7:15 UTC (permalink / raw
  To: Han Boetes; +Cc: git

Han Boetes <han@mijncomputer.nl> writes:

> iconv is installed in /usr/local that's why I had to add it to the
> searchpath.

Is it the standard practice to have iconv in /usr/local on
OpenBSD, or is it just your particular setup?  If the former
that's fine, but if the latter, I am afraid that this change
does not belong to the PLATFOR_DEFINES of the Makefile.

I had to work this exact issue around on a borrowed Solaris box
today (eh, yesterday), and near the proposed update branch head
there is a commit to let you specify where to find iconv stuff
from the command line of the make (or gmake).  The box had some
home compiled stuff in unusual places, so the site specific
things are made configurable via make command line, without
hardcoding particular value in the Makefile.

In either case, thanks for the patch, and please let me know
about the /usr/local vs iconv issue.  If the answer is "yes
iconv is in /usr/local everywhere on a vanilla OpenBSD box",
then I'll queue this patch on top of my today's Solaris
portability patch.

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

* Re: git on OpenBSD
  2005-10-01  6:23 git on OpenBSD Han Boetes
  2005-10-01  7:15 ` Junio C Hamano
@ 2005-10-01  9:57 ` Martin Langhoff
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Langhoff @ 2005-10-01  9:57 UTC (permalink / raw
  To: Han Boetes; +Cc: git

Hi,

There is an old version in the ports, but too old to be useful. A guy
at work got it going on NetBSD without a problem. I think the only
thing we changed was the shebang line in gitk because /bin/wish is
just a stupid script that complains and tells you to call
wish<version>.

cheers,


martin

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

end of thread, other threads:[~2005-10-01  9:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-01  6:23 git on OpenBSD Han Boetes
2005-10-01  7:15 ` Junio C Hamano
2005-10-01  9:57 ` Martin Langhoff

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).