Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/asymptote/files: asymptote-2.27-xdg-utils.patch asymptote-2.27-configure-ac.patch asymptote-2.27-info.patch asymptote-2.23-info.patch asymptote-2.23-xdg-utils.patch asymptote-2.23-configure-ac.patch
Date: Mon, 05 May 2014 10:28:47
Message-Id: 20140505102841.7B31F2004E@flycatcher.gentoo.org
1 grozin 14/05/05 10:28:41
2
3 Added: asymptote-2.27-xdg-utils.patch
4 asymptote-2.27-configure-ac.patch
5 asymptote-2.27-info.patch
6 Removed: asymptote-2.23-info.patch
7 asymptote-2.23-xdg-utils.patch
8 asymptote-2.23-configure-ac.patch
9 Log:
10 Version bump
11
12 (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
13
14 Revision Changes Path
15 1.1 media-gfx/asymptote/files/asymptote-2.27-xdg-utils.patch
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.27-xdg-utils.patch?rev=1.1&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.27-xdg-utils.patch?rev=1.1&content-type=text/plain
19
20 Index: asymptote-2.27-xdg-utils.patch
21 ===================================================================
22 Index: asymptote-2.27/settings.cc
23 ===================================================================
24 --- asymptote-2.27.orig/settings.cc
25 +++ asymptote-2.27/settings.cc
26 @@ -90,15 +90,15 @@ bool msdos=false;
27 string HOME="HOME";
28 string docdir=ASYMPTOTE_DOCDIR;
29 const char pathSeparator=':';
30 -string defaultPSViewer="gv";
31 +string defaultPSViewer="xdg-open";
32 #ifdef __APPLE__
33 string defaultPDFViewer="open";
34 #else
35 -string defaultPDFViewer="acroread";
36 +string defaultPDFViewer="xdg-open";
37 #endif
38 string defaultGhostscript="gs";
39 string defaultGhostscriptLibrary="/usr/lib/libgs.so";
40 -string defaultDisplay="display";
41 +string defaultDisplay="xdg-open";
42 string defaultAnimate="animate";
43 void queryRegistry() {}
44 const string dirsep="/";
45
46
47
48 1.1 media-gfx/asymptote/files/asymptote-2.27-configure-ac.patch
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.27-configure-ac.patch?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.27-configure-ac.patch?rev=1.1&content-type=text/plain
52
53 Index: asymptote-2.27-configure-ac.patch
54 ===================================================================
55 Index: asymptote-2.27/configure.ac
56 ===================================================================
57 --- asymptote-2.27.orig/configure.ac
58 +++ asymptote-2.27/configure.ac
59 @@ -155,7 +155,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
60 fi
61 CPPFLAGS_SAVE=$CPPFLAGS
62 CPPFLAGS=$CPPFLAGS" $INCL"
63 - AC_CHECK_HEADER(gc.h,
64 + AC_CHECK_HEADER([gc/gc.h],
65 AC_CHECK_LIB([gc],[GC_malloc],[
66 LIBS=$LIBS"-lgc "
67 AC_MSG_NOTICE([enabling system $GCNAME])],[
68 @@ -229,7 +229,17 @@ AC_MSG_ERROR([*** Please install libm on
69 AC_CHECK_LIB([z], [deflate],,
70 AC_MSG_ERROR([*** Please install libz or zlib-devel on your system ***]))
71 AX_PTHREAD
72 -AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler])
73 +
74 +AC_ARG_WITH(sigsegv,
75 + [ --with-sigsegv use libsigsegv],
76 + [with_sigsegv=$withval],
77 + [with_sigsegv="no"])
78 +if test "$with_sigsegv" = "yes"; then
79 +AC_CHECK_HEADER([sigsegv.h],
80 + AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler]),
81 + AC_MSG_NOTICE([*** Header file sigsegv.h not found ***]))
82 +fi
83 +
84 AC_CHECK_LIB([rt], [sched_yield])
85
86 AC_ARG_ENABLE(readline,
87
88
89
90 1.1 media-gfx/asymptote/files/asymptote-2.27-info.patch
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.27-info.patch?rev=1.1&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.27-info.patch?rev=1.1&content-type=text/plain
94
95 Index: asymptote-2.27-info.patch
96 ===================================================================
97 Index: asymptote-2.27/doc/asymptote.texi
98 ===================================================================
99 --- asymptote-2.27.orig/doc/asymptote.texi
100 +++ asymptote-2.27/doc/asymptote.texi
101 @@ -21,7 +21,7 @@ file LICENSE in the top-level source dir
102
103 @dircategory Languages
104 @direntry
105 -* asymptote: (asymptote/asymptote). Vector graphics language.
106 +* asymptote: (asymptote). Vector graphics language.
107 @end direntry
108
109 @titlepage