diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2014-05-28 23:32:55 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2014-05-28 23:32:55 +0000 |
commit | 7a6cad39c4e92d2557c5a4f67574da714ace6bff (patch) | |
tree | b4dcc35f6576372552c4cea204a0ca8c63d63c76 /math/asymptote/files/patch-settings.cc | |
parent | To be fair, I don't have time to maintain this, so, release it. (diff) |
- Update to 2.32 [1]
- Remove leading, undefined article from COMMENT
- Add graphics/ImageMagick to RUN_DEPENDS
- Enable garbage collection via devel/boehm-gc-threaded [1]
- Sort variables
- Use autotools [1]
- Use texlive, and don't install files already installed by it [1]
- Use options helpers
- Add option OFFSCREEN (default off) to enable offscreen rendering
using OSMesa library
- Add support for stage dir [1]
- Strip binary file asy
- Add files/patch-configure.ac and files/patch-settings.cc
- Remove Author field, and use a single space after WWW in pkg-descr [1]
Release Notes: http://sourceforge.net/projects/asymptote/files/2.32/
PR: ports/190196 [1]
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
Notes
Notes:
svn path=/head/; revision=355661
Diffstat (limited to 'math/asymptote/files/patch-settings.cc')
-rw-r--r-- | math/asymptote/files/patch-settings.cc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/math/asymptote/files/patch-settings.cc b/math/asymptote/files/patch-settings.cc new file mode 100644 index 000000000000..dcb5e22de367 --- /dev/null +++ b/math/asymptote/files/patch-settings.cc @@ -0,0 +1,15 @@ +--- ./settings.cc.orig 2014-05-22 18:11:31.000000000 +0200 ++++ ./settings.cc 2014-05-27 05:26:36.000000000 +0200 +@@ -94,10 +94,10 @@ + #ifdef __APPLE__ + string defaultPDFViewer="open"; + #else +-string defaultPDFViewer="acroread"; ++string defaultPDFViewer="gv"; + #endif + string defaultGhostscript="gs"; +-string defaultGhostscriptLibrary="/usr/lib/libgs.so"; ++string defaultGhostscriptLibrary="/usr/local/lib/libgs.so"; + string defaultDisplay="display"; + string defaultAnimate="animate"; + void queryRegistry() {} |