From owner-cvs-ports@FreeBSD.ORG Wed Oct 13 21:27:44 2004 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 01CAE16A4CE; Wed, 13 Oct 2004 21:27:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC77243D2D; Wed, 13 Oct 2004 21:27:43 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DLRhRS042697; Wed, 13 Oct 2004 21:27:43 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DLRhwV042696; Wed, 13 Oct 2004 21:27:43 GMT (envelope-from thierry) Message-Id: <200410132127.i9DLRhwV042696@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 13 Oct 2004 21:27:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/rxvt-unicode Makefileports/x11/rxvt-unicode/files patch-src::command.C patch-src::rxvtfont.C 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: Wed, 13 Oct 2004 21:27:44 -0000 thierry 2004-10-13 21:27:43 UTC FreeBSD ports repository Modified files: x11/rxvt-unicode Makefile x11/rxvt-unicode/files patch-src::command.C Added files: x11/rxvt-unicode/files patch-src::rxvtfont.C Log: - rxvt-unicode 4.0 change language name "cn" to "zh"; - provide mbrtowc() workaround for old FreeBSD systems without mbstate fix; - extra patch for box drawing characters, which respected locale width data; - bump PORTREVISION. PR: ports/72628 Submitted by: Kuang-che Wu Revision Changes Path 1.61 +4 -3 ports/x11/rxvt-unicode/Makefile 1.3 +16 -5 ports/x11/rxvt-unicode/files/patch-src::command.C 1.1 +11 -0 ports/x11/rxvt-unicode/files/patch-src::rxvtfont.C (new)