On Thu, Jan 21, 2016 at 08:38:04PM +0100, Frederic Cambus wrote: > Hi ports@, > > Here is a diff to update ansilove to latest version (3.0.2). > > Visible changes include adding all available font options in the > manual page. The program is now also using pledge(2).
The update was committed, but the Makefile is missing a # uses pledge () marker, see also https://github.com/ansilove/ansilove/commit/44aaa260dd881d0a3da0f9d0cec1f657530030da ok? Index: Makefile =================================================================== RCS file: /var/cvs/ports/graphics/ansilove/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Makefile 22 Jan 2016 08:52:22 -0000 1.2 +++ Makefile 22 Jan 2016 11:44:33 -0000 @@ -13,6 +13,7 @@ MAINTAINER = Frederic Cambus <fred@statd # BSD PERMIT_PACKAGE_CDROM = Yes +# uses pledge() WANTLIB = c m pthread gd LIB_DEPENDS = graphics/gd