Index: branches/2018Q4/graphics/dspdfviewer/Makefile =================================================================== --- branches/2018Q4/graphics/dspdfviewer/Makefile (revision 485973) +++ branches/2018Q4/graphics/dspdfviewer/Makefile (revision 485974) @@ -1,50 +1,50 @@ # $FreeBSD$ PORTNAME= dspdfviewer PORTVERSION= 1.15.1 DISTVERSIONPREFIX=v -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MAINTAINER= santhosh.raju@gmail.com COMMENT= Dual-screen PDF viewer for LaTeX-beamer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 \ libboost_program_options.so:devel/boost-libs BUILD_WRKSRC= ${WRKSRC}/build CONFIGURE_WRKSRC= ${WRKSRC}/build INSTALL_WRKSRC= ${WRKSRC}/build USES= cmake pkgconfig qt:5 USE_QT= buildtools_build core gui qmake_build linguisttools widgets xml CMAKE_ARGS= -DPOPPLER_LIBRARIES=${LOCALBASE}/lib/libpoppler-qt5.so -DBuildTests=OFF USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= dannyedel PLIST_FILES= bin/dspdfviewer \ share/applications/dspdfviewer.desktop \ man/man1/dspdfviewer.1.gz .include # Build fails with LLVM 4.0. Reported upstream as #191: # https://github.com/dannyedel/dspdfviewer/issues/191 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100511 CFLAGS+= -Wno-error=undefined-func-template .endif .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200039 CFLAGS+= -Wno-error=zero-as-null-pointer-constant .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1102000 CFLAGS+= -Wno-error=redundant-parens .endif .include Index: branches/2018Q4 =================================================================== --- branches/2018Q4 (revision 485973) +++ branches/2018Q4 (revision 485974) Property changes on: branches/2018Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r481419