diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2018-06-29 18:09:14 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2018-06-29 18:09:14 +0000 |
commit | 50fb87c4dc8f3f54ebea2806dc53075615a6289f (patch) | |
tree | 3680aa73e12250e225198dd6f2c83874188761d8 /math/asymptote | |
parent | c0cd82c292c338e0e4a56044ed9b0ca05b604687 (diff) | |
download | ports-50fb87c4dc8f3f54ebea2806dc53075615a6289f.tar.gz ports-50fb87c4dc8f3f54ebea2806dc53075615a6289f.zip |
Notes
Diffstat (limited to 'math/asymptote')
-rw-r--r-- | math/asymptote/Makefile | 3 | ||||
-rw-r--r-- | math/asymptote/files/pkg-message.in | 9 |
2 files changed, 11 insertions, 1 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index c3542ea854ef..ada59b506838 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -3,7 +3,7 @@ PORTNAME= asymptote PORTVERSION= 2.44 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -38,6 +38,7 @@ MAKE_JOBS_UNSAFE= yes ALL_TARGET= asy asy-keywords.el INSTALL_TARGET= install-asy +SUB_FILES= pkg-message WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFAULT= FFTW GSL MANPAGES READLINE diff --git a/math/asymptote/files/pkg-message.in b/math/asymptote/files/pkg-message.in new file mode 100644 index 000000000000..8ca839a27474 --- /dev/null +++ b/math/asymptote/files/pkg-message.in @@ -0,0 +1,9 @@ + +Asymptote with enabled hardware acceleration produces incorrect rendered +figures in 3D. It is proven that asy has problems with the xf86-video-intel +driver. + +To successfully process 3D figures or examples, it is necessary to always +use software rendering. + +% env LIBGL_ALWAYS_SOFTWARE=1 asy sample.asy |