Revision: 98391 http://trac.macports.org//changeset/98391 Author: pixilla@macports.org Date: 2012-10-04 06:30:04 -0700 (Thu, 04 Oct 2012) Log Message: ----------- multimedia/mythtv-core.25: - Whitespace edit to make "port lint --nitpick" happy. Modified Paths: -------------- trunk/dports/multimedia/mythtv-core.25/Portfile Modified: trunk/dports/multimedia/mythtv-core.25/Portfile =================================================================== --- trunk/dports/multimedia/mythtv-core.25/Portfile 2012-10-04 13:26:31 UTC (rev 98390) +++ trunk/dports/multimedia/mythtv-core.25/Portfile 2012-10-04 13:30:04 UTC (rev 98391) @@ -91,10 +91,10 @@ compiler.blacklist-append clang } -# TODO: This should be done by base -# https://trac.macports.org/ticket/32542 -if {${configure.compiler} == "macports-clang-3.0"} { - depends_build-append port:macports-clang-3.0 +# TODO: This should be done by base +# https://trac.macports.org/ticket/32542 +if {${configure.compiler} == "macports-clang-3.0"} { + depends_build-append port:macports-clang-3.0 depends_skip_archcheck-append macports-clang-3.0 } @@ -113,7 +113,7 @@ reinplace -locale C "s|#!/usr/bin/env perl|#!${perlbin}|" \ ${sedPath}programs/scripts/internetcontent/topdocumentaryfilm.pl \ ${sedPath}programs/scripts/internetcontent/twit.tv.pl - + reinplace -locale C "s|#!/usr/bin/perl|#!${perlbin}|" \ ${sedPath}bindings/perl/Makefile.PL \ ${sedPath}bindings/perl/MythTV.pm \ @@ -132,7 +132,7 @@ ui_info "Install Myth Python stuff to ${prefix}" reinplace -locale C "s|/usr/local|${prefix}|" ${worksrcpath}/mythtv/bindings/python/MythTV/static.py - + foreach {applescript} ${applescripts} { reinplace -locale C "s|@PREFIX@|${prefix}|g" ${worksrcpath}/macports/${applescript}.applescript reinplace -locale C "s|@APPLICATIONS_DIR@|${applications_dir}|" ${worksrcpath}/macports/${applescript}.applescript @@ -196,7 +196,7 @@ ${destroot}${mythtvhomedir} \ ${destroot}${mythtvlogdir} \ ${destroot}${mythtvlogdir}/old \ - ${destroot}${mythtvrundir} + ${destroot}${mythtvrundir} # install logrotate.mythtv xinstall -m 400 ${worksrcpath}/macports/logrotate.mythtv ${destroot}${prefix}/etc/logrotate.d/ @@ -246,7 +246,7 @@ system "install_name_tool -id ${libdir}/${dylib} ${destroot}${libdir}/${dylib}" set otool [lrange [split [exec otool -L ${destroot}${libdir}/${dylib}] \n] 1 end] - + foreach {otoolentry} ${otool} { # fix entries like "libmythswscale.dylib" to "${prefix}/lib/libmythswscale.dylib" # assume anything without a leading slash needs fixing @@ -270,7 +270,7 @@ ui_debug "... for ${prog}" set otool [lrange [split [exec otool -L ${destroot}${bindir}/${prog}] \n] 1 end] - + foreach {otoolentry} ${otool} { # fix entries like "libmythswscale.dylib" to "${prefix}/lib/libmythswscale.dylib" # assume anything without a leading slash needs fixing @@ -294,9 +294,9 @@ foreach {flt} [glob -types f -tails -directory ${destroot}${fltdir} *] { # glob gives us files and links to files but should be no links in filters dir ui_debug "... for ${flt}" - + set otool [lrange [split [exec otool -L ${destroot}${fltdir}/${flt}] \n] 1 end] - + foreach {otoolentry} ${otool} { # fix entries like "libmythswscale.dylib" to "${prefix}/lib/libmythswscale.dylib" # assume anything without a leading slash needs fixing @@ -351,4 +351,4 @@ ############################################################################" livecheck.version ${version} -livecheck.regex "tarball/v(0.25\[^\"\]+)" \ No newline at end of file +livecheck.regex "tarball/v(0.25\[^\"\]+)"
participants (1)
-
pixilla@macports.org