Bug 200901 - [NEW PORT] graphics/fbv: View pictures on framebuffer device
Summary: [NEW PORT] graphics/fbv: View pictures on framebuffer device
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-16 11:27 UTC by IWAMOTO Kouichi
Modified: 2017-10-22 14:13 UTC (History)
2 users (show)

See Also:


Attachments
fbv.shar (1.69 KB, text/plain)
2015-06-16 11:27 UTC, IWAMOTO Kouichi
no flags Details
poudriere log (12.65 KB, text/plain)
2015-06-16 11:28 UTC, IWAMOTO Kouichi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description IWAMOTO Kouichi 2015-06-16 11:27:34 UTC
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.
Comment 1 IWAMOTO Kouichi 2015-06-16 11:28:43 UTC
Created attachment 157801 [details]
poudriere log
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2016-02-29 10:55:55 UTC
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)
Comment 3 Tobias Kortkamp freebsd_committer freebsd_triage 2017-10-22 14:13:37 UTC
Closed it since feedback wasn't addressed for > 1.5 years. If there is still interest please reopen.