[Bug 200901] [NEW PORT] graphics/fbv: View pictures on framebuffer device
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Feb 29 10:55:55 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200901
Raphael Kubo da Costa <rakuco at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rakuco at FreeBSD.org
--- Comment #2 from Raphael Kubo da Costa <rakuco at FreeBSD.org> ---
Sorry that it took so long for your new port to get noticed.
The libjpeg dependency needs to be converted to USES=jpeg, and the port
actually failed to build here on 11amd64:
gif.c:92:46: error: too few arguments to function call, expected 2, have 1
if(DGifGetRecordType(gft,&rt) == GIF_ERROR) grflush;
^~~~~~~
gif.c:34:36: note: expanded from macro 'grflush'
#define grflush { DGifCloseFile(gft); return(FH_ERROR_FORMAT); }
~~~~~~~~~~~~~ ^
/usr/local/include/gif_lib.h:183:5: note: 'DGifCloseFile' declared here
int DGifCloseFile(GifFileType * GifFile, int *ErrorCode);
^
(lots of those)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list