svn commit: r461251 - in head/databases: postgresql10-server postgresql10-server/files postgresql92-client postgresql92-contrib postgresql92-server postgresql92-server/files postgresql93-server pos...
Jan Beich
jbeich at FreeBSD.org
Fri Feb 9 06:43:05 UTC 2018
Palle Girgensohn <girgen at FreeBSD.org> writes:
> +.if ${DISTVERSION:C/([0-9]*).*/\1/} != 10
> +# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info
> +OPTIONS_DEFINE+= ICU
> +ICU_DESC= Use ICU for unicode collation
> +.else
> +CONFIGURE_ARGS+=--with-icu
> +LIB_DEPENDS+= libicudata.so:devel/icu
> +USES+= pkgconfig
> +.endif
libc collation was fixed by https://svnweb.freebsd.org/changeset/base/290494
Is ICU still required on FreeBSD 11.0 or later?
More information about the svn-ports-all
mailing list