From owner-freebsd-ports@FreeBSD.ORG Thu Oct 17 12:38:39 2013 Return-Path: Delivered-To: freebsd-ports@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 ESMTP id AA40D9B9; Thu, 17 Oct 2013 12:38:39 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward5l.mail.yandex.net (forward5l.mail.yandex.net [IPv6:2a02:6b8:0:1819::5]) by mx1.freebsd.org (Postfix) with ESMTP id 6BB8D2BEF; Thu, 17 Oct 2013 12:38:39 +0000 (UTC) Received: from smtp3h.mail.yandex.net (smtp3h.mail.yandex.net [84.201.186.20]) by forward5l.mail.yandex.net (Yandex) with ESMTP id 95B6CC40D8F; Thu, 17 Oct 2013 16:38:36 +0400 (MSK) Received: from smtp3h.mail.yandex.net (localhost [127.0.0.1]) by smtp3h.mail.yandex.net (Yandex) with ESMTP id 1EF721B41C72; Thu, 17 Oct 2013 16:38:36 +0400 (MSK) Received: from 87.249.28.58.tel.ru (87.249.28.58.tel.ru [87.249.28.58]) by smtp3h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id R0i7Vhb0kH-cZSmfhZI; Thu, 17 Oct 2013 16:38:35 +0400 Message-ID: <525FDA4B.4060509@passap.ru> Date: Thu, 17 Oct 2013 16:38:35 +0400 From: Boris Samorodov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: =?UTF-8?B?TWFya28gQ3VwYcSH?= , freebsd-ports@freebsd.org, garga@FreeBSD.org Subject: Re: libiconv problem on dansguardian-(devel) References: <20131017131934.09d016cf4abfe5c6926e40d7@mimar.rs> In-Reply-To: <20131017131934.09d016cf4abfe5c6926e40d7@mimar.rs> Content-Type: multipart/mixed; boundary="------------080701020903060901020501" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Oct 2013 12:38:39 -0000 This is a multi-part message in MIME format. --------------080701020903060901020501 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 17.10.2013 15:19, Marko Cupać пишет: > I cannot compile either of the two with NTLM option enabled: > www/dansguardian > www/dansguardian-devel > > This is on 9.2-RELEASE i386. > > Both fail with the same error message: > > ---- error message ---- > checking for NTLM support... yes > checking for iconv... no > no > checking for iconv in -liconv... no > no > checking for libiconv in -liconv... no > configure: error: no native or standard library iconv function found! (needed by NTLM plugin - try again with "--with-libiconv"?) > ===> Script "configure" failed unexpectedly. > ---- error message ---- > > Any idea how to fix this? I think that the right way is to include iconv to Uses unconditionally (keeping in mind that --with-libiconv=${LOCALBASE} also was used unconditionally before switching to Uses/iconv.mk). The same for www/dansguardian-devel. The proposed patch attached. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve --------------080701020903060901020501 Content-Type: text/plain; charset=UTF-8; name="dansguardian-iconv.diff.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="dansguardian-iconv.diff.txt" SW5kZXg6IE1ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIE1ha2VmaWxlCShyZXZpc2lvbiAz MzA2MzApCisrKyBNYWtlZmlsZQkod29ya2luZyBjb3B5KQpAQCAtMTQsNyArMTQsNyBAQAog TElCX0RFUEVORFMrPQlsaWJwY3JlLnNvOiR7UE9SVFNESVJ9L2RldmVsL3BjcmUKIAogVVNF X1JDX1NVQlI9CWRhbnNndWFyZGlhbgotVVNFUz0JCXBrZ2NvbmZpZworVVNFUz0JCXBrZ2Nv bmZpZyBpY29udgogCiBDT05GTElDVFM9CWRhbnNndWFyZGlhbi0yLjEyLioKIExBVEVTVF9M SU5LPQlkYW5zZ3VhcmRpYW4KQEAgLTk3LDggKzk3LDcgQEAKIC5lbmRpZgogCiAuaWYgJHtQ T1JUX09QVElPTlM6TU5UTE19Ci1DT05GSUdVUkVfQVJHUys9CS0tZW5hYmxlLW50bG0gJHtJ Q09OVl9DT05GSUdVUkVfQkFTRX0KLVVTRVMrPQkJCWljb252CitDT05GSUdVUkVfQVJHUys9 CS0tZW5hYmxlLW50bG0KIFBMSVNUX1NVQis9CQlOVExNQ09ORj0iIgogLmVsc2UKIFBMSVNU X1NVQis9CQlOVExNQ09ORj0iQGNvbW1lbnQgIgo= --------------080701020903060901020501--