From 7a6cad39c4e92d2557c5a4f67574da714ace6bff Mon Sep 17 00:00:00 2001 From: Nicola Vitale Date: Wed, 28 May 2014 23:32:55 +0000 Subject: - 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 --- math/asymptote/files/patch-settings.cc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 math/asymptote/files/patch-settings.cc (limited to 'math/asymptote/files/patch-settings.cc') 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() {} -- cgit v1.2.3