[144818] trunk/dports/multimedia

jeremyhu at macports.org jeremyhu at macports.org
Mon Jan 18 22:13:19 PST 2016


Revision: 144818
          https://trac.macports.org/changeset/144818
Author:   jeremyhu at macports.org
Date:     2016-01-18 22:13:19 -0800 (Mon, 18 Jan 2016)
Log Message:
-----------
mplayer: Fix freetype detection (and thus osd) when XQuartz is installed (#41746)

Modified Paths:
--------------
    trunk/dports/multimedia/MPlayer/Portfile
    trunk/dports/multimedia/mplayer-devel/Portfile

Modified: trunk/dports/multimedia/MPlayer/Portfile
===================================================================
--- trunk/dports/multimedia/MPlayer/Portfile	2016-01-19 04:18:54 UTC (rev 144817)
+++ trunk/dports/multimedia/MPlayer/Portfile	2016-01-19 06:13:19 UTC (rev 144818)
@@ -7,6 +7,7 @@
 
 name                MPlayer
 version             1.2
+revision            1
 categories          multimedia
 license             GPL-2+
 maintainers         jeremyhu openmaintainer
@@ -88,6 +89,11 @@
     reinplace "s|libs vorbisenc|libs vorbisenc vorbis|" ${worksrcpath}/configure
 }
 
+post-configure {
+    # http://trac.macports.org/ticket/41746
+    reinplace "s|-I/usr/X11/include||g" ${worksrcpath}/config.mak
+}
+
 post-destroot {
     xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
     eval file copy [glob ${worksrcpath}/DOCS/*] \

Modified: trunk/dports/multimedia/mplayer-devel/Portfile
===================================================================
--- trunk/dports/multimedia/mplayer-devel/Portfile	2016-01-19 04:18:54 UTC (rev 144817)
+++ trunk/dports/multimedia/mplayer-devel/Portfile	2016-01-19 06:13:19 UTC (rev 144818)
@@ -7,6 +7,7 @@
 
 name                mplayer-devel
 version             37594
+revision            1
 categories          multimedia
 license             GPL-2+
 maintainers         jeremyhu openmaintainer
@@ -100,6 +101,11 @@
     reinplace "s|libs vorbisenc|libs vorbisenc vorbis|" ${worksrcpath}/configure
 }
 
+post-configure {
+    # http://trac.macports.org/ticket/41746
+    reinplace "s|-I/usr/X11/include||g" ${worksrcpath}/config.mak
+}
+
 post-destroot {
     xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
     eval file copy [glob ${worksrcpath}/DOCS/*] \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160118/26f68fa6/attachment-0001.html>


More information about the macports-changes mailing list