on NetBSD and probably elsewhere.
Because the build wasn't stopping on error, prior builds of this package
"succeeded" and generated a shared library missing some code. For this
reason, bump both PKGREVISION and BUILDLINK_ABI_DEPENDS.
Use NAME_MAX when available. Don't try to fake a FILE on DragonFly.
The implementation of textsw_scanf can be improved, it is very
defensively and slow ATM, the snprintf usage should be portable.
Fix a number of prototype mismatches, e.g. variable argument functions
can conflict with K&R prototypes.
Bump revision since the package "compiled" before, e.g. build
errors where ignored.
* Don't build/install xgettext and msgfmt as they'll conflict with
devel/gettext.
* Use ${X11PREFIX}/bin/xvmkmf instead of xmkmf to generate Makefiles.
./lib/libxview/textsw/txt_filter.c from patch-ad into patch-al and patch-ao.
- Fix several compilation bugs on the sparc. The code had #ifdef(sparc)
checks when it was really wanting to make an operating system choice, not
a processor choice. Thanks to Ethan Bakshy, ethan@mail.enteract.com
for pointing out the problem (on port-sparc).