On May 17, 2007, at 1:58 AM, Ryan Schmidt wrote:
outdated or installed expands to no ports). prints the path to the workdir, if there is one. These changes make it possible to have a port repository that is entirely readonly and not written to during build, etc. Note that by keeping place_worksymlink at its default value of yes, no behavior should be changed for the user/developer. (until we decide to default this to no ;). There exists about three ports that use workdir, and these will need to be modified to use workpath instead.
Looks like ten ports are affected:
$ grep '{workdir}' */*/Portfile | cut -d ':' -f 1 | uniq aqua/AssignmentTrackerX/Portfile aqua/Lingon/Portfile aqua/MorsX/Portfile aqua/Smultron/Portfile devel/perforce/Portfile irc/infobot/Portfile net/arpwatch/Portfile news/nnap/Portfile x11/gtk-extra/Portfile x11/gtk2-extra/Portfile
Thanks Ryan, I just went through and changed each of these that hadn't already been fixed. James