aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-07-26 08:10:35 +0800
committerjbeich <jbeich@FreeBSD.org>2016-07-26 08:10:35 +0800
commit63081a26f8d8a724f21dc32b393d0f3f0ad9b9d7 (patch)
tree59bfa6762e18880b375c1db777db19a2084368a2 /devel
parent8d30814f422be3b2fbfcd9b3b6e69ff8b15bb237 (diff)
downloadfreebsd-ports-graphics-63081a26f8d8a724f21dc32b393d0f3f0ad9b9d7.tar.gz
freebsd-ports-graphics-63081a26f8d8a724f21dc32b393d0f3f0ad9b9d7.tar.zst
freebsd-ports-graphics-63081a26f8d8a724f21dc32b393d0f3f0ad9b9d7.zip
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
Diffstat (limited to 'devel')
-rw-r--r--devel/glib20/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index 22bff8537f5..7b32427f851 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -50,7 +50,8 @@ gio_MAN= gdbus.1 gsettings.1 gio-querymodules.1 \
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>