svn commit: r442464 - head/deskutils/kchmviewer
Tobias C. Berner
tcberner at FreeBSD.org
Fri Jun 2 23:04:26 UTC 2017
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>
More information about the svn-ports-all
mailing list