diff options
author | minskim <minskim@pkgsrc.org> | 2009-08-07 02:39:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-08-07 02:39:51 +0000 |
commit | 21dd2e13d13650df4cf22ebc20f495fb152d5ebf (patch) | |
tree | b7d20127ec83ddc52376b05607ca07f779ee0396 /devel/scmgit-base | |
parent | f0144b6ce5aa2669924f435ff0b4bafd945542a1 (diff) | |
download | pkgsrc-21dd2e13d13650df4cf22ebc20f495fb152d5ebf.tar.gz |
Update scmgit{,-base,-docs} to 1.6.4.
Major changes:
* git-svn updates, including a new --authors-prog option to map author
names by invoking an external program, 'git svn reset' to unwind
'git svn fetch', support for more than one branches, documenting
of the useful --minimize-url feature, new "git svn gc" command, etc.
* We feed iconv with "UTF-8" instead of "utf8"; the former is
understood more widely. Similarly updated test scripts to use
encoding names more widely understood (e.g. use "ISO8859-1" instead
of "ISO-8859-1").
* Various portability fixes/workarounds for different vintages of
SunOS, IRIX, and Windows.
* Git-over-ssh transport on Windows supports PuTTY plink and TortoisePlink.
* Many repeated use of lstat() are optimized out in "checkout" codepath.
* git-status (and underlying git-diff-index --cached) are optimized
to take advantage of cache-tree information in the index.
Diffstat (limited to 'devel/scmgit-base')
-rw-r--r-- | devel/scmgit-base/PLIST | 3 | ||||
-rw-r--r-- | devel/scmgit-base/distinfo | 12 | ||||
-rw-r--r-- | devel/scmgit-base/patches/patch-aa | 31 | ||||
-rw-r--r-- | devel/scmgit-base/patches/patch-ab | 18 |
4 files changed, 33 insertions, 31 deletions
diff --git a/devel/scmgit-base/PLIST b/devel/scmgit-base/PLIST index 98163b47099..3f18e214a74 100644 --- a/devel/scmgit-base/PLIST +++ b/devel/scmgit-base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2009/07/19 01:29:33 minskim Exp $ +@comment $NetBSD: PLIST,v 1.15 2009/08/07 02:39:51 minskim Exp $ bin/git bin/git-cvsserver bin/git-receive-pack @@ -6,6 +6,7 @@ bin/git-shell bin/git-upload-archive bin/git-upload-pack ${PLIST.gui}bin/gitk +libexec/git-core/git libexec/git-core/git-add libexec/git-core/git-add--interactive libexec/git-core/git-am diff --git a/devel/scmgit-base/distinfo b/devel/scmgit-base/distinfo index 5275dac9640..fe3c299a91a 100644 --- a/devel/scmgit-base/distinfo +++ b/devel/scmgit-base/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.19 2009/07/20 03:43:07 hasso Exp $ +$NetBSD: distinfo,v 1.20 2009/08/07 02:39:51 minskim Exp $ -SHA1 (git-1.6.3.3.tar.gz) = 8eb22cafe085d3297872f817106fc00ad1c7ea0b -RMD160 (git-1.6.3.3.tar.gz) = ac31ab58c2ab138ad3cb9c6044547b62ae4b3f31 -Size (git-1.6.3.3.tar.gz) = 2517144 bytes -SHA1 (patch-aa) = 486cc9b322fc1f8f63ef5457ab49000d81f4707f -SHA1 (patch-ab) = b8cbeacd7d44791a5151deaa97d1d283ac9296d1 +SHA1 (git-1.6.4.tar.gz) = 1c40571d4fd09b76f9ce3435e866fe3338df4bb3 +RMD160 (git-1.6.4.tar.gz) = b660e0db359146d51bf0ea8cae000c9688f3254e +Size (git-1.6.4.tar.gz) = 2621645 bytes +SHA1 (patch-aa) = 406ec1d5a5101b63982fdb3aaa64aed380f48918 +SHA1 (patch-ab) = 7d8bc92b7f36cf42368111334a6ec5b501d06f8d SHA1 (patch-ac) = ae75c6ca3abb5edf688e4877f3df8b6c6297f091 SHA1 (patch-ae) = 06ea26658a986dc702c1c2c04c1a27f0a01e4dce SHA1 (patch-af) = ea0ac503103429f32d26bd42c37a9ed563ff17b8 diff --git a/devel/scmgit-base/patches/patch-aa b/devel/scmgit-base/patches/patch-aa index a1a1b06dbdb..dc3ec1d6647 100644 --- a/devel/scmgit-base/patches/patch-aa +++ b/devel/scmgit-base/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.9 2009/07/20 03:43:07 hasso Exp $ +$NetBSD: patch-aa,v 1.10 2009/08/07 02:39:51 minskim Exp $ ---- Makefile.orig 2009-06-22 09:24:25 +0300 -+++ Makefile 2009-07-20 06:07:34 +0300 -@@ -249,12 +249,8 @@ GITWEB_SITE_FOOTER = +--- Makefile.orig 2009-07-29 01:18:18.000000000 -0700 ++++ Makefile +@@ -270,12 +270,8 @@ GITWEB_SITE_FOOTER = export prefix bindir sharedir sysconfdir @@ -15,28 +15,28 @@ $NetBSD: patch-aa,v 1.9 2009/07/20 03:43:07 hasso Exp $ RPMBUILD = rpmbuild TCL_PATH = tclsh TCLTK_PATH = wish -@@ -694,9 +690,10 @@ ifeq ($(uname_S),Darwin) +@@ -719,9 +715,10 @@ ifeq ($(uname_S),Darwin) USE_ST_TIMESPEC = YesPlease endif ifeq ($(uname_S),SunOS) -+ NEEDS_LIBICONV = YesPlease ++ NEED_LIBICONV = YesPlease NEEDS_SOCKET = YesPlease NEEDS_NSL = YesPlease - SHELL_PATH = /bin/bash + SHELL_PATH = ${BASH} + SANE_TOOL_PATH = /usr/xpg6/bin:/usr/xpg4/bin NO_STRCASESTR = YesPlease NO_MEMMEM = YesPlease - NO_HSTRERROR = YesPlease -@@ -714,8 +711,6 @@ ifeq ($(uname_S),SunOS) - NO_C99_FORMAT = YesPlease - NO_STRTOUMAX = YesPlease +@@ -754,8 +751,6 @@ ifeq ($(uname_S),SunOS) + ifdef NO_IPV6 + NEEDS_RESOLV = YesPlease endif -- INSTALL = ginstall +- INSTALL = /usr/ucb/install - TAR = gtar - BASIC_CFLAGS += -D__EXTENSIONS__ + BASIC_CFLAGS += -D__EXTENSIONS__ -D__sun__ -DHAVE_ALLOCA_H endif ifeq ($(uname_O),Cygwin) -@@ -759,14 +754,19 @@ ifeq ($(uname_S),OpenBSD) +@@ -800,15 +795,20 @@ ifeq ($(uname_S),OpenBSD) THREADED_DELTA_SEARCH = YesPlease endif ifeq ($(uname_S),NetBSD) @@ -48,6 +48,7 @@ $NetBSD: patch-aa,v 1.9 2009/07/20 03:43:07 hasso Exp $ BASIC_LDFLAGS += -L/usr/pkg/lib $(CC_LD_DYNPATH)/usr/pkg/lib THREADED_DELTA_SEARCH = YesPlease USE_ST_TIMESPEC = YesPlease + NO_MKSTEMPS = YesPlease endif +ifeq ($(uname_S),DragonFly) + NEEDS_LIBICONV = YesPlease @@ -59,7 +60,7 @@ $NetBSD: patch-aa,v 1.9 2009/07/20 03:43:07 hasso Exp $ ifeq ($(uname_S),AIX) NO_STRCASESTR=YesPlease NO_MEMMEM = YesPlease -@@ -1183,7 +1183,7 @@ SHELL_PATH_SQ = $(subst ','\'',$(SHELL_P +@@ -1289,7 +1289,7 @@ SHELL_PATH_SQ = $(subst ','\'',$(SHELL_P PERL_PATH_SQ = $(subst ','\'',$(PERL_PATH)) TCLTK_PATH_SQ = $(subst ','\'',$(TCLTK_PATH)) @@ -68,7 +69,7 @@ $NetBSD: patch-aa,v 1.9 2009/07/20 03:43:07 hasso Exp $ BASIC_CFLAGS += -DSHA1_HEADER='$(SHA1_HEADER_SQ)' \ $(COMPAT_CFLAGS) -@@ -1535,10 +1535,10 @@ gitexec_instdir_SQ = $(subst ','\'',$(gi +@@ -1643,10 +1643,10 @@ gitexec_instdir_SQ = $(subst ','\'',$(gi export gitexec_instdir install: all diff --git a/devel/scmgit-base/patches/patch-ab b/devel/scmgit-base/patches/patch-ab index bb860ec47ef..55aae0d2e14 100644 --- a/devel/scmgit-base/patches/patch-ab +++ b/devel/scmgit-base/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.4 2008/08/20 03:04:20 bjs Exp $ +$NetBSD: patch-ab,v 1.5 2009/08/07 02:39:51 minskim Exp $ ---- git-compat-util.h.orig 2008-08-17 16:43:06.000000000 -0400 +--- git-compat-util.h.orig 2009-07-29 01:18:18.000000000 -0700 +++ git-compat-util.h -@@ -39,7 +39,7 @@ - /* Approximation of the length of the decimal representation of this type. */ - #define decimal_length(x) ((int)(sizeof(x) * 2.56 + 0.5) + 1) - --#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__USLC__) && !defined(_M_UNIX) -+#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__USLC__) && !defined(_M_UNIX) && !defined(__sun) +@@ -55,7 +55,7 @@ + # else + # define _XOPEN_SOURCE 500 + # endif +-#elif !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__USLC__) && !defined(_M_UNIX) && !defined(sgi) ++#elif !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__USLC__) && !defined(_M_UNIX) && !defined(sgi) && !defined(__sun) #define _XOPEN_SOURCE 600 /* glibc2 and AIX 5.3L need 500, OpenBSD needs 600 for S_ISLNK() */ + #ifndef __sun__ #define _XOPEN_SOURCE_EXTENDED 1 /* AIX 5.3L needs this */ - #endif |