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)
Fri, Apr 12, 1:56 PM
Unknown Object (File)
Feb 24 2024, 1:39 PM
Unknown Object (File)
Jan 27 2024, 5:00 PM
Unknown Object (File)
Jan 13 2024, 10:31 AM
Unknown Object (File)
Dec 23 2023, 7:40 PM
Unknown Object (File)
Dec 19 2023, 10:05 PM
Unknown Object (File)
Nov 27 2023, 6:51 AM
Unknown Object (File)
Nov 15 2023, 3:07 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).