From owner-freebsd-hackers@FreeBSD.ORG Wed Jan 28 14:29:38 2015 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA9534FC for ; Wed, 28 Jan 2015 14:29:38 +0000 (UTC) Received: from mailuogwhop.emc.com (mailuogwhop.emc.com [168.159.213.141]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mailuogwprd01.lss.emc.com", Issuer "RSA Corporate Server CA v2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8655AAED for ; Wed, 28 Jan 2015 14:29:38 +0000 (UTC) Received: from maildlpprd02.lss.emc.com (maildlpprd02.lss.emc.com [10.253.24.34]) by mailuogwprd03.lss.emc.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.0) with ESMTP id t0SETKZP024432 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 Jan 2015 09:29:21 -0500 X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd03.lss.emc.com t0SETKZP024432 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=isilon.com; s=jan2013; t=1422455361; bh=5eOEFmr7B7H7vIxWpHwcDO6wyAg=; h=From:To:Subject:Date:Message-ID:References:In-Reply-To: Content-Type:Content-Transfer-Encoding:MIME-Version; b=SDvWSingB+LyAkFJePYkrQd19bFjBP/0U0xqohirWQ5YWUGGnShyW4m/93CMb/56V m5Jn61Q0BGU2kkZiAGxfMKpSFEQceUmSa55r0uzTcM2KccBvrkUSLIxNGdZQa7Am+A UNrP6oYH/Z4Hx1tPz56yNXiDD7Xteh+UCYCgMgUY= X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd03.lss.emc.com t0SETKZP024432 Received: from mailusrhubprd53.lss.emc.com (mailusrhubprd53.lss.emc.com [10.106.48.18]) by maildlpprd02.lss.emc.com (RSA Interceptor); Wed, 28 Jan 2015 09:28:17 -0500 Received: from mxhub07.corp.emc.com (mxhub07.corp.emc.com [128.222.70.204]) by mailusrhubprd53.lss.emc.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.0) with ESMTP id t0SET8v8004439 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 28 Jan 2015 09:29:09 -0500 Received: from MXHUB204.corp.emc.com (10.253.68.30) by mxhub07.corp.emc.com (128.222.70.204) with Microsoft SMTP Server (TLS) id 8.3.327.1; Wed, 28 Jan 2015 09:29:08 -0500 Received: from MX103CL02.corp.emc.com ([169.254.6.197]) by MXHUB204.corp.emc.com ([10.253.68.30]) with mapi id 14.03.0195.001; Wed, 28 Jan 2015 09:29:08 -0500 From: "Meyer, Conrad" To: Guido Falsi , Dirk Engling , FreeBSD Hackers Subject: RE: libbconv Thread-Topic: libbconv Thread-Index: AQHQOulVpxoIIJK+rke8rnG2VZXJzpzVyPAAgAAPggCAAAyhAP//sS9o Date: Wed, 28 Jan 2015 14:29:07 +0000 Message-ID: References: <54C8C0B6.6030306@erdgeist.org> <54C8D52C.4010005@madpilot.net> <54C8E22E.8040207@erdgeist.org>,<54C8ECC6.2000303@madpilot.net> In-Reply-To: <54C8ECC6.2000303@madpilot.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.13.43.170] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Sentrion-Hostname: mailusrhubprd53.lss.emc.com X-RSA-Classifications: Source Code, public X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2015 14:29:39 -0000 Hi,=0A= =0A= (With apologies for top-posting, this is @#$@6ing Outlook.)=0A= =0A= biconv gets several mentions, including iconv's plist:=0A= =0A= $ ag '(^|[^i])biconv' ..=0A= ../iconv/files/patch-ces::Makefile=0A= 11:+LDADD =3D -L${.CURDIR}/../lib -lbiconv=0A= =0A= ../iconv/files/patch-ai=0A= 8:+LIB =3D biconv=0A= 14:+ converter.c iconv.c utils.c biconv.h=0A= 32:+INCS =3D biconv.h=0A= 38:+MAN3 =3D biconv.3 biconv_open.3 biconv_close.3=0A= 47:+biconv.3: iconv.3.in=0A= 52:+biconv_open.3: iconv_open.3.in=0A= 56:+biconv_close.3: iconv_close.3=0A= 59:+biconv.h: iconv.h=0A= =0A= ../iconv/pkg-plist=0A= 1:bin/biconv=0A= 3:include/biconv.h=0A= 4:lib/libbiconv.a=0A= 5:lib/libbiconv.so=0A= 6:lib/libbiconv.so.2=0A= 7:%%PROFILE%%lib/libbiconv_p.a=0A= 16:man/man1/biconv.1.gz=0A= 17:man/man3/biconv.3.gz=0A= 18:man/man3/biconv_close.3.gz=0A= 19:man/man3/biconv_open.3.gz=0A= =0A= ../iconv/files/patch-util::Makefile=0A= 8:+PROG=3D biconv=0A= 13:+LDADD=3D -L../lib -lbiconv=0A= 14:+DPADD+=3D ../lib/libbiconv.a=0A= 19:+MAN1=3D biconv.1=0A= 21:+biconv.1: iconv.1=0A= =0A= ../iconv-rfc1345/Makefile=0A= 13:LIB_DEPENDS=3D libbiconv.so:${PORTSDIR}/converters/iconv=0A= =0A= ../iconv-extra/files/patch-ces::iso-2022-jp.c=0A= 11:+#include =0A= =0A= ../iconv-extra/files/patch-ces::iso-2022-cn.c=0A= 11:+#include =0A= =0A= ../iconv-extra/files/patch-ces::iso-2022-kr.c=0A= 11:+#include =0A= =0A= ../iconv-extra/files/patch-ces::iso-2022-jp-2.c=0A= 11:+#include =0A= =0A= ../iconv-extra/files/patch-ces::Makefile=0A= 10:+LDADD +=3D -L${PREFIX}/lib -lbiconv=0A= =0A= ../iconv-extra/files/patch-ces::unicode-1-1-utf-7.c=0A= 11:+#include =0A= =0A= ../iconv-extra/Makefile=0A= 13:LIB_DEPENDS=3D libbiconv.so:${PORTSDIR}/converters/iconv=0A= =0A= It appears to date all the way back to 2002:=0A= =0A= $ git blame iconv/pkg-plist=0A= bedce949 (sobomax 2002-03-18 09:43:25 +0000 3) include/biconv.h=0A= bedce949 (sobomax 2002-03-18 09:43:25 +0000 4) lib/libbiconv.a=0A= bedce949 (sobomax 2002-03-18 09:43:25 +0000 5) lib/libbiconv.so=0A= bedce949 (sobomax 2002-03-18 09:43:25 +0000 6) lib/libbiconv.so.2=0A= =0A= Maybe we are confusing 'libiconv' (GNU iconv) with 'iconv'?=0A= =0A= Best,=0A= Conrad=0A= =0A= ________________________________________=0A= From: owner-freebsd-hackers@freebsd.org [owner-freebsd-hackers@freebsd.org]= on behalf of Guido Falsi [mad@madpilot.net]=0A= Sent: Wednesday, January 28, 2015 6:05 AM=0A= To: Dirk Engling; FreeBSD Hackers=0A= Subject: Re: libbconv=0A= =0A= On 01/28/15 14:20, Dirk Engling wrote:=0A= > On 28.01.15 13:25, Guido Falsi wrote:=0A= >=0A= >> You have a strange library layout, which is definitely different from=0A= >> the one I'm seeing usually. This is what you should have, with recent=0A= >> ports/packages:=0A= >=0A= >=0A= > Also I have found at least one reference to the typo:=0A= >=0A= > http://www.freebsdports.info/ports/converters/iconv.html=0A= >=0A= > erdgeist=0A= >=0A= =0A= Ok, this is strange. At present the ports tree does not contain any=0A= similar typo. You can check through the official ports tree.=0A= =0A= Have you also checked the plist in your local ports tree?=0A= =0A= Are you merging some external ports tree or have local patches?=0A= =0A= Reinstalling the iconv port produces no change?=0A= =0A= --=0A= Guido Falsi =0A= _______________________________________________=0A= freebsd-hackers@freebsd.org mailing list=0A= http://lists.freebsd.org/mailman/listinfo/freebsd-hackers=0A= To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"= =0A=