Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jul 2016 00:16:43 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r419086 - branches/2016Q3/devel/glib20
Message-ID:  <201607260016.u6Q0GhKe070747@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607260016.u6Q0GhKe070747>