svn commit: r419086 - branches/2016Q3/devel/glib20

Jan Beich jbeich at FreeBSD.org
Tue Jul 26 00:16:44 UTC 2016


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>


More information about the svn-ports-all mailing list