From owner-svn-ports-branches@freebsd.org Tue Jul 26 00:16:44 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A80ABA5C1F; Tue, 26 Jul 2016 00:16:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB16A119F; Tue, 26 Jul 2016 00:16:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6Q0Ghhu070748; Tue, 26 Jul 2016 00:16:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6Q0GhKe070747; Tue, 26 Jul 2016 00:16:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201607260016.u6Q0GhKe070747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 26 Jul 2016 00:16:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419086 - branches/2016Q3/devel/glib20 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2016 00:16:44 -0000 Author: jbeich Date: Tue Jul 26 00:16:42 2016 New Revision: 419086 URL: https://svnweb.freebsd.org/changeset/ports/419086 Log: MFH: r419085 devel/glib20: reword COLLATION_FIX description While not necessary on FreeBSD 11.0 anymore it maybe useful for debugging. PR: 192381 Reported by: emaste Approved by: portmgr blanket Approved by: ports-secteam blanket Modified: branches/2016Q3/devel/glib20/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/devel/glib20/Makefile ============================================================================== --- branches/2016Q3/devel/glib20/Makefile Tue Jul 26 00:10:35 2016 (r419085) +++ branches/2016Q3/devel/glib20/Makefile Tue Jul 26 00:16:42 2016 (r419086) @@ -49,7 +49,8 @@ gio_MAN= gdbus.1 gsettings.1 gio-querymo gobject_MAN= glib-genmarshal.1 glib-mkenums.1 gobject-query.1 OPTIONS_DEFINE= COLLATION_FIX DEBUG GDB -COLLATION_FIX_DESC= fix string collation +# libc collation was fixed by https://svnweb.freebsd.org/changeset/base/290494 +COLLATION_FIX_DESC= Use ICU for UTF-8 string collation (if libc is broken) GDB_DESC= Install python gdb scripts .include