[109033] trunk/dports/multimedia/VLC-devel/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Aug 6 14:08:47 PDT 2013


Revision: 109033
          https://trac.macports.org/changeset/109033
Author:   jeremyhu at macports.org
Date:     2013-08-06 14:08:47 -0700 (Tue, 06 Aug 2013)
Log Message:
-----------
VLC-devel: Bump to current git and build fix for Snow Leopard

Modified Paths:
--------------
    trunk/dports/multimedia/VLC-devel/Portfile

Modified: trunk/dports/multimedia/VLC-devel/Portfile
===================================================================
--- trunk/dports/multimedia/VLC-devel/Portfile	2013-08-06 21:06:57 UTC (rev 109032)
+++ trunk/dports/multimedia/VLC-devel/Portfile	2013-08-06 21:08:47 UTC (rev 109033)
@@ -2,10 +2,11 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                VLC-devel
 version             2.0.99
-revision            20
+revision            21
 
 categories          multimedia
 
@@ -28,7 +29,7 @@
 fetch.type      git
 git.url         git://git.videolan.org/vlc/vlc-2.1.git
 #git.url         git://git.videolan.org/vlc.git
-git.branch      4608538dac91ddd3025685ec30456fb6ab9c17a3
+git.branch      aaae9bc6c700f1632786e21bc6ce1b59ef32e40e
 
 #master_sites        http://download.videolan.org/pub/videolan/vlc/${version}/
 #distname            vlc-${version}
@@ -57,6 +58,8 @@
 universal_variant   no
 supported_archs x86_64
 
+compiler.blacklist gcc-4.2 llvm-gcc-4.2 {clang < 300}
+
 pre-fetch {
     if {"darwin" == ${os.platform} && ${os.major} < 10} {
         ui_error "${name} ${version} requires Mac OS X 10.6 or greater, use port 'VLC' instead"
@@ -76,16 +79,6 @@
 post-patch {
     reinplace "s:librsvg-2/librsvg:librsvg:" \
         ${worksrcpath}/modules/text_renderer/svg.c
-
-    # @YES and @NO don't fly with older toolchains
-    reinplace "s:@YES:@1:g" \
-        ${worksrcpath}/modules/access/qtcapture.m \
-        ${worksrcpath}/modules/gui/macosx/open.m \
-        ${worksrcpath}/modules/gui/macosx/prefs_widgets.m
-
-    reinplace "s:@NO:@0:g" \
-        ${worksrcpath}/modules/gui/macosx/MainWindowTitle.m \
-        ${worksrcpath}/modules/gui/macosx/prefs_widgets.m
 }
 
 pre-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130806/6112ae33/attachment.html>


More information about the macports-changes mailing list