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)
Mon, Dec 30, 4:21 AM
Unknown Object (File)
Nov 25 2024, 5:55 AM
Unknown Object (File)
Nov 24 2024, 2:13 PM
Unknown Object (File)
Nov 22 2024, 5:14 AM
Unknown Object (File)
Nov 20 2024, 5:22 AM
Unknown Object (File)
Nov 7 2024, 4:33 PM
Unknown Object (File)
Oct 28 2024, 7:26 AM
Unknown Object (File)
Oct 18 2024, 8:59 AM
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.