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.06-configure-ac.patch asymptote-2.06-xdg-utils.patch asymptote-2.06-info.patch asymptote-2.03-xdg-utils.patch asymptote-2.03-info.patch asymptote-2.03-configure-ac.patch
Date: Sat, 30 Oct 2010 10:28:54
Message-Id: 20101030102844.AF1E22003C@flycatcher.gentoo.org
1 grozin 10/10/30 10:28:44
2
3 Added: asymptote-2.06-configure-ac.patch
4 asymptote-2.06-xdg-utils.patch
5 asymptote-2.06-info.patch
6 Removed: asymptote-2.03-xdg-utils.patch
7 asymptote-2.03-info.patch
8 asymptote-2.03-configure-ac.patch
9 Log:
10 Version bump
11
12 (Portage version: 2.2.0_alpha2/cvs/Linux i686)
13
14 Revision Changes Path
15 1.1 media-gfx/asymptote/files/asymptote-2.06-configure-ac.patch
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.06-configure-ac.patch?rev=1.1&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.06-configure-ac.patch?rev=1.1&content-type=text/plain
19
20 Index: asymptote-2.06-configure-ac.patch
21 ===================================================================
22 Index: asymptote-2.06/configure.ac
23 ===================================================================
24 --- asymptote-2.06.orig/configure.ac
25 +++ asymptote-2.06/configure.ac
26 @@ -150,7 +150,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 @@ -218,7 +218,17 @@ AC_MSG_ERROR([*** Please install libm on
36 AC_CHECK_LIB([z], [deflate],,
37 AC_MSG_ERROR([*** Please install libz on your system ***]))
38 AC_CHECK_LIB([pthread], [pthread_create])
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.06-xdg-utils.patch
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.06-xdg-utils.patch?rev=1.1&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.06-xdg-utils.patch?rev=1.1&content-type=text/plain
61
62 Index: asymptote-2.06-xdg-utils.patch
63 ===================================================================
64 Index: asymptote-2.06/settings.cc
65 ===================================================================
66 --- asymptote-2.06.orig/settings.cc
67 +++ asymptote-2.06/settings.cc
68 @@ -89,14 +89,14 @@ 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 defaultDisplay="display";
82 +string defaultDisplay="xdg-open";
83 string defaultAnimate="animate";
84 void queryRegistry() {}
85 const string dirsep="/";
86
87
88
89 1.1 media-gfx/asymptote/files/asymptote-2.06-info.patch
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.06-info.patch?rev=1.1&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/files/asymptote-2.06-info.patch?rev=1.1&content-type=text/plain
93
94 Index: asymptote-2.06-info.patch
95 ===================================================================
96 Index: asymptote-2.06/doc/asymptote.texi
97 ===================================================================
98 --- asymptote-2.06.orig/doc/asymptote.texi
99 +++ asymptote-2.06/doc/asymptote.texi
100 @@ -21,7 +21,7 @@ file LICENSE in the top-level source dir
101
102 @dircategory Languages
103 @direntry
104 -* asymptote: (asymptote/asymptote). Vector graphics language.
105 +* asymptote: (asymptote). Vector graphics language.
106 @end direntry
107
108 @titlepage