It seems like the new version doesn't link against libX11 by default anymore, but uses dlopen instead. This breaks a number of packages in pkgsrc. It certainly breaks the ABI. How do we want to continue with this?Let's just bite the bullet add -lX11 where needed and bump revisions.Fortunately breakage seems mostly confined to games/ and leaf packages.
I have added --disable-x11-shared to CONFIGURE_ARGS. Please, check if that fixes the problem with other packages. Kind regards, Adam