CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2009/06/17 07:42:49
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
systrace isn't too happy when WRKOBJDIR contains a symlink, which can
happen often (/usr/ports NFS mounted & /usr/ports/obj a symlink to a
local dir, /usr/ports as a symlink to /home/wherever..)
Use readlink -fn only if USE_SYSTRACE is set so less things are run when
bsd.port.mk is included. Should make everyone happy.
Issue reported by and original fix ajacoutot@, sounds reasonable to espie@