Subject: CVS commit: pkgsrc/graphics/ansilove
From: Frederic Cambus
Date: 2020-10-22 22:53:41
Message id: 20201022205341.897F2FB28@cvs.NetBSD.org

Log Message:
ansilove: update to 4.1.4.

AnsiLove/C 4.1.4 (2020-10-22)

- Set CMAKE_BUILD_TYPE to "Release" in CMakeLists.txt
- Enable FORTIFY_SOURCE level 2
- Move read_status variable declaration to the top of the function
- Check fread() return values in readComments() and add error handling
- Introduce the READ_RECORD function-like macro, for fread error handling
- Use READ_RECORD in readRecord() to add fread() error handling
- Only call memset() if the malloc call succeeds
- Check strdup() return value and error out on failed allocation

Files:
RevisionActionfile
1.20modifypkgsrc/graphics/ansilove/Makefile
1.15modifypkgsrc/graphics/ansilove/distinfo