From owner-freebsd-ports@FreeBSD.ORG Thu Oct 17 11:19:39 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1A6DD446 for ; Thu, 17 Oct 2013 11:19:39 +0000 (UTC) (envelope-from marko.cupac@mimar.rs) Received: from www.mimar.rs (www.mimar.rs [193.53.106.101]) by mx1.freebsd.org (Postfix) with ESMTP id C184926A9 for ; Thu, 17 Oct 2013 11:19:38 +0000 (UTC) Received: from tazar.mimar.rs (localhost [127.0.0.1]) by www.mimar.rs (Postfix) with ESMTP id BD5BEB902B for ; Thu, 17 Oct 2013 13:19:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:organization:message-id:subject:subject:from:from:date :date:received:received; s=mimar-0901; t=1382008775; x= 1383823176; bh=dUj64N9at1ncWGWMvAdOp+IS/lbYH5+zh1Wh7RVqis0=; b=F V5x0LlsBlLP5dKeBC1M1+KB8v883HD+ZDh6Xqgx/Xt68PzBxqb6Htnowqwpse3D3 wnDxrs5RJRVqFtJ6/qoYbPpD0Le30TWq9V7MBdge3T53V5haV5JjrLIEtJT4G4g1 kBVC3LcpcBa+hrk6Ipfq0B2AWnp9SPjYOqHGai5k7c= X-Virus-Scanned: amavisd-new at mimar.rs Received: from www.mimar.rs ([127.0.0.1]) by tazar.mimar.rs (tazar.mimar.rs [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id hRRCFOGlJBZM for ; Thu, 17 Oct 2013 13:19:35 +0200 (CEST) Received: from kaa.mimar.rs (nat.kappastar.com [193.53.106.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by www.mimar.rs (Postfix) with ESMTPSA id E848AB9022 for ; Thu, 17 Oct 2013 13:19:34 +0200 (CEST) Date: Thu, 17 Oct 2013 13:19:34 +0200 From: Marko =?UTF-8?B?Q3VwYcSH?= To: freebsd-ports@freebsd.org Subject: libiconv problem on dansguardian-(devel) Message-Id: <20131017131934.09d016cf4abfe5c6926e40d7@mimar.rs> Organization: Mimar X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; amd64-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 11:19:39 -0000 Hello, 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! (ne= eded by NTLM plugin - try again with "--with-libiconv"?) =3D=3D=3D> Script "configure" failed unexpectedly. ---- error message ---- Any idea how to fix this? --=20 Marko Cupa=C4=87