[macports-ports] branch master updated: VLC: upgrade to 2.2.6 and FFmpeg 3

Rainer Müller raimue at macports.org
Sun Aug 20 16:25:50 UTC 2017


On 2017-08-19 16:19, Ryan Schmidt wrote:
>> diff --git a/multimedia/VLC/Portfile b/multimedia/VLC/Portfile
>> index 8086f8d..222feb2 100644
>> --- a/multimedia/VLC/Portfile
>> +++ b/multimedia/VLC/Portfile
>> @@ -5,6 +5,14 @@ PortGroup               compiler_blacklist_versions 1.0
>>  PortGroup               active_variants 1.1
>>  PortGroup               conflicts_build 1.0
>>  
>> +if {[file exists ${prefix}/etc/macports/locales.tcl]} {
>> +    # experimental feature to cut down the NLS/locale files, which take up over 50% of
>> +    # the install footprint for VLC. This feature loads the locale_select PortGroup
>> +    # if its configuration file exist; a variant is then added which prunes all translations from
>> +    # ${destroot}${prefix}/share/locale except those whitelisted in etc/macports/locales.tcl .
>> +    PortGroup           locale_select 1.0
>> +}
> 
> I don't like this.

This port group is not even in MacPorts. Please remove this reference to it.

Further reading what this port group is supposed to do can be found at:
https://trac.macports.org/ticket/50776

Rainer


More information about the macports-dev mailing list