[93702] trunk/dports/devel/cmake

css at macports.org css at macports.org
Mon May 28 11:54:29 PDT 2012


Revision: 93702
          https://trac.macports.org/changeset/93702
Author:   css at macports.org
Date:     2012-05-28 11:54:28 -0700 (Mon, 28 May 2012)
Log Message:
-----------
cmake: bugfix for upstream bug until version 2.8.9 is released. refs #34505

Modified Paths:
--------------
    trunk/dports/devel/cmake/Portfile

Added Paths:
-----------
    trunk/dports/devel/cmake/files/patch-Modules_FindPkgConfig_cmake.diff

Modified: trunk/dports/devel/cmake/Portfile
===================================================================
--- trunk/dports/devel/cmake/Portfile	2012-05-28 16:29:10 UTC (rev 93701)
+++ trunk/dports/devel/cmake/Portfile	2012-05-28 18:54:28 UTC (rev 93702)
@@ -6,6 +6,7 @@
 
 name		cmake
 version		2.8.8
+revision    1
 set branch	[join [lrange [split ${version} .] 0 1] .]
 categories	devel
 license		BSD
@@ -49,7 +50,8 @@
 }
 
 patchfiles	patch-CMakeFindFrameworks.cmake.diff \
-			patch-Modules-FindQt4.cmake.diff
+			patch-Modules-FindQt4.cmake.diff \
+            patch-Modules_FindPkgConfig_cmake.diff
 
 post-patch {
 	# copy cmake init file, ready to be patched below

Added: trunk/dports/devel/cmake/files/patch-Modules_FindPkgConfig_cmake.diff
===================================================================
--- trunk/dports/devel/cmake/files/patch-Modules_FindPkgConfig_cmake.diff	                        (rev 0)
+++ trunk/dports/devel/cmake/files/patch-Modules_FindPkgConfig_cmake.diff	2012-05-28 18:54:28 UTC (rev 93702)
@@ -0,0 +1,11 @@
+--- Modules/FindPkgConfig.cmake.orig	2012-05-18 22:18:17.000000000 +0200
++++ Modules/FindPkgConfig.cmake	2012-05-18 22:18:37.000000000 +0200
+@@ -100,7 +100,7 @@
+ endif (PKG_CONFIG_EXECUTABLE)
+ 
+ include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
+-find_package_handle_standard_args(PkgConfig
++find_package_handle_standard_args(PKG_CONFIG
+                                   REQUIRED_VARS PKG_CONFIG_EXECUTABLE
+                                   VERSION_VAR PKG_CONFIG_VERSION_STRING)
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120528/a8203aea/attachment.html>


More information about the macports-changes mailing list