[SPAM] Re: svn commit: r418889 - in head/deskutils: . copyq
Kris Moore
kris at ixsystems.com
Fri Jul 22 13:17:57 UTC 2016
On 07/22/2016 00:56, Adam Weinberger wrote:
>> On 21 Jul, 2016, at 22:46, Alexey Dokuchaev <danfe at FreeBSD.org> wrote:
>>
>> On Thu, Jul 21, 2016 at 06:47:56PM +0000, Kris Moore wrote:
>>> New Revision: 418889
>>> URL: https://svnweb.freebsd.org/changeset/ports/418889
>>>
>>> Log:
>>> CopyQ is advanced clipboard manager with editing and scripting features.
>>>
>>> WWW: https://github.com/hluk/CopyQ
>>>
>>> [...]
>>> +USE_XORG+= x11 xfixes xtst
>> What's the reason for += here?
>>
>>> +USE_QT5= core gui network svg multimedia imageformats \
>> Spaces were used in this line instead of proper tab.
>>
>>> +USE_GL+= gl
>> Bogus += again.
>>
>>> +USES= qmake
>> Spaces again; also it's better to place more generic USES *before* specific
>> USE_FOO knobs.
>>
>>> +PLIST_FILES= bin/copyq
>> PLIST-related knobs should be among the last ones (after USE* knobs, but
>> before OPTIONS* knobs).
> AFAIK we've never specified ordering after _DEPENDS. FWIW, Kris's ordering makes sense to me; the variables are ordered by decreasing probability of future modification. Though I do agree about all the +='s.
>
> # Adam
>
>
Fixed those, thanks guys!
--
Kris Moore
iXsystems
Enterprise Storage & Servers Driven By Open Source
More information about the svn-ports-head
mailing list