Commit Graph

10 Commits

Author SHA1 Message Date
Mark Linimon
9eb41dc765 Mark as broken on sparc64: cannot find lib/compat/libpthread.so.X.
Hat:		portmgr
2009-12-04 06:34:49 +00:00
Mark Linimon
f65837a566 Attempt to fix plist for sparc64 on deinstall.
Hat:		portmgr
2009-09-15 05:45:46 +00:00
Renato Botelho
5dbe6d76b5 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
2009-09-03 13:13:39 +00:00
Renato Botelho
6e8033afe0 - Fix libpthread installation broken on last update
- Use ln -sf instead of -s
- Bump PORTREVISION

Reported by:	erwin
2009-08-31 11:03:49 +00:00
Renato Botelho
42f56a1128 When installing on 8.x (>= 800105), don't install libpthread.so.2 but create a
symlink to /usr/lib/libpthr.so

Discussed with:	jhb
Approved by:	mnag (maintainer)
2009-08-27 15:48:59 +00:00
Pav Lucistnik
af13aa1d5a - Simplify ldconfig handling 2009-02-12 16:46:23 +00:00
Marcus Alves Grando
d77a7aa252 - Update to 6.4-RC1
PR:		128021
Notified by:	Drew Tomlinson <drew___mykitchentable.net>
2008-10-17 02:34:50 +00:00
Marcus Alves Grando
8630fe6415 - Update to 6.3.603000.200801
Requested by:	remko
2008-02-26 01:24:35 +00:00
Marcus Alves Grando
1948884e69 - Update to 6.3 __FreeBSD_version 602114
Requested by:	many
Approved by:	portmgr (pav)
2007-11-23 17:03:12 +00:00
Marcus Alves Grando
dce8496796 * Please welcome compat6x
--
This package allows you to install the compat6x libraries on your
system, so you can use legacy binaries that depend on them.
--

Thanks to:	All testers
2007-06-20 03:00:26 +00:00