[134711] trunk/dports/multimedia/mythtv-core.27
ctreleaven at macports.org
ctreleaven at macports.org
Fri Apr 3 11:05:07 PDT 2015
Revision: 134711
https://trac.macports.org/changeset/134711
Author: ctreleaven at macports.org
Date: 2015-04-03 11:05:07 -0700 (Fri, 03 Apr 2015)
Log Message:
-----------
mythtv-core.27: add database client apps directory to PATH for backend
Modified Paths:
--------------
trunk/dports/multimedia/mythtv-core.27/Portfile
trunk/dports/multimedia/mythtv-core.27/files/org.mythtv.mythbackend.plist
Modified: trunk/dports/multimedia/mythtv-core.27/Portfile
===================================================================
--- trunk/dports/multimedia/mythtv-core.27/Portfile 2015-04-03 17:05:01 UTC (rev 134710)
+++ trunk/dports/multimedia/mythtv-core.27/Portfile 2015-04-03 18:05:07 UTC (rev 134711)
@@ -10,7 +10,7 @@
# set fullhash f1115fcd2b5cef93e870f926f53bf32cf546da9d
set majorversion .27
set minorversion .4
-revision 1
+revision 2
github.setup MythTV mythtv ${shorthash}
checksums rmd160 192da2f27a4ee9a5079896ca51aff80413dfeab3 \
sha256 6eec6b1d09b914028a3ac0ec3664519ca1e805b21708bf6bff9a0f658f666865
@@ -135,9 +135,9 @@
reinplace -locale C "s|\$(ROOT_FLAGS) \$(PREFIX_FLAGS)|\$(ROOT_FLAGS) \--prefix=\"${frameworks_dir}/Python.framework/Versions/2.7\"|" \
${sedPath}/bindings/python/Makefile
reinplace -locale C "s|/usr/local|${prefix}|" ${worksrcpath}/mythtv/bindings/python/MythTV/static.py
- reinplace -locale C "s|#!python|#!${pythonbin}|" \
- ${worksrcpath}/mythtv/bindings/python/scripts/mythpython \
- ${worksrcpath}/mythtv/bindings/python/scripts/mythwikiscripts
+# reinplace -locale C "s|#!python|#!${pythonbin}|" \
+# ${worksrcpath}/mythtv/bindings/python/scripts/mythpython \
+# ${worksrcpath}/mythtv/bindings/python/scripts/mythwikiscripts
fs-traverse f ${sedPath}/bindings/python/ {
if [string equal [ file extension ${f} ] ".py" ] {
reinplace -locale C "s|^#! */usr/bin/env python\$|#!${pythonbin}|" ${f}
Modified: trunk/dports/multimedia/mythtv-core.27/files/org.mythtv.mythbackend.plist
===================================================================
--- trunk/dports/multimedia/mythtv-core.27/files/org.mythtv.mythbackend.plist 2015-04-03 17:05:01 UTC (rev 134710)
+++ trunk/dports/multimedia/mythtv-core.27/files/org.mythtv.mythbackend.plist 2015-04-03 18:05:07 UTC (rev 134711)
@@ -8,7 +8,7 @@
<key>HOME</key>
<string>@PREFIX@/var/mythtvuser</string>
<key>PATH</key>
- <string>@PREFIX@/bin:@PREFIX@/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin</string>
+ <string>@PREFIX@/bin:@PREFIX@/lib/mariadb/bin:@PREFIX@/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin</string>
<key>PYTHONPATH</key>
<string>@PREFIX@/lib/@PYTHONVER@/site-packages:$PYTHONPATH</string>
</dict>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150403/8202c7fb/attachment.html>
More information about the macports-changes
mailing list