summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2009-05-28 16:34:27 +0000
committerAndrey Grozin <grozin@gentoo.org>2009-05-28 16:34:27 +0000
commitb86bb4effd719016a88c96744c35c2a0afa5549b (patch)
treed8651d9889a3885836577394e015c372a020068b /media-gfx/asymptote
parentSparc stable, Bug #270122, Comment #3 of which please see. (diff)
downloadgentoo-2-b86bb4effd719016a88c96744c35c2a0afa5549b.tar.gz
gentoo-2-b86bb4effd719016a88c96744c35c2a0afa5549b.tar.bz2
gentoo-2-b86bb4effd719016a88c96744c35c2a0afa5549b.zip
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'media-gfx/asymptote')
-rw-r--r--media-gfx/asymptote/ChangeLog11
-rw-r--r--media-gfx/asymptote/asymptote-1.74.ebuild (renamed from media-gfx/asymptote/asymptote-1.70.ebuild)4
-rw-r--r--media-gfx/asymptote/files/asymptote-1.74-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.70-configure-ac.patch)34
-rw-r--r--media-gfx/asymptote/files/asymptote-1.74-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.70-xdg-utils.patch)8
4 files changed, 24 insertions, 33 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog
index f60e733e4c4a..ed8eddab775e 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.45 2009/05/16 15:02:05 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.46 2009/05/28 16:34:27 grozin Exp $
+
+*asymptote-1.74 (28 May 2009)
+
+ 28 May 2009; Andrey Grozin <grozin@gentoo.org> -asymptote-1.70.ebuild,
+ -files/asymptote-1.70-configure-ac.patch,
+ -files/asymptote-1.70-xdg-utils.patch, +asymptote-1.74.ebuild,
+ +files/asymptote-1.74-configure-ac.patch,
+ +files/asymptote-1.74-xdg-utils.patch:
+ Version bump
*asymptote-1.72 (16 May 2009)
diff --git a/media-gfx/asymptote/asymptote-1.70.ebuild b/media-gfx/asymptote/asymptote-1.74.ebuild
index 9fdf1d199062..b86ce5601caa 100644
--- a/media-gfx/asymptote/asymptote-1.70.ebuild
+++ b/media-gfx/asymptote/asymptote-1.74.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.70.ebuild,v 1.2 2009/04/17 09:20:51 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.74.ebuild,v 1.1 2009/05/28 16:34:27 grozin Exp $
EAPI=2
inherit eutils autotools elisp-common latex-package multilib python
@@ -50,7 +50,7 @@ src_configure() {
--disable-gc-debug \
$(use_enable boehm-gc gc system) \
$(use_with fftw) \
- $(use_with gsl) \
+ $(use_enable gsl) \
$(use_with sigsegv)
}
diff --git a/media-gfx/asymptote/files/asymptote-1.70-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.74-configure-ac.patch
index 637828b499d6..91242c7df2d8 100644
--- a/media-gfx/asymptote/files/asymptote-1.70-configure-ac.patch
+++ b/media-gfx/asymptote/files/asymptote-1.74-configure-ac.patch
@@ -1,8 +1,8 @@
-Index: asymptote-1.70/configure.ac
+Index: asymptote-1.74/configure.ac
===================================================================
---- asymptote-1.70.orig/configure.ac
-+++ asymptote-1.70/configure.ac
-@@ -79,10 +79,16 @@ if test "$GXX" = yes ; then
+--- asymptote-1.74.orig/configure.ac
++++ asymptote-1.74/configure.ac
+@@ -109,10 +109,16 @@ if test "$GXX" = yes ; then
fi
fi
@@ -21,7 +21,7 @@ Index: asymptote-1.70/configure.ac
GCVERSION=gc-7.1
-@@ -119,7 +125,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
+@@ -150,7 +156,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
fi
CPPFLAGS_SAVE=$CPPFLAGS
CPPFLAGS=$CPPFLAGS" $INCL"
@@ -30,7 +30,7 @@ Index: asymptote-1.70/configure.ac
AC_CHECK_LIB([gc],[GC_malloc],[
LIBS=$LIBS"-lgc "
AC_MSG_NOTICE([enabling system $GCNAME])],[
-@@ -186,7 +192,16 @@ AC_CHECK_LIB([ncurses], [setupterm], [AC
+@@ -217,7 +223,17 @@ AC_CHECK_LIB([ncurses], [setupterm], [AC
AC_CHECK_LIB([m], [sqrt])
AC_CHECK_LIB([z], [deflate])
AC_CHECK_LIB([pthread], [pthread_create])
@@ -45,25 +45,7 @@ Index: asymptote-1.70/configure.ac
+ AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler]),
+ AC_MSG_NOTICE([*** Header file sigsegv.h not found ***]))
+fi
++
+ AC_CHECK_LIB([rt], [sched_yield])
AC_CHECK_LIB([readline], [rl_completion_matches],,
- 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,
-+AC_ARG_WITH(gsl,
-+ [ --with-gsl use gsl libraries],
-+ [with_gsl=$withval],
-+ [with_gsl="no"])
-+if test "$with_gsl" = "yes"; then
-+AC_CHECK_HEADER([gsl/gsl_sf.h],
- AC_CHECK_LIB([gsl], gsl_sf_Si, [AC_DEFINE(HAVE_LIBGSL, 1,
- [Define to 1 if you have the 'gsl' library (-lgsl). ]) LIBS=$LIBS"-lgsl -lgslcblas "],
- AC_MSG_NOTICE([*** Could not find libgsl: will compile without optional special functions. ***]),[-lgslcblas]),
- AC_MSG_NOTICE([*** Header file gsl_sf.h not found: will compile without optional special functions. ***]))
-+fi
-
- case "$OSTYPE" in
- cygwin) AC_CHECK_HEADER(GL/glut.h,
diff --git a/media-gfx/asymptote/files/asymptote-1.70-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.74-xdg-utils.patch
index 017a989b3b14..9276cef0a051 100644
--- a/media-gfx/asymptote/files/asymptote-1.70-xdg-utils.patch
+++ b/media-gfx/asymptote/files/asymptote-1.74-xdg-utils.patch
@@ -1,8 +1,8 @@
-Index: asymptote-1.70/settings.cc
+Index: asymptote-1.74/settings.cc
===================================================================
---- asymptote-1.70.orig/settings.cc
-+++ asymptote-1.70/settings.cc
-@@ -80,15 +80,15 @@ const bool haveglut=false;
+--- asymptote-1.74.orig/settings.cc
++++ asymptote-1.74/settings.cc
+@@ -81,15 +81,15 @@ const bool haveglut=false;
bool msdos=false;
const char *HOME="HOME";
const char pathSeparator=':';