summaryrefslogtreecommitdiff
path: root/graphics/dspdfviewer/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* graphics/dspdfviewer: Move man pages to share/manNuno Teixeira2024-03-091-11/+0
| | | | Approved by: portmgr (blanket)
* graphics/dspdfviewer: repair buildAdriaan de Groot2023-03-261-0/+9
| | | | | dspdfviewer.cpp:50:22: error: use of bitwise '|' with boolean operands [-Werror,-Wbitwise-instead-of-logical] secondaryWindow(0, (r.useFullPage() | r.duplicate())? PagePart::FullPage
* graphics/dspdfviewer: Unbreak the build for latest boost library.Santhosh Raju2022-08-221-0/+11
| | | | Force using c++14 standard for clang when compiling with boost headers.
* graphics/dspdfviewer: Prepare for Qt5-5.14Tobias C. Berner2020-04-042-0/+43
| | | | | | | PR: 244964 Notes: svn path=/head/; revision=530656
* graphics/dspdfviewer: Fixes build with Qt 5.13Santhosh Raju2019-09-041-0/+42
| | | | | | | | Submitted by: adridg Approved by: philip (mentor) Notes: svn path=/head/; revision=511054
* 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 Notes: svn path=/head/; revision=494635
* 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 Notes: svn path=/head/; revision=465086
* - 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) Notes: svn path=/head/; revision=439745