diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-09-03 13:13:39 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-09-03 13:13:39 +0000 |
commit | 5dbe6d76b507823ec3964df05ad5270f1e8f95bf (patch) | |
tree | fce97f50f0d8b8d5a1a31d479982701a19b4d3e3 /misc/compat8x/pkg-plist.amd64 | |
parent | 34608257c5daaf01a14516ebf5a4727d5bbf9c57 (diff) | |
download | ports-5dbe6d76b507823ec3964df05ad5270f1e8f95bf.tar.gz ports-5dbe6d76b507823ec3964df05ad5270f1e8f95bf.zip |
After discuss with jhb@ and kib@, here are fixed version of compat[567]x ports
working fine when installed on 8.0.
compat5x:
Installed under a FreeBSD 6.x or 7.x:
/usr/local/lib/compat/libpthread.so.1 (file)
on amd64:
/usr/local/lib32/compat/libpthread.so.1 (fine)
Installed under a FreeBSD 8.x:
/usr/local/lib/compat/libpthread.so.1 -> ./libthr.so.1 (symlink)
on amd64:
/usr/local/lib32/compat/libpthread.so.1 -> ./libthr.so.1 (symlink)
compat6x:
Installed under a FreeBSD 7.x:
/usr/local/lib/compat/libpthread.so.2 (file)
on amd64:
/usr/local/lib32/compat/libpthread.so.2 (fine)
Installed under a FreeBSD 8.x:
/usr/local/lib/compat/libpthread.so.2 -> ./libthr.so.2 (symlink)
on amd64:
/usr/local/lib32/compat/libpthread.so.2 -> ./libthr.so.2 (symlink)
compat7x:
Installed under a FreeBSD 8.x:
/usr/local/lib/compat/libkse.so.3 -> /lib/libthr.so.3 (symlink)
on amd64:
/usr/local/lib32/compat/libkse.so.3 -> /usr/lib32/libthr.so.3 (symlink)
Reported by: kib
Thanks to: jhb and kib
Notes
Notes:
svn path=/head/; revision=240783
Diffstat (limited to 'misc/compat8x/pkg-plist.amd64')
-rw-r--r-- | misc/compat8x/pkg-plist.amd64 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/compat8x/pkg-plist.amd64 b/misc/compat8x/pkg-plist.amd64 index 043c035f133c..db45390a7bf3 100644 --- a/misc/compat8x/pkg-plist.amd64 +++ b/misc/compat8x/pkg-plist.amd64 @@ -62,7 +62,6 @@ lib/compat/libpanelw.so.4 lib/compat/libpcap.so.5 lib/compat/libpmc.so.4 lib/compat/libproc.so.1 -lib/compat/libpthread.so lib/compat/libradius.so.3 lib/compat/libreadline.so.7 lib/compat/libroken.so.9 @@ -177,7 +176,6 @@ lib32/compat/libpanelw.so.4 lib32/compat/libpcap.so.5 lib32/compat/libpmc.so.4 lib32/compat/libproc.so.1 -lib32/compat/libpthread.so lib32/compat/libradius.so.3 lib32/compat/libreadline.so.7 lib32/compat/libroken.so.9 |