Git 1.6.2.4 is out, [1]. Many fixes in respect to 1.6.2.2: [2], [3]. Fix: The following patch updates the port to 1.6.2.4 and updates Git web URL to the current one. How-To-Repeat: [1] http://git-scm.com/ [2] http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.3.txt [3] http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.4.txt
Responsible Changed From-To: freebsd-ports-bugs->wxs Over to maintainer (via the GNATS Auto Assign Tool)
Some nitpicking: silence the warning for utf8.c about type mismatch of the second argument. --- 1.6.2.4-remove-utf8.c-warning.diff begins here --- =46rom f61b79379aa367807bbd84a03710a90dae1f5075 Mon Sep 17 00:00:00 2001 =46rom: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Date: Thu, 23 Apr 2009 12:21:05 +0400 Subject: [PATCH] devel/git: eliminate type mismatch warning in utf8.c Since our iconv is "old" (has 'const char **' as the second argument type to the iconv() call), we should tell Git about it. Signed-off-by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> --- devel/git/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/devel/git/Makefile b/devel/git/Makefile index 38d3b35..75ec5d6 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -173,6 +173,7 @@ USE_GMAKE=3D yes CFLAGS+=3D -I${LOCALBASE}/include MAKE_ENV+=3D CURLDIR=3D${LOCALBASE} \ NEEDS_LIBICONV=3Dyes \ + OLD_ICONV=3Dyes \ PERL_PATH=3D${PERL} \ LIBMD_SHA1=3Dyes MAKE_ARGS+=3D prefix=3D"${PREFIX}" --=20 1.6.2.4 --- 1.6.2.4-remove-utf8.c-warning.diff ends here --- --=20 Eygene _ ___ _.--. # \`.|\..----...-'` `-._.-'_.-'` # Remember that it is hard / ' ` , __.--' # to read the on-line manual )/' _/ \ `-_, / # while single-stepping the kernel. `-'" `"\_ ,_.-;_.-\_ ', fsc/as # _.-'_./ {_.' ; / # -- FreeBSD Developers handbook {_.-``-' {_/ #
wxs 2009-04-27 17:19:23 UTC FreeBSD ports repository Modified files: devel/git Makefile distinfo pkg-descr pkg-plist Log: - [1]: Update to 1.6.2.4 - [2]: Respect WITHOUT_X11 along with WITHOUT_GUI Changelogs between old version and 1.6.2.4 are at: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.3.txt http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.4.txt PR: ports/133925 [1], private mail [2] Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> [1] Dmitry Morozovsky <marck@rinet.ru> [2] Revision Changes Path 1.51 +3 -2 ports/devel/git/Makefile 1.32 +9 -9 ports/devel/git/distinfo 1.2 +1 -1 ports/devel/git/pkg-descr 1.27 +2 -0 ports/devel/git/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!