summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2008-12-03 16:00:07 +0000
committerAndrey Grozin <grozin@gentoo.org>2008-12-03 16:00:07 +0000
commit8263591a0525d8692358375360e04198fc016628 (patch)
tree30730f0a790eb4d9f028af87b3374aabaf08cb8d /media-gfx/asymptote
parentFix compilation with --as-needed, bug #249510 (diff)
downloadgentoo-2-8263591a0525d8692358375360e04198fc016628.tar.gz
gentoo-2-8263591a0525d8692358375360e04198fc016628.tar.bz2
gentoo-2-8263591a0525d8692358375360e04198fc016628.zip
Version bump
(Portage version: 2.2_rc16/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'media-gfx/asymptote')
-rw-r--r--media-gfx/asymptote/ChangeLog12
-rw-r--r--media-gfx/asymptote/asymptote-1.55.ebuild (renamed from media-gfx/asymptote/asymptote-1.53.ebuild)2
-rw-r--r--media-gfx/asymptote/files/asymptote-1.55-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.53-configure-ac.patch)23
-rw-r--r--media-gfx/asymptote/files/asymptote-1.55-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.53-xdg-utils.patch)11
4 files changed, 35 insertions, 13 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog
index 522cd54d2c39..75332751065f 100644
--- a/media-gfx/asymptote/ChangeLog
+++ b/media-gfx/asymptote/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for media-gfx/asymptote
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.29 2008/12/02 16:11:48 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.30 2008/12/03 16:00:06 grozin Exp $
+
+*asymptote-1.55 (03 Dec 2008)
+
+ 03 Dec 2008; Andrey Grozin <grozin@gentoo.org>
+ -files/asymptote-1.53-configure-ac.patch,
+ -files/asymptote-1.53-xdg-utils.patch,
+ +files/asymptote-1.55-configure-ac.patch,
+ +files/asymptote-1.55-xdg-utils.patch, -asymptote-1.53.ebuild,
+ +asymptote-1.55.ebuild:
+ Version bump
*asymptote-1.54 (02 Dec 2008)
diff --git a/media-gfx/asymptote/asymptote-1.53.ebuild b/media-gfx/asymptote/asymptote-1.55.ebuild
index 9a76dbd4c4f4..e40dbda806ed 100644
--- a/media-gfx/asymptote/asymptote-1.53.ebuild
+++ b/media-gfx/asymptote/asymptote-1.55.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.53.ebuild,v 1.1 2008/11/28 15:45:33 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.55.ebuild,v 1.1 2008/12/03 16:00:06 grozin Exp $
EAPI=2
inherit eutils autotools elisp-common latex-package multilib python
diff --git a/media-gfx/asymptote/files/asymptote-1.53-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.55-configure-ac.patch
index fd41a3e2db78..15d980227d0a 100644
--- a/media-gfx/asymptote/files/asymptote-1.53-configure-ac.patch
+++ b/media-gfx/asymptote/files/asymptote-1.55-configure-ac.patch
@@ -1,7 +1,9 @@
-diff -r -U2 asymptote-1.53.orig/configure.ac asymptote-1.53/configure.ac
---- asymptote-1.53.orig/configure.ac 2008-11-28 00:44:44.000000000 +0600
-+++ asymptote-1.53/configure.ac 2008-11-29 03:20:21.000000000 +0600
-@@ -80,8 +80,14 @@
+Index: asymptote-1.55/configure.ac
+===================================================================
+--- asymptote-1.55.orig/configure.ac
++++ asymptote-1.55/configure.ac
+@@ -79,10 +79,16 @@ if test "$GXX" = yes ; then
+ fi
fi
-AC_CHECK_HEADER(fftw3.h,
@@ -18,14 +20,18 @@ diff -r -U2 asymptote-1.53.orig/configure.ac asymptote-1.53/configure.ac
+fi
GCVERSION=gc-7.1
-@@ -120,5 +126,5 @@
+
+@@ -119,7 +125,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
+ fi
CPPFLAGS_SAVE=$CPPFLAGS
CPPFLAGS=$CPPFLAGS" $INCL"
- AC_CHECK_HEADER(gc.h,
+ AC_CHECK_HEADER([gc/gc.h],
AC_CHECK_LIB([gc],[GC_malloc],[
LIBS=$LIBS"-lgc "
-@@ -187,5 +193,14 @@
+ AC_MSG_NOTICE([enabling system $GCNAME])],[
+@@ -186,7 +192,16 @@ AC_CHECK_LIB([ncurses], [setupterm], [AC
+ AC_CHECK_LIB([m], [sqrt])
AC_CHECK_LIB([z], [deflate])
AC_CHECK_LIB([pthread], [pthread_create])
-AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler])
@@ -41,7 +47,9 @@ diff -r -U2 asymptote-1.53.orig/configure.ac asymptote-1.53/configure.ac
+fi
AC_CHECK_LIB([readline], [rl_completion_matches],,
-@@ -204,9 +219,15 @@
+ AC_MSG_NOTICE(*** Could not find GNU readline 4.2 or later: will compile without readline support ***))
+@@ -203,11 +218,17 @@ AC_COMPILE_IFELSE(AC_LANG_PROGRAM([#incl
+ [Define if you have a working <rpc/rpc.h> header file])],
AC_MSG_WARN([*** Broken rpc headers; XDR support disabled ***]))
-AC_CHECK_HEADER(gsl/gsl_sf.h,
@@ -58,3 +66,4 @@ diff -r -U2 asymptote-1.53.orig/configure.ac asymptote-1.53/configure.ac
+fi
case "$OSTYPE" in
+ cygwin) AC_CHECK_HEADER(GL/glut.h,
diff --git a/media-gfx/asymptote/files/asymptote-1.53-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.55-xdg-utils.patch
index 544965d8c674..a24cd0f661ef 100644
--- a/media-gfx/asymptote/files/asymptote-1.53-xdg-utils.patch
+++ b/media-gfx/asymptote/files/asymptote-1.55-xdg-utils.patch
@@ -1,7 +1,9 @@
-diff -r -U2 asymptote-1.53.orig/settings.cc asymptote-1.53/settings.cc
---- asymptote-1.53.orig/settings.cc 2008-11-28 00:43:50.000000000 +0600
-+++ asymptote-1.53/settings.cc 2008-11-29 03:15:52.000000000 +0600
-@@ -81,12 +81,12 @@
+Index: asymptote-1.55/settings.cc
+===================================================================
+--- asymptote-1.55.orig/settings.cc
++++ asymptote-1.55/settings.cc
+@@ -80,14 +80,14 @@ const bool haveglut=false;
+ bool msdos=false;
const char *HOME="HOME";
const char pathSeparator=':';
-string defaultPSViewer="gv";
@@ -17,3 +19,4 @@ diff -r -U2 asymptote-1.53.orig/settings.cc asymptote-1.53/settings.cc
+string defaultDisplay="xdg-open";
string defaultPython;
const string docdir=ASYMPTOTE_DOCDIR;
+ void queryRegistry() {}