Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2017 10:01:33 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437019 - head/graphics/libkexiv2-kde4
Message-ID:  <201703271001.v2RA1XGf005539@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703271001.v2RA1XGf005539>