Created attachment 163145 [details] Patch to update print/qpdfview - Update to 0.4.16 - Add support of Qt4 (set by default) and Qt5 Note: PDF option is removed, poppler-qt* is mandatory (depends of Qt release).
Approved, you can commit it.
A commit references this bug: Author: olivierd Date: Thu Nov 19 05:02:26 UTC 2015 New revision: 401914 URL: https://svnweb.freebsd.org/changeset/ports/401914 Log: - Update to 0.4.16 - Add support of Qt4 (set by default) and Qt5 PR: 204563 Submitted by: myself Approved by: vg@ (maintainer) Changes: head/print/qpdfview/Makefile head/print/qpdfview/distinfo head/print/qpdfview/pkg-plist
Committed.
The port does unfortunately not build after the update. See logs at: http://portsmon.freebsd.org/portoverview.py?category=print&portname=qpdfview There are some missing dependencies for the tools moc-qt4 and rcc. This works for me: --- print/qpdfview/Makefile.orig 2015-11-19 06:02:25.000000000 +0100 +++ print/qpdfview/Makefile 2015-11-22 16:18:26.860335146 +0100 @@ -33,7 +33,7 @@ DJVU_LIB_DEPENDS= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre DJVU_QMAKE_OFF= "CONFIG+=without_djvu" -QT4_USE= qt4=dbus,gui,linguisttools,sql,sql-sqlite3,svg,xml +QT4_USE= qt4=dbus,gui,linguisttools,sql,sql-sqlite3,svg,xml,moc,rcc QT4_LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 QT5_USE= qt5=concurrent,linguisttools,printsupport,sql,sql-sqlite3 but is perhaps not the "correct" fix? moc_build and rcc_build instead?
(In reply to Bengt Ahlgren from comment #4) Fixed independently by https://svnweb.freebsd.org/ports?view=revision&revision=402268