Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 2009 12:28:43 +0400
From:      Eygene Ryabinkin <rea-fbsd@codelabs.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/133925: [patch] devel/git: upgrade to 1.6.2.4
Message-ID:  <w7YwdgLMGpULGDu3KYV1qKgNLyc@urRFFPz6LpPjhjTBiIOEhMtLGGg>
In-Reply-To: <200904221820.n3MIK1L5096118@freefall.freebsd.org>
References:  <20090422181136.7E1C517128@amnesiac.at.no.dns> <200904221820.n3MIK1L5096118@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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
    {_.-``-'         {_/            #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?w7YwdgLMGpULGDu3KYV1qKgNLyc>