I'm trying to update /math/R to 2.11.1 however systrace is stopping the installation of the R recommended packages:
$ sudo make build [...] begin installing recommended package MASS MAKE="make" R_LIBS= ../../../bin/R CMD INSTALL --no-lock --data-compress=xz -l "../../../library" MASS.tgz > MASS.ts.out 2>&1 || (cat MASS.ts.out && exit 1) systrace: deny user: root, prog: /usr/ports/pobj/R-2.11.1/R-2.11.1/bin/exec/R, pid: 30175(0)[9853], policy: /usr/bin/env, filters: 196, syscall: native-fswrite(136), filename: /usr ERROR: unable to create '/usr/ports/pobj/R-2.11.1/R-2.11.1/library/MASS' *** Error code 1 Whats the best way to fix this? -mark