Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Feb 2016 10:55:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200901] [NEW PORT] graphics/fbv: View pictures on framebuffer device
Message-ID:  <bug-200901-13-AjhhZBigDu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200901-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200901-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D200901

Raphael Kubo da Costa <rakuco@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rakuco@FreeBSD.org

--- Comment #2 from Raphael Kubo da Costa <rakuco@FreeBSD.org> ---
Sorry that it took so long for your new port to get noticed.

The libjpeg dependency needs to be converted to USES=3Djpeg, 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) =3D=3D 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)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200901-13-AjhhZBigDu>