freebsd-ports/java/jdk15
Greg Lewis 60df7b3098 . Using dladdr(3) to determine the path to the current executable, and
hence the path for the shared libraries doesn't always work on FreeBSD.
  It definitely fails on FreeBSD 4.11 and FreeBSD 6-CURRENT under the
  tested environments.  In fact, the dladdr(3) man page even warns of
  these problems.  While there is work under way to fix this, it isn't
  available yet.

  Given that situation, switch to trying /proc/curproc/file, which is
  similar to what Linux does, and if that fails, drop back to checking
  argv[0] and iterating through $PATH as in jdk 1.4.  Both these methods
  work correctly in testing.

Reported by:	das
Reviewed by:	maintainer timeout
2005-05-12 04:12:33 +00:00
..
files . Using dladdr(3) to determine the path to the current executable, and 2005-05-12 04:12:33 +00:00
distinfo
Makefile . Bump PORTREVISION, forgotten when doing the fixes prior to the ports 2005-04-08 15:33:00 +00:00
pkg-descr
pkg-message