From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 23 08:42:00 2009 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3505E106566C for ; Thu, 23 Apr 2009 08:42:00 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id D707C8FC14 for ; Thu, 23 Apr 2009 08:41:59 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Subject:Message-ID:Reply-To:References:MIME-Version:Content-Type:Content-Disposition:Content-Transfer-Encoding:In-Reply-To:Sender; b=VIgVbG3jfoCFpX4Rb5JhpzdRrPtknHRi9h7VlmJfRFBA8LGijRVWpRk7VhUZqfxoeD6YpmcHonZAw3ORO2xbMLltwicmV5Ctob31VDD47ZTQgV0PbvO91J41ue8Cu37NNJvYiUxCNLzIm7H4+koa3F1wKbUemDqUfwIOT9MHplg=; Received: from amnesiac.at.no.dns (ppp91-77-11-103.pppoe.mtu-net.ru [91.77.11.103]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1LwuIY-000IDb-5B; Thu, 23 Apr 2009 12:28:46 +0400 Date: Thu, 23 Apr 2009 12:28:43 +0400 From: Eygene Ryabinkin To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: References: <20090422181136.7E1C517128@amnesiac.at.no.dns> <200904221820.n3MIK1L5096118@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <200904221820.n3MIK1L5096118@freefall.freebsd.org> Sender: rea-fbsd@codelabs.ru Cc: Subject: Re: ports/133925: [patch] devel/git: upgrade to 1.6.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rea-fbsd@codelabs.ru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2009 08:42:00 -0000 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 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 --- 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 {_.-``-' {_/ #