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)
Mon, Feb 23, 3:40 AM
Unknown Object (File)
Jan 3 2026, 2:04 AM
Unknown Object (File)
Dec 10 2025, 5:34 PM
Unknown Object (File)
Dec 3 2025, 10:54 AM
Unknown Object (File)
Dec 1 2025, 1:32 PM
Unknown Object (File)
Nov 30 2025, 1:12 AM
Unknown Object (File)
Nov 28 2025, 1:31 AM
Unknown Object (File)
Nov 25 2025, 7:43 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.