Index: head/sysutils/baloo/Makefile =================================================================== --- head/sysutils/baloo/Makefile (revision 436958) +++ head/sysutils/baloo/Makefile (revision 436959) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= baloo PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE framework for searching and managing user metadata CONFLICTS_INSTALL= kde-runtime-4.12.* \ kf5-baloo-5.* LIB_DEPENDS= libxapian.so:databases/xapian-core \ libqjson.so:devel/qjson USES= cmake:outsource gmake kde:4 tar:xz USE_KDE= akonadi automoc4 kdelibs kfilemetadata \ pimlibs USE_QT4= corelib qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes .include Index: head/sysutils/baloo/files/patch-src_file_lib_CMakeLists.txt =================================================================== --- head/sysutils/baloo/files/patch-src_file_lib_CMakeLists.txt (nonexistent) +++ head/sysutils/baloo/files/patch-src_file_lib_CMakeLists.txt (revision 436959) @@ -0,0 +1,28 @@ +Backport of the "export baloofiles with the rest of the targets" part. + +This is necessary so that the CMake exports file has an entry for baloofiles, +and linking against it passes "/full/path/to/libbaloofiles.so" instead of +"-lbaloofiles" to the linker. The latter may fail if -L/full/path/to is not +passed as well. + +commit 66068074c64b2a4a68a3dda567904704b0ae1f02 +Author: Aleix Pol +Date: Wed Mar 12 17:51:02 2014 +0100 + +Improvements on Baloo's cmake architecture + +Install a file indicating the version +Port linking variables into the proper targets +Export baloofiles with the rest of the targets + +--- src/file/lib/CMakeLists.txt ++++ src/file/lib/CMakeLists.txt +@@ -33,7 +33,7 @@ set_target_properties(baloofiles PROPERTIES + SOVERSION ${BALOO_VERSION_MAJOR} + ) + +-install(TARGETS baloofiles ${INSTALL_TARGETS_DEFAULT_ARGS}) ++install(TARGETS baloofiles EXPORT BalooLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS}) + + install(FILES + file.h Property changes on: head/sysutils/baloo/files/patch-src_file_lib_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