[101735] trunk/dports/graphics/cairo/Portfile
Jeremy Huddleston Sequoia
jeremyhu at macports.org
Fri Jan 18 22:58:32 PST 2013
On Jan 18, 2013, at 7:49 PM, Ryan Schmidt <ryandesign at macports.org> wrote:
> On Jan 18, 2013, at 19:50, Joshua Root wrote:
>
>>> Revision: 101735
>>> https://trac.macports.org/changeset/101735
>>> Author: jeremyhu at macports.org
>>> Date: 2013-01-17 20:03:45 -0800 (Thu, 17 Jan 2013)
>>> Log Message:
>>> -----------
>>> cairo: Add explicit dependency on lzo2 to fix opportunistic linking and universal build when lzo2 is installed -universal
>>>
>>> Modified Paths:
>>> --------------
>>> trunk/dports/graphics/cairo/Portfile
>>>
>>> Modified: trunk/dports/graphics/cairo/Portfile
>>> ===================================================================
>>> --- trunk/dports/graphics/cairo/Portfile 2013-01-18 02:45:31 UTC (rev 101734)
>>> +++ trunk/dports/graphics/cairo/Portfile 2013-01-18 04:03:45 UTC (rev 101735)
>>> @@ -10,6 +10,7 @@
>>> conflicts cairo-devel
>>> set my_name cairo
>>> version 1.12.10
>>> +revision 1
>>> categories graphics
>>> maintainers ryandesign
>>> license {LGPL-2.1 MPL-1.1}
>>> @@ -39,6 +40,7 @@
>>> port:freetype \
>>> port:libpng \
>>> port:zlib \
>>> + port:lzo2 \
>>
>> Similar to my previous message regarding gettext, this changes the
>> effective license to GPL-2+, which is probably not what we want.
>
> Here I agree. lzo appears to be deliberately under the GPL, with less-restrictive licensing available as a commercial option.
>
> I don't know what lzo does for cairo, but we've done ok without it so far. I'm inclined to revert this unless someone objects.
Reverting it is fine as long as you make sure it doesn't opportunistically link.
More information about the macports-dev
mailing list