From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 20 19:40:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BDB35682 for ; Thu, 20 Feb 2014 19:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A908716FD for ; Thu, 20 Feb 2014 19:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1KJe1o0064586 for ; Thu, 20 Feb 2014 19:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1KJe1Cl064585; Thu, 20 Feb 2014 19:40:01 GMT (envelope-from gnats) Date: Thu, 20 Feb 2014 19:40:01 GMT Message-Id: <201402201940.s1KJe1Cl064585@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Rainer Hurling Subject: Re: ports/186563: databases/postgis21: error: use of undeclared identifier 'ICONV_SET_TRANSLITERATE' X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Rainer Hurling List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Feb 2014 19:40:01 -0000 The following reply was made to PR ports/186563; it has been noted by GNATS. From: Rainer Hurling To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de Cc: Subject: Re: ports/186563: databases/postgis21: error: use of undeclared identifier 'ICONV_SET_TRANSLITERATE' Date: Thu, 20 Feb 2014 20:34:21 +0100 Caused on the error message, I think it should be more sufficient to use 'iconv:translit' instead of 'iconv:wchar_t', shouldn't it? At least it works for me on 11.0-CURRENT amd64 r262153. --- Makefile.orig 2013-11-10 07:10:40.000000000 +0100 +++ Makefile 2014-02-20 20:28:12.000000000 +0100 @@ -19,7 +19,7 @@ USE_GNOME= libxml2 USE_PGSQL= yes -USES= gmake iconv perl5 pkgconfig +USES= gmake iconv:translit perl5 pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_PERL5= build