Page MenuHomeFreeBSD

bsd.port.mk: Update description of MANPREFIX
ClosedPublic

Authored by sunpoet on Sep 20 2018, 2:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 17 2025, 5:22 AM
Unknown Object (File)
Jan 30 2025, 7:54 AM
Unknown Object (File)
Jan 21 2025, 5:31 PM
Unknown Object (File)
Jan 18 2025, 1:07 PM
Unknown Object (File)
Jan 18 2025, 1:02 PM
Unknown Object (File)
Dec 30 2024, 4:21 AM
Unknown Object (File)
Nov 25 2024, 5:55 AM
Unknown Object (File)
Nov 24 2024, 2:13 PM
Subscribers

Details

Summary

MAN<sect> and MLINKS are all deprecated.

Diff Detail

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

Event Timeline

linimon retitled this revision from Update description of MANPREFIX to bsd.port.mk: Update description of MANPREFIX.Sep 22 2018, 6:10 AM
adamw added a subscriber: adamw.

This looks like a good idea to me.

Also, the MAN<sect> deprecation warning doesn't make sense to me.

MAN${a}_ALT=            it more, obsoleted by staging

DEV_WARNING+=   "${a} is deprecated, please use ${${a}_ALT}"

"MAN1 is deprecated, please use it more." Shouldn't we encourage people to use deprecated things less?

This revision is now accepted and ready to land.Sep 22 2018, 1:24 PM

It's from D13490. I guess @mat means "it no more".

The following come from the same commit.

MLINKS_ALT=             it no more
PYDISTUTILS_INSTALLNOSINGLE_ALT=        it no more

It's from D13490. I guess @mat means "it no more".

Ahh that makes sense! Thanks for the pointer!

This revision was automatically updated to reflect the committed changes.