Revision: 145219 https://trac.macports.org/changeset/145219 Author: michaelld@macports.org Date: 2016-01-28 11:19:52 -0800 (Thu, 28 Jan 2016) Log Message: ----------- gr-fosphor: update to e1eb11b2 (20160125). Modified Paths: -------------- trunk/dports/science/gr-fosphor/Portfile trunk/dports/science/gr-fosphor/files/patch-add_find_libpng.diff Modified: trunk/dports/science/gr-fosphor/Portfile =================================================================== --- trunk/dports/science/gr-fosphor/Portfile 2016-01-28 18:33:55 UTC (rev 145218) +++ trunk/dports/science/gr-fosphor/Portfile 2016-01-28 19:19:52 UTC (rev 145219) @@ -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 12c1a6d3f8e2b4540e870cfa612e51727fa0b1b1 -version 20151112 -revision 2 -checksums rmd160 23e3dca61301fd87583485ff0ae537bee0af77c8 \ - sha256 784b8f3ca9a725e9642228b019a9e7155c9cad304b1fe6ebf6a3f7865fb84f73 +set commit e1eb11b2d8bd0270950d76710017957597929397 +version 20160125 +checksums rmd160 175e4b0af5323c9aecc08b7542e3045b301d8afd \ + sha256 c376062efec4a23b00aa4566c044e63e252cd98291b394f911ee3ef54e9dbffd distname ${name}-${commit} master_sites http://cgit.osmocom.org/gr-fosphor/snapshot/ Modified: trunk/dports/science/gr-fosphor/files/patch-add_find_libpng.diff =================================================================== --- trunk/dports/science/gr-fosphor/files/patch-add_find_libpng.diff 2016-01-28 18:33:55 UTC (rev 145218) +++ trunk/dports/science/gr-fosphor/files/patch-add_find_libpng.diff 2016-01-28 19:19:52 UTC (rev 145219) @@ -16,14 +16,14 @@ +++ lib/CMakeLists.txt @@ -39,12 +39,14 @@ include_directories( ${OPENGL_INCLUDE_DIRS} - ${OPENCL_INCLUDE_DIRS} + ${OpenCL_INCLUDE_DIRS} ${FREETYPE2_INCLUDE_DIRS} + ${LIBPNG_INCLUDE_DIRS} ${Boost_INCLUDE_DIR} ) link_directories( ${OPENGL_LIBRARY_DIRS} - ${OPENCL_LIBRARY_DIRS} + ${OpenCL_LIBRARY_DIRS} ${FREETYPE2_LIBRARY_DIRS} + ${LIBPNG_LIBRARY_DIRS} ${Boost_LIBRARY_DIRS} @@ -31,7 +31,7 @@ @@ -86,6 +88,7 @@ list(APPEND fosphor_libraries ${OPENGL_LIBRARIES} - ${OPENCL_LIBRARIES} + ${OpenCL_LIBRARIES} ${FREETYPE2_LIBRARIES} + ${LIBPNG_LIBRARIES} ${Boost_LIBRARIES}
participants (1)
-
michaelld@macports.org