diff options
author | Andrey Grozin <grozin@gentoo.org> | 2014-05-05 10:28:56 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2014-05-05 10:28:56 +0000 |
commit | cc634f0ccfa4f98cc524a59b6cda7e6aec9108ac (patch) | |
tree | b179b6b1ac7f6a0300700aedc714577bbd834ec5 /media-gfx/asymptote/files | |
parent | Switch to python-single-r1 to avoid builds with python3. TThanks to Uwe Schol... (diff) | |
download | historical-cc634f0ccfa4f98cc524a59b6cda7e6aec9108ac.tar.gz historical-cc634f0ccfa4f98cc524a59b6cda7e6aec9108ac.tar.bz2 historical-cc634f0ccfa4f98cc524a59b6cda7e6aec9108ac.zip |
Version bump
Package-Manager: portage-2.2.10/cvs/Linux i686
Manifest-Sign-Key: 0x3AFFCE974D34BD8C!
Diffstat (limited to 'media-gfx/asymptote/files')
-rw-r--r-- | media-gfx/asymptote/files/asymptote-2.27-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-2.23-configure-ac.patch) | 12 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-2.27-info.patch (renamed from media-gfx/asymptote/files/asymptote-2.23-info.patch) | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-2.27-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-2.23-xdg-utils.patch) | 9 |
3 files changed, 14 insertions, 13 deletions
diff --git a/media-gfx/asymptote/files/asymptote-2.23-configure-ac.patch b/media-gfx/asymptote/files/asymptote-2.27-configure-ac.patch index fec5b37438b8..df02ad92fcb3 100644 --- a/media-gfx/asymptote/files/asymptote-2.23-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-2.27-configure-ac.patch @@ -1,8 +1,8 @@ -Index: asymptote-2.22/configure.ac +Index: asymptote-2.27/configure.ac =================================================================== ---- asymptote-2.22.orig/configure.ac -+++ asymptote-2.22/configure.ac -@@ -154,7 +154,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then +--- asymptote-2.27.orig/configure.ac ++++ asymptote-2.27/configure.ac +@@ -155,7 +155,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then fi CPPFLAGS_SAVE=$CPPFLAGS CPPFLAGS=$CPPFLAGS" $INCL" @@ -11,9 +11,9 @@ Index: asymptote-2.22/configure.ac AC_CHECK_LIB([gc],[GC_malloc],[ LIBS=$LIBS"-lgc " AC_MSG_NOTICE([enabling system $GCNAME])],[ -@@ -227,7 +227,17 @@ AC_MSG_ERROR([*** Please install libm on +@@ -229,7 +229,17 @@ AC_MSG_ERROR([*** Please install libm on AC_CHECK_LIB([z], [deflate],, - AC_MSG_ERROR([*** Please install libz on your system ***])) + AC_MSG_ERROR([*** Please install libz or zlib-devel on your system ***])) AX_PTHREAD -AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler]) + diff --git a/media-gfx/asymptote/files/asymptote-2.23-info.patch b/media-gfx/asymptote/files/asymptote-2.27-info.patch index 76d4ca9e3b1e..a64c8eb467ac 100644 --- a/media-gfx/asymptote/files/asymptote-2.23-info.patch +++ b/media-gfx/asymptote/files/asymptote-2.27-info.patch @@ -1,7 +1,7 @@ -Index: asymptote-2.22/doc/asymptote.texi +Index: asymptote-2.27/doc/asymptote.texi =================================================================== ---- asymptote-2.22.orig/doc/asymptote.texi -+++ asymptote-2.22/doc/asymptote.texi +--- asymptote-2.27.orig/doc/asymptote.texi ++++ asymptote-2.27/doc/asymptote.texi @@ -21,7 +21,7 @@ file LICENSE in the top-level source dir @dircategory Languages diff --git a/media-gfx/asymptote/files/asymptote-2.23-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-2.27-xdg-utils.patch index e5dc68ecf1c3..1be4a4b89435 100644 --- a/media-gfx/asymptote/files/asymptote-2.23-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-2.27-xdg-utils.patch @@ -1,8 +1,8 @@ -Index: asymptote-2.22/settings.cc +Index: asymptote-2.27/settings.cc =================================================================== ---- asymptote-2.22.orig/settings.cc -+++ asymptote-2.22/settings.cc -@@ -90,14 +90,14 @@ bool msdos=false; +--- asymptote-2.27.orig/settings.cc ++++ asymptote-2.27/settings.cc +@@ -90,15 +90,15 @@ bool msdos=false; string HOME="HOME"; string docdir=ASYMPTOTE_DOCDIR; const char pathSeparator=':'; @@ -15,6 +15,7 @@ Index: asymptote-2.22/settings.cc +string defaultPDFViewer="xdg-open"; #endif string defaultGhostscript="gs"; + string defaultGhostscriptLibrary="/usr/lib/libgs.so"; -string defaultDisplay="display"; +string defaultDisplay="xdg-open"; string defaultAnimate="animate"; |