openbsd-ports/www/w3m/pkg/SECURITY
naddy 7e96f65e45 - Take over maintainership; okay dugsong@
- Update to w3m-0.2.1.
- Replace post-bsd.port.mk fumbling with FULLPKGNAME and PFRAGs.
- Install Japanese docs for respective flavor.
- Pull COMMENT* into Makefile.
- Remove useless/obsolete verbiage from DESCR.
- Miscellaneous cleanups.
2001-03-24 12:56:14 +00:00

8 lines
267 B
Plaintext

This code is a total nightmare.
A pain to read, and lots of strcpy/strcat/sprintf's which actually
turn out to be okay, after adding a die-when-out-of-memory callback
for the boehm garbage collector.
There are undoubtedly other issues with this code. Caveat user.