head	1.4;
access;
symbols
	pkgsrc-2013Q2:1.4.0.24
	pkgsrc-2013Q2-base:1.4
	pkgsrc-2012Q4:1.4.0.22
	pkgsrc-2012Q4-base:1.4
	pkgsrc-2011Q4:1.4.0.20
	pkgsrc-2011Q4-base:1.4
	pkgsrc-2011Q2:1.4.0.18
	pkgsrc-2011Q2-base:1.4
	pkgsrc-2009Q4:1.4.0.16
	pkgsrc-2009Q4-base:1.4
	pkgsrc-2008Q4:1.4.0.14
	pkgsrc-2008Q4-base:1.4
	pkgsrc-2008Q3:1.4.0.12
	pkgsrc-2008Q3-base:1.4
	cube-native-xorg:1.4.0.10
	cube-native-xorg-base:1.4
	pkgsrc-2008Q2:1.4.0.8
	pkgsrc-2008Q2-base:1.4
	pkgsrc-2008Q1:1.4.0.6
	pkgsrc-2008Q1-base:1.4
	pkgsrc-2007Q4:1.4.0.4
	pkgsrc-2007Q4-base:1.4
	pkgsrc-2007Q3:1.4.0.2
	pkgsrc-2007Q3-base:1.4
	pkgsrc-2007Q2:1.3.0.2
	pkgsrc-2007Q2-base:1.3
	pkgsrc-2007Q1:1.2.0.2
	pkgsrc-2007Q1-base:1.2;
locks; strict;
comment	@# @;


1.4
date	2007.07.08.20.19.58;	author wiz;	state dead;
branches;
next	1.3;

1.3
date	2007.04.26.01.23.49;	author dmcmahill;	state Exp;
branches;
next	1.2;

1.2
date	2007.02.18.22.38.43;	author rillig;	state dead;
branches;
next	1.1;

1.1
date	2007.01.22.14.33.31;	author rillig;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Update to 1.5.2.3. Various changes.
@
text
@$NetBSD: patch-ad,v 1.3 2007/04/26 01:23:49 dmcmahill Exp $

Avoid conflicting with the wcwidth which exists in libc but
with a different prototype:

utf8.c:66: error: conflicting types for `wcwidth'
/usr/include/wchar.h:146: error: previous declaration of `wcwidth'

--- utf8.c.orig	2007-03-05 02:15:33.000000000 +0000
+++ utf8.c
@@@@ -62,7 +62,7 @@@@ static int bisearch(ucs_char_t ucs, cons
  * in ISO 10646.
  */
 
-static int wcwidth(ucs_char_t ch)
+static int git_wcwidth(ucs_char_t ch)
 {
 	/*
 	 * Sorted list of non-overlapping intervals of non-spacing characters,
@@@@ -207,7 +207,7 @@@@ invalid:
 		return 0;
 	}
 
-	return wcwidth(ch);
+	return git_wcwidth(ch);
 }
 
 int is_utf8(const char *text)
@


1.3
log
@Get this to build under NetBSD-2/alpha and install under SunOS-5.9/sparc.
As part of this, the correct install program is now used, the tar specified
by pkgsrc is used, added a missing tar to tools, stopped hardcoding the
c-compiler, and added a missing wish:run to the tools.  Whew!
@
text
@d1 1
a1 1
$NetBSD: patch-ab,v 1.1.1.1 2007/04/24 16:34:02 dmcmahill Exp $
@


1.2
log
@Updated scmgit to 1.5.0

Here is the very brief list of ...
Updates in v1.5.0 since v1.4.4 series
-------------------------------------

* Index manipulation
* Repository layout and objects transfer
* Bare repositories
* Reflog
* Crufts removal
* Detached HEAD
* Packed refs
* Configuration
* Updated features
* Less external dependency
* I18n
* e-mailed patches
* Foreign SCM interfaces
* User support
* Sliding mmap
* Shallow clones

...

the complete list is in the source package.
@
text
@d1 1
a1 1
$NetBSD: patch-ad,v 1.1 2007/01/22 14:33:31 rillig Exp $
d3 26
a28 10
--- convert-objects.c.orig	2006-11-23 03:38:07.000000000 +0100
+++ convert-objects.c	2007-01-22 14:57:28.302368232 +0100
@@@@ -1,5 +1,7 @@@@
 #define _XOPEN_SOURCE 600 /* glibc2 and AIX 5.3L need 500, OpenBSD needs 600 for S_ISLNK() */
+#if !defined(__sun)
 #define _XOPEN_SOURCE_EXTENDED 1 /* AIX 5.3L needs this */
+#endif
 #define _GNU_SOURCE
 #include <time.h>
 #include "cache.h"
@


1.1
log
@Some more patches to make the package work on Solaris.

The CFLAGS, LDFLAGS and LIBS are taken from pkgsrc, so PKGREVISION++.
@
text
@d1 1
a1 1
$NetBSD$
@

