print/ghostscript7: This is not jobs safe

This port is doing some king of crazy delete/copy thing with gconfig.h
and there's a race where it gets used before it's copied.  Mark this
port unsafe until further notice; it has failed on me a couple of times.

tailored log:
  rm -f ./obj/../soobj/gconfig.h
  cp ./obj/../soobj/gconfxx.h ./obj/../soobj/gconfig.h
  rm -f ./obj/../soobj/gconfig.h
  cp ./src/gconf.c ./obj/../soobj/gconfig.cOA
  cp ./obj/../soobj/gconfxx.h ./obj/../soobj/gconfig.h
  [snip]
  cp ./obj/../soobj/gconfxx.h ./obj/../soobj/gconfig.h
  In file included from ./obj/../soobj/iconfig.c:43:0:
  ./src/gconf.h:34:23: fatal error: ./obj/../soobj/gconfig.h: No such file
    or directory
  compilation terminated.
This commit is contained in:
John Marino 2015-04-27 14:34:24 +00:00
parent 500e6a241e
commit 3c0fbd22bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384838

View file

@ -51,6 +51,8 @@ LDFLAGS+= ${XLDFLAGS}
XLDFLAGS= -lpthread -L${LOCALBASE}/lib -L${WRKSRC}/gimp-print
PLIST_SUB= GS_VERSION="${PORTVERSION}"
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= X11 DOCS A4SIZE
OPTIONS_DEFAULT=X11 DOCS A4SIZE
NO_OPTIONS_SORT=yes