public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Grozin (grozin)" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/asymptote/files: asymptote-1.93-xdg-utils.patch asymptote-1.93-configure-ac.patch asymptote-1.91-xdg-utils.patch asymptote-1.91-configure-ac.patch
Date: Sat, 17 Apr 2010 21:07:19 +0000 (UTC)	[thread overview]
Message-ID: <20100417210719.D96592C041@corvid.gentoo.org> (raw)

grozin      10/04/17 21:07:19

  Added:                asymptote-1.93-xdg-utils.patch
                        asymptote-1.93-configure-ac.patch
  Removed:              asymptote-1.91-xdg-utils.patch
                        asymptote-1.91-configure-ac.patch
  Log:
  Version bump
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.1                  media-gfx/asymptote/files/asymptote-1.93-xdg-utils.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/asymptote/files/asymptote-1.93-xdg-utils.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/asymptote/files/asymptote-1.93-xdg-utils.patch?rev=1.1&content-type=text/plain

Index: asymptote-1.93-xdg-utils.patch
===================================================================
Index: asymptote-1.93/settings.cc
===================================================================
--- asymptote-1.93.orig/settings.cc
+++ asymptote-1.93/settings.cc
@@ -88,14 +88,14 @@ string systemDir=ASYMPTOTE_SYSDIR;
 bool msdos=false;
 string HOME="HOME";
 const char pathSeparator=':';
-string defaultPSViewer="gv";
+string defaultPSViewer="xdg-open";
 #ifdef __APPLE__
 string defaultPDFViewer="open";
 #else  
-string defaultPDFViewer="acroread";
+string defaultPDFViewer="xdg-open";
 #endif  
 string defaultGhostscript="gs";
-string defaultDisplay="display";
+string defaultDisplay="xdg-open";
 string defaultAnimate="animate";
 string docdir=ASYMPTOTE_DOCDIR;
 void queryRegistry() {}



1.1                  media-gfx/asymptote/files/asymptote-1.93-configure-ac.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/asymptote/files/asymptote-1.93-configure-ac.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/asymptote/files/asymptote-1.93-configure-ac.patch?rev=1.1&content-type=text/plain

Index: asymptote-1.93-configure-ac.patch
===================================================================
Index: asymptote-1.93/configure.ac
===================================================================
--- asymptote-1.93.orig/configure.ac
+++ asymptote-1.93/configure.ac
@@ -148,7 +148,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 "
 	  AC_MSG_NOTICE([enabling system $GCNAME])],[
@@ -215,7 +215,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])
+
+AC_ARG_WITH(sigsegv,
+           [  --with-sigsegv          use libsigsegv],
+           [with_sigsegv=$withval],
+           [with_sigsegv="no"])
+if test "$with_sigsegv" = "yes"; then
+AC_CHECK_HEADER([sigsegv.h],
+   AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler]),
+   AC_MSG_NOTICE([*** Header file sigsegv.h not found ***]))
+fi
+
 AC_CHECK_LIB([rt], [sched_yield])
 
 AC_ARG_ENABLE(readline,






                 reply	other threads:[~2010-04-17 21:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100417210719.D96592C041@corvid.gentoo.org \
    --to=grozin@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox