From owner-cvs-ports@FreeBSD.ORG Tue Oct 14 00:04:52 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCA1B16A4B3; Tue, 14 Oct 2003 00:04:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59F0B43F85; Tue, 14 Oct 2003 00:04:52 -0700 (PDT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9E74qXJ020238; Tue, 14 Oct 2003 00:04:52 -0700 (PDT) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9E74qqO020237; Tue, 14 Oct 2003 00:04:52 -0700 (PDT) (envelope-from bland) Message-Id: <200310140704.h9E74qqO020237@repoman.freebsd.org> From: Alexander Nedotsukov Date: Tue, 14 Oct 2003 00:04:52 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/converters/libiconv Makefile pkg-plist patch-libcharset::lib::config.charset X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2003 07:04:53 -0000 bland 2003/10/14 00:04:52 PDT FreeBSD ports repository Modified files: converters/libiconv Makefile pkg-plist Added files: converters/libiconv/files patch-libcharset::lib::config.charset Log: - Starting from FreeBSD 4.6 we have nl_langinfo(CODESET) supported. Therefore we must map codeset name rather than locale name on recent systems. - Use %%DOCSDIR%% Revision Changes Path 1.27 +1 -1 ports/converters/libiconv/Makefile 1.1 +36 -0 ports/converters/libiconv/files/patch-libcharset::lib::config.charset (new) 1.10 +5 -5 ports/converters/libiconv/pkg-plist