svn commit: r418889 - in head/deskutils: . copyq

Adam Weinberger adamw at adamw.org
Fri Jul 22 04:56:29 UTC 2016


> 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


-- 
Adam Weinberger
adamw at adamw.org
http://www.adamw.org




More information about the svn-ports-all mailing list