svn commit: r395527 - in head/graphics/jasper: . files
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Aug 31 06:22:46 UTC 2015
On Sat, Aug 29, 2015 at 05:01:02PM +0200, Dirk Meyer wrote:
> Hallo Alexey Dokuchaev,
> > > -USES= jpeg libtool:keepla zip
> > > +USES= zip libtool:keepla jpeg
> >
> > Sorry, but why did you shuffle previously sorted values?
>
> I keep them sorted by function / stage (extract, configure).
> Sorting them by alphabetic name is confusing to me.
The problem here Dirk is that now it's confusing to everyone else. No
offense, but sometimes your ports have higher than usual wtf/sec ratio
when reading through them. :)
There're certain I won't say rules, but rather established practices and
patterns that became quite common and expected to see because they suit
most developers (not all are necessarily documented and/or enforced, as
I've said). So while you're in your maintainer right to unsort USES, bear
in mind that 1) it was gratuitous change which we typically try to avoid:
that does not mean you can't change USES order -- that's fine when adding
or removing another USES entry -- but that was not the case; 2) it raises
chances that someone else comes after you and "fixes" it, well, because
for most people alphabet does not start with 'z', and 3) seeing "weird"
code, and that includes make(1) code as well, can often kill any desire
to work on it.
./danfe
More information about the svn-ports-all
mailing list