summaryrefslogtreecommitdiff
path: root/graphics/plotutils/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>1999-10-10 14:33:07 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>1999-10-10 14:33:07 +0000
commita514846f47e7e7a63d8abce0fd44dbfd2442ecc5 (patch)
tree73d9f24d1aa603093d8a03d2dcf51ebf78e7ae4d /graphics/plotutils/patches
parent3381e8f3db0ceda8cdb721d10d99983f6e3d33dd (diff)
downloadpkgsrc-a514846f47e7e7a63d8abce0fd44dbfd2442ecc5.tar.gz
Update to plotutils-2.3. Changes include:
- PNM driver added, which outputs PBM/PGM/PPM format. - CGM support added, By default, a CGM Plotter produces binary-encoded version-3 CGM format, which conforms to the WebCGM profile. - pseudo-GIF driver added, using miGIF run-length encoding routines - text string format now supports "\fP" macro for switching to previous font (cf. troff; "\fR", "\fI", "\fB" supported too). - libplotter: new C++ library. Provides base Plotter class, subclasses for the different sorts of Plotter. - new "dotdotdashed" line style added - new thread save C/C++ API added (old API still supported) - pic2plot: new utility, which can translate the pic language to any supported graphics format, including X11. - new function pentype() added to the API. - many bug fixes. See the file 'NEWS' in the source distribution for a complete list (a couple of pages).
Diffstat (limited to 'graphics/plotutils/patches')
-rw-r--r--graphics/plotutils/patches/patch-aa27
1 files changed, 15 insertions, 12 deletions
diff --git a/graphics/plotutils/patches/patch-aa b/graphics/plotutils/patches/patch-aa
index 524197c9fc1..d84cdbace86 100644
--- a/graphics/plotutils/patches/patch-aa
+++ b/graphics/plotutils/patches/patch-aa
@@ -1,21 +1,24 @@
-$NetBSD: patch-aa,v 1.1 1999/02/19 04:29:46 tv Exp $
+$NetBSD: patch-aa,v 1.2 1999/10/10 14:33:08 dmcmahill Exp $
---- configure.orig Thu Feb 18 22:54:51 1999
-+++ configure Thu Feb 18 22:55:15 1999
-@@ -1302,6 +1302,7 @@
- echo "$ac_t""no" 1>&6
+--- configure.orig Mon Oct 4 12:11:17 1999
++++ configure Sat Oct 9 13:41:14 1999
+@@ -1316,5 +1316,5 @@
fi
+-
+if false; then
+ # Check for any special flags to pass to ltconfig.
+ libtool_flags="--cache-file=$cache_file"
+@@ -1469,10 +1469,10 @@
+
# Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
++#LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -1347,7 +1348,7 @@
- ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
- $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
- || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
+ # Redirect the config.log output again, so that the ltconfig log is not
+ # clobbered by the next message.
+ exec 5>>./config.log
-
+fi
- # Extract the first word of "gcc", so it can be a program name with args.
- set dummy gcc; ac_word=$2
+ echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6