Details
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
editors/dte/Makefile | ||
---|---|---|
15 ↗ | (On Diff #36622) | I actually prefer USES in the hierarchical order. Please read the Mathieu's post here https://reviews.freebsd.org/D13460: there are two kind of people, those belonging to the sort police that think it is always better to sort everything even if it does not make any sense, and those who have a more pragmatical way. |
29 ↗ | (On Diff #36622) | But I checked last time, the actual overhead of an option is negligible. |
editors/dte/Makefile | ||
---|---|---|
15 ↗ | (On Diff #36622) | There is no rule yes, but it's just easier to find stuff in a sorted list :) -- also stuff that starts out tidy is easier to keep tidy. |
editors/dte/Makefile | ||
---|---|---|
15 ↗ | (On Diff #36622) | USES should be sorted (but it is nice to test it in a non sorted way from time to time to make sure that there are no hidden bugs.). I was talking about USE_PYTHON only. |
29 ↗ | (On Diff #36622) | The time is coming very soon where the old magic trick that made PORTDOCS work without the DOCS option will be gone, it's the current thing I am working on. As I wrote in D13463:
|
I sorted USES.
Can this be committed?
editors/dte/Makefile | ||
---|---|---|
15 ↗ | (On Diff #36622) | Where does it say it here: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-order-uses.html |