Revision: 145237 https://trac.macports.org/changeset/145237 Author: ctreleaven@macports.org Date: 2016-01-29 05:58:50 -0800 (Fri, 29 Jan 2016) Log Message: ----------- mythtv-core.27: update to 2015Jan22 version, make pkg-config work like linux Modified Paths: -------------- trunk/dports/multimedia/mythtv-core.27/Portfile Modified: trunk/dports/multimedia/mythtv-core.27/Portfile =================================================================== --- trunk/dports/multimedia/mythtv-core.27/Portfile 2016-01-29 10:07:17 UTC (rev 145236) +++ trunk/dports/multimedia/mythtv-core.27/Portfile 2016-01-29 13:58:50 UTC (rev 145237) @@ -6,16 +6,16 @@ PortGroup qt4 1.0 PortGroup compiler_blacklist_versions 1.0 -set shorthash 4b160dae -# set fullhash 4b160dae3a72f48a27b51ec681521355131bbdb2 +set shorthash 5e18f50d +# set fullhash 5e18f50da3debb93bfa8850fc86d884d8ed96628 set majorversion .27 set minorversion .5 github.setup MythTV mythtv ${shorthash} -checksums rmd160 6e2d92f7c9a0e8c045140e514ee9f04d91e7bd03 \ - sha256 410b797976e2fa5d379160d7822f91604c7efb2b6a92bc37f05ce9078f554395 +checksums rmd160 8095a5d4dee289d1f1a889c369aee4ae9cb2e0f3 \ + sha256 dea36afe5f32fb35e5882a6c103528b9db959a14b75b2dc0fcab19811d81b341 name mythtv-core${majorversion} -version 0${majorversion}${minorversion}-Fixes-20151220 +version 0${majorversion}${minorversion}-Fixes-20151222 categories multimedia platforms darwin # i386 unsupported -- https://trac.macports.org/ticket/40337 @@ -198,6 +198,9 @@ configure.cxx_archflags configure.ld_archflags +# make pkg-config act like on Linux, no '-I/opt/local/include' in cflags +configure.env-append PKG_CONFIG_SYSTEM_INCLUDE_PATH=${prefix}/include + configure.dir ${worksrcpath}/mythtv configure.args --compile-type=release \ --qmake=${qt_qmake_cmd} \