summaryrefslogtreecommitdiff
path: root/graphics/dspdfviewer/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* graphics/dspdfviewer: Prepare for Qt5-5.14Tobias C. Berner2020-04-042-0/+43
| | | | PR: 244964
* graphics/dspdfviewer: Fixes build with Qt 5.13Santhosh Raju2019-09-041-0/+42
| | | | | Submitted by: adridg Approved by: philip (mentor)
* graphics/dspdfviewer: partially unbreak with Clang 8Jan Beich2019-03-041-0/+17
| | | | | | | | | ../dspdfviewer.cpp:311:48: error: empty expression statement has no effect; remove unnecessary ';' to silence this warning [-Werror,-Wextra-semi-stmt] QSize newSize = window.getPreviewImageSize();; ^ PR: 236217 Approved by: portmgr blanket
* Fix graphics/dspdfviewer build with modern Clang. The error messageAdriaan de Groot2018-03-201-0/+18
| | | | | | | | is in the (new) patch. PR: 226524 Approved by: tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D14652
* - Fix build with LLVM 4.0 on HEADPhilip Paeps2017-04-291-0/+11
- Install manpage in the correct place [1] (bump PORTREVISION to reinstall package) PR: 218767 Submitted by: caso.ramiro@gmail.com [1] Santhosh Raju <santhosh.raju@gmail.com> (maintainer)