Index: head/misc/tellico/Makefile =================================================================== --- head/misc/tellico/Makefile (revision 542527) +++ head/misc/tellico/Makefile (revision 542528) @@ -1,40 +1,40 @@ # Created by: Kirill Ponomarew # $FreeBSD$ PORTNAME= tellico DISTVERSION= 3.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ MAINTAINER= kde@FreeBSD.org COMMENT= Collection manager for KDE LICENSE= GPLv2 LIB_DEPENDS= libbtparse.so:textproc/btparse \ libcdio.so:sysutils/libcdio \ libcsv.so:textproc/libcsv \ libexempi.so:textproc/exempi \ libiso9660.so:sysutils/libcdio \ libpoppler-qt5.so:graphics/poppler-qt5 \ libpoppler.so:graphics/poppler \ libtag.so:audio/taglib \ libyaz.so:net/yaz USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome \ kde:5 pkgconfig python:run qt:5 shared-mime-info shebangfix \ tar:xz USE_GNOME= libxml2 libxslt USE_KDE= archive attica5 auth bookmarks codecs completion config \ configwidgets coreaddons crash ecm filemetadata guiaddons \ i18n iconthemes itemmodels itemviews jobwidgets js khtml kio \ libkcddb libksane newstuff parts service solid sonnet \ textwidgets wallet widgetsaddons windowsystem xmlgui USE_QT= concurrent core dbus gui network widgets xml \ buildtools_build qmake_build SHEBANG_FILES= src/fetch/scripts/dark_horse_comics.py \ src/fetch/scripts/fr.allocine.py .include Index: head/misc/tellico/files/patch-CMakeLists.txt =================================================================== --- head/misc/tellico/files/patch-CMakeLists.txt (nonexistent) +++ head/misc/tellico/files/patch-CMakeLists.txt (revision 542528) @@ -0,0 +1,32 @@ +Update to taglib changes what CMake variables are defined (it now produces +modern CMake bits, but forgets backwards compatibility). + +This cascades to the weak FindCDIO module, which was now missing +library -L flags it needed. + +--- CMakeLists.txt.orig 2020-07-18 20:19:02 UTC ++++ CMakeLists.txt +@@ -127,8 +127,13 @@ set_package_properties(Taglib PROPERTIES + URL "https://taglib.org/" + TYPE OPTIONAL) + if(TAGLIB_FOUND) +- add_definitions(${TAGLIB_CFLAGS}) +- include_directories(${TAGLIB_INCLUDES}) ++ if(TAGLIB_LIBRARIES) ++ # Older taglib ++ add_definitions(${TAGLIB_CFLAGS}) ++ include_directories(${TAGLIB_INCLUDES}) ++ else() ++ set(TAGLIB_LIBRARIES Taglib::Taglib) ++ endif() + endif(TAGLIB_FOUND) + + find_package(Yaz 2.0) +@@ -171,6 +176,7 @@ set_package_properties(CDIO PROPERTIES + TYPE OPTIONAL) + if(CDIO_FOUND) + include_directories(${CDIO_INCLUDE_DIRS}) ++ link_directories(${CDIO_libiso9660_LIBDIR} ${CDIO_libcdio_LIBDIR}) + endif(CDIO_FOUND) + + find_package(Csv 3.0) Property changes on: head/misc/tellico/files/patch-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/misc/tellico/pkg-descr =================================================================== --- head/misc/tellico/pkg-descr (revision 542527) +++ head/misc/tellico/pkg-descr (revision 542528) @@ -1,5 +1,5 @@ Tellico is a KDE application for organizing your collections. It provides default templates for books, bibliographies, videos, music, video games, coins, stamps, trading cards, comic books, and wines. -WWW: http://tellico-project.org +WWW: https://tellico-project.org