svn commit: r542532 - in head/sysutils/krename: . files

Adriaan de Groot adridg at FreeBSD.org
Sat Jul 18 21:03:14 UTC 2020


Author: adridg
Date: Sat Jul 18 21:03:13 2020
New Revision: 542532
URL: https://svnweb.freebsd.org/changeset/ports/542532

Log:
  Fix sysutils/krename in the face of Taglib CMake-incompatibility
  
  This fix is complicated by krename already having a big complex
  patch from git against exiv, and no newer releases, so I had
  to bodge in the new patch to avoid double-patching the same
  file or losing the existing comments and explanation.

Modified:
  head/sysutils/krename/Makefile
  head/sysutils/krename/files/patch-gentoo_git-krename-5.0.0-exiv2-0.27.patch

Modified: head/sysutils/krename/Makefile
==============================================================================
--- head/sysutils/krename/Makefile	Sat Jul 18 20:52:24 2020	(r542531)
+++ head/sysutils/krename/Makefile	Sat Jul 18 21:03:13 2020	(r542532)
@@ -2,7 +2,7 @@
 
 PORTNAME=	krename
 PORTVERSION=	5.0.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	sysutils kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}/src
 

Modified: head/sysutils/krename/files/patch-gentoo_git-krename-5.0.0-exiv2-0.27.patch
==============================================================================
--- head/sysutils/krename/files/patch-gentoo_git-krename-5.0.0-exiv2-0.27.patch	Sat Jul 18 20:52:24 2020	(r542531)
+++ head/sysutils/krename/files/patch-gentoo_git-krename-5.0.0-exiv2-0.27.patch	Sat Jul 18 21:03:13 2020	(r542532)
@@ -153,8 +153,12 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
      set(krename_SRCS ${krename_SRCS}
          exiv2plugin.cpp
      )
-@@ -137,9 +137,9 @@ if(TAGLIB_FOUND)
-         ${TAGLIB_LIBRARIES}
+@@ -128,12 +128,12 @@ target_link_libraries(krename
+ )
+ if(TAGLIB_FOUND)
+     target_link_libraries(krename
+-        ${TAGLIB_LIBRARIES}
++        Taglib::Taglib
      )
  endif()
 -if(EXIV2_FOUND)


More information about the svn-ports-all mailing list