Date: Fri, 2 Jun 2017 23:04:24 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442464 - head/deskutils/kchmviewer Message-ID: <201706022304.v52N4OcP084380@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Fri Jun 2 23:04:24 2017 New Revision: 442464 URL: https://svnweb.freebsd.org/changeset/ports/442464 Log: Fix icons related crashes dos2unix was unexpectedly also 'fixing' the png icons for the Qt resources. This made the application not display any of its own icons, and crashing when trying to display a chm file. Define DOS2UNIX_GLOB so that only source files are patched. PR: 219740 Modified: head/deskutils/kchmviewer/Makefile Modified: head/deskutils/kchmviewer/Makefile ============================================================================== --- head/deskutils/kchmviewer/Makefile Fri Jun 2 21:20:52 2017 (r442463) +++ head/deskutils/kchmviewer/Makefile Fri Jun 2 23:04:24 2017 (r442464) @@ -3,6 +3,7 @@ PORTNAME= kchmviewer PORTVERSION= 7.7 +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= SF @@ -16,5 +17,7 @@ USES= dos2unix qmake:outsource USE_QT5= core dbus gui network printsupport webkit widgets xml \ buildtools_build qmake_build USE_XORG= x11 + +DOS2UNIX_GLOB= *.cpp *.h *.pro *.ui .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706022304.v52N4OcP084380>