Opened 21 years ago
Last modified 2 months ago
#777 new enhancement
Patches to automatically add/remove entries from info/dir — at Initial Version
Reported by: | fenner@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | MacPorts Future |
Component: | base | Version: | |
Keywords: | Cc: | ||
Port: |
Description
Here are some patches to base/src/port1.0 to automatically run install-info on installation, and install-info --delete on uninstall. They also delete a ${destroot}/${prefix}/info/dir file that the port may have installed (e.g. by running install-info on its own) so that it won't overwrite the one in the base system.
The two package methods were extended to perform this as well, except that .pkg doesn't seem to have an uninstall so the deletion won't happen.
Note: See
TracTickets for help on using
tickets.
Patch to add install-info handling to port1.0