Summary: | [NEW PORT] graphics/fbv: View pictures on framebuffer device | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | IWAMOTO Kouichi <sue> | ||||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||||
Status: | Closed Feedback Timeout | ||||||||
Severity: | Affects Only Me | CC: | rakuco, tobik | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 157801 [details]
poudriere log
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) Closed it since feedback wasn't addressed for > 1.5 years. If there is still interest please reopen. |
Created attachment 157800 [details] fbv.shar fbv (FrameBuffer Viewer) is a simple program to view pictures on a linux framebuffer device. fbv-freebsd is a FreeBSD ported version of fbv. Port is tested on poudriere. Poudriere log is attached. Result of portlint is as follows. % portlint -ACN WARN: Makefile: only one MASTER_SITE configured. Consider adding additional mirrors. 0 fatal errors and 1 warning found.