[138321] trunk/dports/graphics/opencv

jeremyhu at macports.org jeremyhu at macports.org
Sun Jul 5 12:07:05 PDT 2015


Revision: 138321
          https://trac.macports.org/changeset/138321
Author:   jeremyhu at macports.org
Date:     2015-07-05 12:07:04 -0700 (Sun, 05 Jul 2015)
Log Message:
-----------
opencv: Remove patch for older OS versions that doesn't apply any more

Modified Paths:
--------------
    trunk/dports/graphics/opencv/Portfile

Removed Paths:
-------------
    trunk/dports/graphics/opencv/files/patch-highgui_CMakeLists.txt.diff

Modified: trunk/dports/graphics/opencv/Portfile
===================================================================
--- trunk/dports/graphics/opencv/Portfile	2015-07-05 18:42:55 UTC (rev 138320)
+++ trunk/dports/graphics/opencv/Portfile	2015-07-05 19:07:04 UTC (rev 138321)
@@ -153,11 +153,6 @@
                             -DENABLE_PRECOMPILED_HEADERS=OFF
 }
 
-# Video Decode Acceleration Framework is not available
-if {${os.major} <= 9} {
-    patchfiles-append       patch-highgui_CMakeLists.txt.diff
-}
-
 variant eigen description {Enable eigen support.} {
     depends_lib-append      port:eigen3
     configure.args-replace  -DWITH_EIGEN=OFF \

Deleted: trunk/dports/graphics/opencv/files/patch-highgui_CMakeLists.txt.diff
===================================================================
--- trunk/dports/graphics/opencv/files/patch-highgui_CMakeLists.txt.diff	2015-07-05 18:42:55 UTC (rev 138320)
+++ trunk/dports/graphics/opencv/files/patch-highgui_CMakeLists.txt.diff	2015-07-05 19:07:04 UTC (rev 138321)
@@ -1,11 +0,0 @@
---- modules/highgui/CMakeLists.txt.orig	2012-07-06 14:20:25.000000000 +0200
-+++ modules/highgui/CMakeLists.txt	2012-07-06 14:20:52.000000000 +0200
-@@ -160,7 +160,7 @@
-     list(APPEND HIGHGUI_LIBRARIES ${BZIP2_LIBRARIES})
-   endif()
-   if(APPLE)
--    list(APPEND HIGHGUI_LIBRARIES "-framework VideoDecodeAcceleration" bz2)
-+    list(APPEND HIGHGUI_LIBRARIES bz2)
-   endif()
- endif(HAVE_FFMPEG)
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150705/2e75fffd/attachment.html>


More information about the macports-changes mailing list