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.32-configure-ac.patch asymptote-2.32-xdg-utils.patch asymptote-2.32-info.patch asymptote-2.24-configure-ac.patch asymptote-2.24-info.patch asymptote-2.24-xdg-utils.patch
Date: Thu, 05 Jun 2014 14:50:39
Message-Id: 20140605145033.881AE2004E@flycatcher.gentoo.org
1 grozin 14/06/05 14:50:33
2
3 Added: asymptote-2.32-configure-ac.patch
4 asymptote-2.32-xdg-utils.patch
5 asymptote-2.32-info.patch
6 Removed: asymptote-2.24-configure-ac.patch
7 asymptote-2.24-info.patch
8 asymptote-2.24-xdg-utils.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.32-configure-ac.patch
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.32-configure-ac.patch?rev=1.1&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.32-configure-ac.patch?rev=1.1&content-type=text/plain
19
20 Index: asymptote-2.32-configure-ac.patch
21 ===================================================================
22 Index: asymptote-2.32/configure.ac
23 ===================================================================
24 --- asymptote-2.32.orig/configure.ac
25 +++ asymptote-2.32/configure.ac
26 @@ -158,7 +158,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
27 fi
28 CPPFLAGS_SAVE=$CPPFLAGS
29 CPPFLAGS=$CPPFLAGS" $INCL"
30 - AC_CHECK_HEADER(gc.h,
31 + AC_CHECK_HEADER([gc/gc.h],
32 AC_CHECK_LIB([gc],[GC_malloc],[
33 LIBS=$LIBS"-lgc "
34 AC_MSG_NOTICE([enabling system $GCNAME])],[
35 @@ -232,7 +232,17 @@ AC_MSG_ERROR([*** Please install libm on
36 AC_CHECK_LIB([z], [deflate],,
37 AC_MSG_ERROR([*** Please install libz or zlib-devel on your system ***]))
38 AX_PTHREAD
39 -AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler])
40 +
41 +AC_ARG_WITH(sigsegv,
42 + [ --with-sigsegv use libsigsegv],
43 + [with_sigsegv=$withval],
44 + [with_sigsegv="no"])
45 +if test "$with_sigsegv" = "yes"; then
46 +AC_CHECK_HEADER([sigsegv.h],
47 + AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler]),
48 + AC_MSG_NOTICE([*** Header file sigsegv.h not found ***]))
49 +fi
50 +
51 AC_CHECK_LIB([rt], [sched_yield])
52
53 AC_ARG_ENABLE(readline,
54
55
56
57 1.1 media-gfx/asymptote/files/asymptote-2.32-xdg-utils.patch
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.32-xdg-utils.patch?rev=1.1&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.32-xdg-utils.patch?rev=1.1&content-type=text/plain
61
62 Index: asymptote-2.32-xdg-utils.patch
63 ===================================================================
64 Index: asymptote-2.32/settings.cc
65 ===================================================================
66 --- asymptote-2.32.orig/settings.cc
67 +++ asymptote-2.32/settings.cc
68 @@ -90,15 +90,15 @@ bool msdos=false;
69 string HOME="HOME";
70 string docdir=ASYMPTOTE_DOCDIR;
71 const char pathSeparator=':';
72 -string defaultPSViewer="gv";
73 +string defaultPSViewer="xdg-open";
74 #ifdef __APPLE__
75 string defaultPDFViewer="open";
76 #else
77 -string defaultPDFViewer="acroread";
78 +string defaultPDFViewer="xdg-open";
79 #endif
80 string defaultGhostscript="gs";
81 string defaultGhostscriptLibrary="/usr/lib/libgs.so";
82 -string defaultDisplay="display";
83 +string defaultDisplay="xdg-open";
84 string defaultAnimate="animate";
85 void queryRegistry() {}
86 const string dirsep="/";
87
88
89
90 1.1 media-gfx/asymptote/files/asymptote-2.32-info.patch
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.32-info.patch?rev=1.1&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.32-info.patch?rev=1.1&content-type=text/plain
94
95 Index: asymptote-2.32-info.patch
96 ===================================================================
97 Index: asymptote-2.32/doc/asymptote.texi
98 ===================================================================
99 --- asymptote-2.32.orig/doc/asymptote.texi
100 +++ asymptote-2.32/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