Index: head/net/wireshark/files/patch-ui_qt_CMakeLists.txt =================================================================== --- head/net/wireshark/files/patch-ui_qt_CMakeLists.txt (nonexistent) +++ head/net/wireshark/files/patch-ui_qt_CMakeLists.txt (revision 516103) @@ -0,0 +1,20 @@ +--- ui/qt/CMakeLists.txt.orig 2019-10-30 19:49:29 UTC ++++ ui/qt/CMakeLists.txt +@@ -595,14 +595,14 @@ set(CMAKE_AUTOMOC TRUE) + set(CMAKE_AUTOUIC TRUE) + set(CMAKE_AUTORCC TRUE) + +-if(NOT Qt5Widgets_VERSION VERSION_LESS "5.9") ++#if(NOT Qt5Widgets_VERSION VERSION_LESS "5.9") + # Drop the file modification time of source files from generated files + # to help with reproducible builds. We do not use QFileInfo.lastModified + # so this has no unwanted side effects. This mtime started appearing in + # Qt 5.8. The option to force the old file format without mtime was + # added in Qt 5.9. See https://bugreports.qt.io/browse/QTBUG-58769 +- set(CMAKE_AUTORCC_OPTIONS --format-version 1) +-endif() ++ # set(CMAKE_AUTORCC_OPTIONS --format-version 1) ++ #endif() + + QT5_ADD_TRANSLATION(WIRESHARK_QT_QM ${WIRESHARK_QT_TS}) + Property changes on: head/net/wireshark/files/patch-ui_qt_CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property