diff options
author | pav <pav@FreeBSD.org> | 2012-02-03 04:30:24 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-02-03 04:30:24 +0800 |
commit | 11cdac1f08bca2fd876aeb179b36c2be3249bd1e (patch) | |
tree | 31b55bccfa16f24164e23054144b305195dac464 | |
parent | f69acf7a2d11ee2e6e8e8cbe64fbb6840a4516be (diff) | |
download | freebsd-ports-gnome-11cdac1f08bca2fd876aeb179b36c2be3249bd1e.tar.gz freebsd-ports-gnome-11cdac1f08bca2fd876aeb179b36c2be3249bd1e.tar.zst freebsd-ports-gnome-11cdac1f08bca2fd876aeb179b36c2be3249bd1e.zip |
- Mark BROKEN: fails to build
cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ markers1.asy
../base/plain_xasy.asy: 93.7: runtime: Command exited abnormally: gs -q -dNOPAUSE -dBATCH -sDEVICE=pngalpha -dEPSCrop -dSAFER -r72x72 -sOutputFile=png/markers1.png png/markers1_.eps
gmake[2]: *** [markers1.png] Error 1
Reported by: pointyhat
-rw-r--r-- | math/asymptote/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 65a98de00c0a..ee1f6253699f 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -35,6 +35,8 @@ RUN_DEPENDS= gv:${PORTSDIR}/print/gv \ ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_3:${PORTSDIR}/graphics/py-imaging +BROKEN= fails to build + ONLY_FOR_ARCHS= i386 amd64 # it requires boehm-gc 7.X CONFIGURE_ARGS= --disable-gc |