Date: Tue, 26 Jul 2016 00:10:36 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419085 - head/devel/glib20 Message-ID: <201607260010.u6Q0Aa9g067169@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607260010.u6Q0Aa9g067169>