This gets git going on NetBSD: --- Makefile.orig 2005-11-12 05:06:55.000000000 -0800 +++ Makefile @@ -212,6 +212,10 @@ ifeq ($(uname_S),OpenBSD) NEEDS_LIBICONV = YesPlease ALL_CFLAGS += -I/usr/local/include -L/usr/local/lib endif +ifeq ($(uname_S),NetBSD) + NEEDS_LIBICONV = YesPlease + ALL_CFLAGS += -I/usr/pkg/include -L/usr/pkg/lib -Wl,-rpath,/usr/pkg/lib +endif ifneq (,$(findstring arm,$(uname_M))) ARM_SHA1 = YesPlease endif I'm no software developer so I'm not sure about the syntax of the -rpath flag. It does what I wanted, but it results in lots of warnings about not being used because no linking is taking place. Should this maybe go in LDFLAGS instead of CFLAGS? Dunno. Anyway, I actually used cg-clone on NetBSD to clone the git repository, and I'll try to get the pkgsrc guys interested in creating packages for cogito and git. Oh, one person was concerned about the cogito scripts running on the NetBSD version of sh, which isn't bash. So far I've tried cg-clone, cg-update, and gitk, and all worked just like on linux. Any chance that some of the other scripts may not work as well on a non-bash sh? - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| debian developer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| H. Peter Anvin | Re: [PATCH] x86: Construct 32 bit boot time page tables in native format. |
| Christoph Lameter | Re: [RFC 00/15] x86_64: Optimize percpu accesses |
git: | |
| Christoph Hellwig | Re: [PATCH 06/32] IGET: Mark iget() and read_inode() as being obsolete [try #2] |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| David Miller | [GIT]: Networking |
