Subject: CVS commit: pkgsrc/editors/easyedit
From: David A. Holland
Date: 2013-03-30 22:57:25
Message id: 20130330215725.95DD9175DD@cvs.netbsd.org

Log Message:
General cleanup, via a distfile patch.
   - NULL is a pointer. Don't use it for '\0', which is a character.
   - Silence warnings about unused variables.
   - Silence clang warnings about format strings.
   - Fix up the makefile and configure logic, rolling in patch-aa and
     patch-ab. Make the configure script report what it's doing instead
     of making wrong decisions silently.
   - Fix broken build when using system curses instead of the builtin
     curses subset. (This is not the default, nor apparently recommended,
     but can happen if the configure script doesn't like you.)
   - Bump PKGREVISION.

Files:
RevisionActionfile
1.16modifypkgsrc/editors/easyedit/Makefile
1.6modifypkgsrc/editors/easyedit/distinfo
1.2removepkgsrc/editors/easyedit/patches/patch-aa
1.2removepkgsrc/editors/easyedit/patches/patch-ab