Opened 14 years ago
Closed 11 years ago
#7488 closed bug (fixed)
several optionalpackages are still putting things in /boot/common/share
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 )
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 some that may need to be fixed, there might be others:
xz-utilssubversionyasmaprapr-utilcdrtoolscmakeopensslopensshgroffgperfrsync
- perl
- abi-compliance-checker
- developmentjava
dmidecodegettextrubytransmissionallegrolibsflexocaml
If anyone spots others that I've missed, leave a comment on this ticket and I'll get to them.
As a reminder
+ --docdir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/doc \ should be + --docdir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/doc/<PORT-NAME> \
Change History (27)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Description: | modified (diff) |
---|
comment:3 by , 14 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 , 14 years ago
comment:5 by , 14 years ago
Description: | modified (diff) |
---|
Still need to do a full check. Added a few more to the list.
comment:6 by , 14 years ago
Need to audit the gcc2 and gcc4 zips for these: iconv, pcre, xz-utils, sqlite, speex, libogg, libtheora, libvorbis and vorbit-tools and perhaps still more, to check for files in the wrong places, etc.
comment:7 by , 14 years ago
comment:8 by , 14 years ago
Description: | modified (diff) |
---|
comment:11 by , 13 years ago
Milestone: | R1/alpha3 → R1/beta1 |
---|
fixed openssl and openssh in 41458. also rebuilt git, subversion, mercurial, curl and neon with new openssl in place in hrev41458. then added gcc4 version of git in hrev41461 and fixed the url for openssl in hrev41462.
This should take care of the key OptionalPackages, there's still several others that need updating, but these are the ones I wanted to get fixed in time for Alpha3. Resetting the milestone to R1/beta1 for the rest.
comment:12 by , 13 years ago
Description: | modified (diff) |
---|
comment:13 by , 13 years ago
Status: | new → in-progress |
---|
some of the OptionalLibPackages are still putting things in share, these need updated .bep files and then need to be rebuilt.
comment:15 by , 13 years ago
Description: | modified (diff) |
---|
comment:16 by , 13 years ago
The following packages still place files in /boot/common/share:
abi-compliance-checker
developmentjava
dmidecode
gettext
ruby
transmission
allegrolibs
comment:17 by , 13 years ago
Cc: | added |
---|
comment:18 by , 13 years ago
Description: | modified (diff) |
---|
comment:19 by , 12 years ago
Milestone: | R1/beta1 → R1 |
---|
comment:20 by , 12 years ago
Description: | modified (diff) |
---|
fixed allegro http://ports.haiku-files.org/changeset/2044.
fixed dmidecode http://ports.haiku-files.org/changeset/2042.
fixed gettext http://ports.haiku-files.org/changeset/1888.
comment:21 by , 12 years ago
Description: | modified (diff) |
---|
fixed transmission http://ports.haiku-files.org/changeset/2053.
comment:22 by , 12 years ago
Description: | modified (diff) |
---|
fixed rsync http://ports.haiku-files.org/changeset/2056 fixed ruby http://ports.haiku-files.org/changeset/2057
comment:23 by , 12 years ago
Description: | modified (diff) |
---|
fixed flex http://ports.haiku-files.org/changeset/2036
comment:24 by , 12 years ago
Description: | modified (diff) |
---|
added ocaml, it's putting stuff in /boot/common/man...
comment:26 by , 12 years ago
Description: | modified (diff) |
---|
comment:27 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
With the change to package management this issue goes away.
subversion has this issue that still needs to be figured out: http://ports.haiku-files.org/ticket/422