svn commit: r419085 - head/devel/glib20

Jan Beich jbeich at FreeBSD.org
Tue Jul 26 00:10:37 UTC 2016


Author: jbeich
Date: Tue Jul 26 00:10:35 2016
New Revision: 419085
URL: https://svnweb.freebsd.org/changeset/ports/419085

Log:
  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

Modified:
  head/devel/glib20/Makefile   (contents, props changed)

Modified: head/devel/glib20/Makefile
==============================================================================
--- head/devel/glib20/Makefile	Mon Jul 25 23:48:35 2016	(r419084)
+++ head/devel/glib20/Makefile	Tue Jul 26 00:10:35 2016	(r419085)
@@ -50,7 +50,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-head mailing list