Cc'ing maintainer.
On Wed, Jul 08, 2020 at 11:28:04PM +0200, Matthieu Herrb wrote:
> according to sqlports, print/fontforge is the only remaining port
> depending on libxkbui. And in fact, it doesn't seem to use any
> function from this (long obsolete) library and build fine on a system
> whithout libxbui.
OK kn
> While adjusting WANTLIB to remove it, I found that it needs other
> adjustments.
> @@ -25,10 +25,10 @@ PERMIT_PACKAGE= Yes
>
> WANTLIB = ${MODPY_WANTLIB}
> WANTLIB += ICE SM X11 Xext Xft Xi Xrender c cairo expat ffi fontconfig
> -WANTLIB += freetype gif glib-2.0 gmodule-2.0 gobject-2.0 graphite2
> -WANTLIB += gthread-2.0 harfbuzz iconv intl jpeg lzma m pango-1.0
> +WANTLIB += freetype gif fribidi glib-2.0 gobject-2.0 graphite2
> +WANTLIB += harfbuzz iconv intl jpeg lzma m pango-1.0
Can you add fribidi in alphabetical order, please?