[73410] trunk/dports/graphics

Michael Dickens michaelld at macports.org
Fri Nov 12 12:55:37 PST 2010


On Nov 12, 2010, at 3:30 PM, Ryan Schmidt wrote:
> On Nov 12, 2010, at 14:12, michaelld at macports.org wrote:
>
>> +    # xinstall does not remove 'quarantine' attribute;
>> +    # do that manually.
>> +    fs-traverse fixfile ${destroot} {
>> +        if {[exec xattr -l ${fixfile}] != ""} {
>> +            system "xattr -d com.apple.quarantine ${fixfile}"
>> +        }
>> +    }
>
> Why is there a quarantine attribute set in the first place?

It's how the files are archived in the zip file, I guess.  If I do "port extract argyll" and the look into work/Argyll_V1.3.2, I see that some of the files have this attribute set, but others do not.  Go figure.


More information about the macports-dev mailing list