Opened 13 years ago

Last modified 11 years ago

#7488 closed bug

several optionalpackages are still putting things in /boot/common/share — at Version 5

Reported by: scottmc Owned by: scottmc
Priority: normal Milestone: R1
Component: Applications/Command Line Tools Version: R1/Development
Keywords: Cc: mdisreali@…
Blocked By: Blocking:
Platform: All

Description (last modified by scottmc)

Need to update these to put man/doc/info files into B_COMMON_DOCUMENTATION /man/doc/info directories. Need to move any others to B_COMMON_DATA_DIRECTORY Also note that the aclocal directory has already moved, so if anything is still expected aclocal in /boot/common/share those will need to be updated as well.

Here's somes that may need to be fixed, there might be others:

  • xz-utils
  • subversion
  • yasm
  • apr
  • apr-util
  • cdrtools
  • cmake
  • openssl
  • openssh
  • groff
  • readline
  • gperf
  • rsync

If anyone spots others that I've missed, leave a comment on this ticket and I'll get to them.

Change History (5)

comment:1 by scottmc, 13 years ago

subversion has this issue that still needs to be figured out: http://ports.haiku-files.org/ticket/422

comment:2 by scottmc, 13 years ago

Description: modified (diff)

fixed yasm in hrev41311.
fixed cdrtools in hrev41312.
fixed cmake in hrev41314.

comment:3 by mmadia, 13 years ago

As a reminder, + --docdir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/doc \ should be + --docdir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/doc/<PORT-NAME> \

Otherwise, the documentation files will get clobbered from being overwritten by newer-installed ports.

comment:4 by scottmc, 13 years ago

fixed xz-utils in hrev41322.
fixed apr, apr-util in hrev41323.
fixed subversion in hrev41324.

comment:5 by scottmc, 13 years ago

Description: modified (diff)

Still need to do a full check. Added a few more to the list.

Note: See TracTickets for help on using tickets.