Index: head/net-im/psi/files/patch-src_contactmanager_CMakeLists.txt =================================================================== --- head/net-im/psi/files/patch-src_contactmanager_CMakeLists.txt (nonexistent) +++ head/net-im/psi/files/patch-src_contactmanager_CMakeLists.txt (revision 475034) @@ -0,0 +1,9 @@ +--- src/contactmanager/CMakeLists.txt.orig 2018-07-20 20:03:45 UTC ++++ src/contactmanager/CMakeLists.txt +@@ -28,5 +28,6 @@ list(APPEND FORMS + qt4_wrap_ui(UI_FORMS ${FORMS}) + qt_wrap_cpp(MOC_SOURCES ${HEADERS}) + add_library(contactmanager STATIC ${HEADERS} ${MOC_SOURCES} ${UI_FORMS} ${PLAIN_SOURCES}) ++add_dependencies(contactmanager build_ui_files) + target_link_libraries(contactmanager ${QT_LIBRARIES} widgets) + target_include_directories(contactmanager PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) Property changes on: head/net-im/psi/files/patch-src_contactmanager_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 Index: head/net-im/psi/files/patch-src_sxe_CMakeLists.txt =================================================================== --- head/net-im/psi/files/patch-src_sxe_CMakeLists.txt (nonexistent) +++ head/net-im/psi/files/patch-src_sxe_CMakeLists.txt (revision 475034) @@ -0,0 +1,8 @@ +--- src/sxe/CMakeLists.txt.orig 2018-07-20 20:15:10 UTC ++++ src/sxe/CMakeLists.txt +@@ -34,4 +34,5 @@ set(PLAIN_HEADERS + + qt_wrap_cpp(MOC_SOURCES ${HEADERS}) + add_library(sxe STATIC ${HEADERS} ${MOC_SOURCES} ${PLAIN_SOURCES} ${PLAIN_HEADERS}) ++add_dependencies(sxe build_ui_files) + target_link_libraries(sxe ${QT_LIBRARIES} ${iris_LIB} libpsi_tools widgets) Property changes on: head/net-im/psi/files/patch-src_sxe_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