diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-02-09 09:56:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-02-09 09:56:43 +0800 |
commit | f11c98b105779309d5ee829efe12c54c3c938e3b (patch) | |
tree | e537da07ba829ac72eccf930bf51d74e9a407699 | |
parent | 3978af75291930e700294f6c336318e761955537 (diff) | |
download | freebsd-ports-gnome-f11c98b105779309d5ee829efe12c54c3c938e3b.tar.gz freebsd-ports-gnome-f11c98b105779309d5ee829efe12c54c3c938e3b.tar.zst freebsd-ports-gnome-f11c98b105779309d5ee829efe12c54c3c938e3b.zip |
- Mark MAKE_JOBS_UNSAFE, fails sporadically with parallel build:
chmod: libpTk.a: No such file or directory
or
ERROR: Cannot copy 'version.h' to '../blib/arch/Tk/pTk/version.h': Permission denied
Approved by: portmgr blanket
-rw-r--r-- | x11-toolkits/p5-Tk-TableMatrix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Tk-TableMatrix/Makefile b/x11-toolkits/p5-Tk-TableMatrix/Makefile index afadc78564cf..22fc0b430b5e 100644 --- a/x11-toolkits/p5-Tk-TableMatrix/Makefile +++ b/x11-toolkits/p5-Tk-TableMatrix/Makefile @@ -17,6 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure CONFIGURE_ARGS= X11LIB=${LOCALBASE}/lib X11INC=${LOCALBASE}/include +MAKE_JOBS_UNSAFE= yes # This would conflict with x11-toolkits/p5-Tk post-install: |