[142042] trunk/dports/science/gr-fosphor/Portfile

michaelld at macports.org michaelld at macports.org
Sat Dec 12 04:05:07 PST 2015


Revision: 142042
          https://trac.macports.org/changeset/142042
Author:   michaelld at macports.org
Date:     2015-11-02 11:08:43 -0800 (Mon, 02 Nov 2015)
Log Message:
-----------
gr-fosphor: update to 4ae2f539 (20150828), adding libpng as a new dependency as well as patches for finding and using libpng and better finding GLFW3.

Modified Paths:
--------------
    trunk/dports/science/gr-fosphor/Portfile

Modified: trunk/dports/science/gr-fosphor/Portfile
===================================================================
--- trunk/dports/science/gr-fosphor/Portfile	2015-11-02 17:28:02 UTC (rev 142041)
+++ trunk/dports/science/gr-fosphor/Portfile	2015-11-02 19:08:43 UTC (rev 142042)
@@ -22,11 +22,10 @@
 long_description    ${description}  \
     This port is kept up with the gr-fosphor GIT 'master' branch, which is typically updated weekly to monthly, providing compatibility with GNU Radio release 3.7 API: the gnuradio and gnuradio-devel ports.
 
-set commit          985c78ffa7ecfc0d4b5b43d2541e68a9e6d94576
-version             20150120
-revision            5
-checksums           rmd160 74200bd632ced6a627a9de92788568dbaaeddaf4 \
-                    sha256 624b15ae7d93b6147165c76b7892a3fabb3e4e77f8c55ae59a5328262116d5b5
+set commit          4ae2f539df6ec247751cc1f2196652c30ec25efe
+version             20150828
+checksums           rmd160 6d3532e75b88acbb4d1e9d2a085d4f14eb4f42d2 \
+                    sha256 ea946ded50f90e05e54ce1d6d11824b24ab830ec3e10e9f040c0d0daaf283440
 
 distname            ${name}-${commit}
 master_sites        http://cgit.osmocom.org/gr-fosphor/snapshot/
@@ -37,7 +36,8 @@
     port:freetype \
     path:lib/libglfw.dylib:glfw \
     port:swig-python \
-    port:${wxWidgets.port}
+    port:${wxWidgets.port} \
+    port:libpng
 
 depends_build-append \
     port:doxygen
@@ -50,6 +50,14 @@
 
 patchfiles-append patch-cmake_Modules_FindFreetype2.cmake.diff
 
+# temporary patch to add finding libpng
+
+patchfiles-append patch-add_find_libpng.diff
+
+# temporary patch to fix finding GLFW3
+
+patchfiles-append patch-cmake_Modules_FindGLFW3.cmake.diff
+
 # remove top-level library path, such that internal libraries are used
 # instead of any already-installed ones.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/37f10c78/attachment-0001.html>


More information about the macports-changes mailing list