summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-gfx/asymptote/ChangeLog11
-rw-r--r--media-gfx/asymptote/asymptote-1.85.ebuild (renamed from media-gfx/asymptote/asymptote-1.82.ebuild)2
-rw-r--r--media-gfx/asymptote/files/asymptote-1.85-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.82-configure-ac.patch)14
-rw-r--r--media-gfx/asymptote/files/asymptote-1.85-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.82-xdg-utils.patch)6
4 files changed, 21 insertions, 12 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog
index d30ce39529c0..1bec46e746dc 100644
--- a/media-gfx/asymptote/ChangeLog
+++ b/media-gfx/asymptote/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for media-gfx/asymptote
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.55 2009/08/17 17:27:57 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.56 2009/08/22 13:50:59 grozin Exp $
+
+*asymptote-1.85 (22 Aug 2009)
+
+ 22 Aug 2009; Andrey Grozin <grozin@gentoo.org> -asymptote-1.82.ebuild,
+ -files/asymptote-1.82-configure-ac.patch,
+ -files/asymptote-1.82-xdg-utils.patch, +asymptote-1.85.ebuild,
+ +files/asymptote-1.85-configure-ac.patch,
+ +files/asymptote-1.85-xdg-utils.patch:
+ Version bump
*asymptote-1.83 (17 Aug 2009)
diff --git a/media-gfx/asymptote/asymptote-1.82.ebuild b/media-gfx/asymptote/asymptote-1.85.ebuild
index 1e505ea320d8..921948c3c3c8 100644
--- a/media-gfx/asymptote/asymptote-1.82.ebuild
+++ b/media-gfx/asymptote/asymptote-1.85.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.82.ebuild,v 1.1 2009/07/24 05:36:08 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.85.ebuild,v 1.1 2009/08/22 13:50:59 grozin Exp $
EAPI=2
inherit eutils autotools elisp-common latex-package multilib python
diff --git a/media-gfx/asymptote/files/asymptote-1.82-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.85-configure-ac.patch
index bd84ab4857a5..bc67d0f51793 100644
--- a/media-gfx/asymptote/files/asymptote-1.82-configure-ac.patch
+++ b/media-gfx/asymptote/files/asymptote-1.85-configure-ac.patch
@@ -1,8 +1,8 @@
-Index: asymptote-1.82/configure.ac
+Index: asymptote-1.85/configure.ac
===================================================================
---- asymptote-1.82.orig/configure.ac
-+++ asymptote-1.82/configure.ac
-@@ -148,7 +148,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
+--- asymptote-1.85.orig/configure.ac
++++ asymptote-1.85/configure.ac
+@@ -150,7 +150,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
fi
CPPFLAGS_SAVE=$CPPFLAGS
CPPFLAGS=$CPPFLAGS" $INCL"
@@ -11,9 +11,9 @@ Index: asymptote-1.82/configure.ac
AC_CHECK_LIB([gc],[GC_malloc],[
LIBS=$LIBS"-lgc "
AC_MSG_NOTICE([enabling system $GCNAME])],[
-@@ -213,7 +213,17 @@ AC_CHECK_LIB([ncurses], [setupterm], [AC
- AC_CHECK_LIB([m], [sqrt])
- AC_CHECK_LIB([z], [deflate])
+@@ -217,7 +217,17 @@ AC_MSG_ERROR([*** Please install libm on
+ AC_CHECK_LIB([z], [deflate],,
+ AC_MSG_ERROR([*** Please install libz on your system ***]))
AC_CHECK_LIB([pthread], [pthread_create])
-AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler])
+
diff --git a/media-gfx/asymptote/files/asymptote-1.82-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.85-xdg-utils.patch
index 522fc5f8cfc2..078959d58d87 100644
--- a/media-gfx/asymptote/files/asymptote-1.82-xdg-utils.patch
+++ b/media-gfx/asymptote/files/asymptote-1.85-xdg-utils.patch
@@ -1,7 +1,7 @@
-Index: asymptote-1.82/settings.cc
+Index: asymptote-1.85/settings.cc
===================================================================
---- asymptote-1.82.orig/settings.cc
-+++ asymptote-1.82/settings.cc
+--- asymptote-1.85.orig/settings.cc
++++ asymptote-1.85/settings.cc
@@ -82,14 +82,14 @@ mode_t mask;
bool msdos=false;
string HOME="HOME";