Page MenuHomeFreeBSD

- Update to 2.6.1.0
ClosedPublic

Authored by miwi on Dec 19 2015, 2:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 29, 12:30 PM
Unknown Object (File)
Wed, Apr 29, 10:59 AM
Unknown Object (File)
Wed, Apr 29, 9:32 AM
Unknown Object (File)
Mar 31 2026, 7:57 AM
Unknown Object (File)
Mar 13 2026, 9:47 PM
Unknown Object (File)
Mar 11 2026, 12:39 PM
Unknown Object (File)
Mar 10 2026, 6:05 PM
Unknown Object (File)
Mar 3 2026, 12:57 AM
Subscribers
None

Details

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

miwi retitled this revision from to - Update to 2.6.1.0.
miwi updated this object.
miwi edited the test plan for this revision. (Show Details)
miwi added reviewers: mat, bapt.
games/asc/Makefile
16 ↗(On Diff #11447)

unneeded change.

23–24 ↗(On Diff #11447)

no need to change the order here.

25 ↗(On Diff #11447)

Unneeded change.

29 ↗(On Diff #11447)

no real need to move that line either.

49–50 ↗(On Diff #11447)

use ${DATADIR} here

65 ↗(On Diff #11447)

Why not use ${CP} here ?

73–74 ↗(On Diff #11447)

no need to change the order of the lines.

games/asc/Makefile
49–50 ↗(On Diff #11447)

Do you mind to explain this to me. We used always %%DATADIR%% for PLIST_FILES, https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html 6.14.3. Best Practices, Suggest also to use %%FOO%%.

games/asc/Makefile
49–50 ↗(On Diff #11447)

The only reason there are %%FOO%% thingies in the pkg-plist files is because we need a way to represent the content of ${FOO} in there. When you are in the Makefile, you already have access to ${FOO} there is no need to not use it directly.

I'll change the porter's handbook bit about java best practices, I don't use java so I never went over that section.

Oh yea make sence , I'll update the patch tomorrow from the office.

mat edited edge metadata.
This revision is now accepted and ready to land.Dec 23 2015, 11:19 PM
This revision was automatically updated to reflect the committed changes.