Page MenuHomeFreeBSD

Garbage collect bsd.port.mk useless or dead code
ClosedPublic

Authored by bapt on Sep 3 2014, 5:30 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 5 2025, 9:04 AM
Unknown Object (File)
Sep 2 2025, 12:26 PM
Unknown Object (File)
Aug 14 2025, 10:47 PM
Unknown Object (File)
Aug 14 2025, 1:05 AM
Unknown Object (File)
Aug 5 2025, 11:00 PM
Unknown Object (File)
Jul 27 2025, 8:06 AM
Unknown Object (File)
Jun 22 2025, 10:52 AM
Unknown Object (File)
Jun 19 2025, 8:27 AM
Subscribers

Details

Summary

This garbages collect code now useless:

  • Anything related to MLINKS
  • Anything related to manpages
  • Anything related to NO_LATEST_LINK

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

bapt retitled this revision from to Garbage collect bsd.port.mk useless or dead code.
bapt updated this object.
bapt edited the test plan for this revision. (Show Details)
bapt added a reviewer: portmgr.

hmmm we have great stuff in ports:

archivers/lha-ac/Makefile:PLIST_FILES+= ${MANPAGES}
archivers/lha/Makefile:PLIST_FILES+= ${
MANPAGES}
games/wesnoth/Makefile:_MANPAGES+= ${PREFIX}/man/ja/man6/wesnothd.6 \
net/spread/Makefile:_MANPAGES+= ${PREFIX}/lib/perl5/${PERL_VER}/man/man3/Spread.3

This revision is now accepted and ready to land.Sep 3 2014, 10:58 AM
bapt updated this revision to Diff 1345.

Closed by commit rP367187 (authored by @bapt).