svn commit: r437019 - head/graphics/libkexiv2-kde4

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Mar 27 10:01:35 UTC 2017


Author: rakuco
Date: Mon Mar 27 10:01:33 2017
New Revision: 437019
URL: https://svnweb.freebsd.org/changeset/ports/437019

Log:
  Stop installing the .pc file with a different name.
  
  Use the default one: graphics/libkexiv2 has not existed in the tree since 2013,
  and the x11/kdelibs4 update from r436971 removed a patch to FindKexiv2.cmake we
  used to look for libkexiv2-kde4.pc. In practice, this commit unbreaks ports
  that depended on graphics/libkexiv2-kde4 after the kdelibs4 update I mentioned.

Modified:
  head/graphics/libkexiv2-kde4/Makefile
  head/graphics/libkexiv2-kde4/pkg-plist

Modified: head/graphics/libkexiv2-kde4/Makefile
==============================================================================
--- head/graphics/libkexiv2-kde4/Makefile	Mon Mar 27 10:00:48 2017	(r437018)
+++ head/graphics/libkexiv2-kde4/Makefile	Mon Mar 27 10:01:33 2017	(r437019)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libkexiv2
 PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics kde kde-kde4
 
 MAINTAINER=	kde at FreeBSD.org
@@ -18,7 +18,6 @@ USE_LDCONFIG=	yes
 
 pre-configure:
 	${REINPLACE_CMD} -e '/pkgconfig/ s/$${LIB_INSTALL_DIR}/libdata/' \
-		-e 's/${PORTNAME}.pc\([^.]\)/${PORTNAME}-kde4.pc\1/g' \
 		${WRKSRC}/CMakeLists.txt
 
 .include <bsd.port.mk>

Modified: head/graphics/libkexiv2-kde4/pkg-plist
==============================================================================
--- head/graphics/libkexiv2-kde4/pkg-plist	Mon Mar 27 10:00:48 2017	(r437018)
+++ head/graphics/libkexiv2-kde4/pkg-plist	Mon Mar 27 10:01:33 2017	(r437019)
@@ -15,5 +15,5 @@ lib/cmake/libkexiv2-2.3.2/libkexiv2-expo
 lib/libkexiv2.so
 lib/libkexiv2.so.11
 lib/libkexiv2.so.11.2.0
-libdata/pkgconfig/libkexiv2-kde4.pc
+libdata/pkgconfig/libkexiv2.pc
 share/apps/libkexiv2/data/topicset.iptc-subjectcode.xml


More information about the svn-ports-all mailing list