From d433055e166087b14ec1feb1f5bdfe3868d8d3e5 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 8 Feb 2011 13:13:41 +0000 Subject: Changes 4.4.2: * FIX color specification "lc N" * FIX clipping error in filled curves * FIX segfault if "refresh" command follows an interrupted replot Changes 4.4.1: * NEW Support the "%s" format specifier in strftime() * NEW Optional 6th data column in candlesticks style to specific box width * NEW If integer arithmetic i*j or i**j would overflow, return value as a real * NEW "set style circle radius " * FIX autoconfiguration of readline support in OSX * FIX font problems in win terminal * FIX Protect against runaway recursion by limiting depth of nested functions * FIX metapost terminal: Fix inheritance of line thickness by text strings * FIX cairo terminals could segfault on certain enhanced text strings * FIX pdfcairo output to stdout now works * FIX font ",size" in non-enhanced mode postscript terminals * FIX Do a better job of estimating the width of UTF-8 encoded strings * FIX baseline bug in canvas terminal rotation of enhanced text * FIX Allow "with labels" to work for binary input data * FIX update user GPVAL variables after plot in table mode * CHANGE depth-sorting of pm3d surfaces now applies jointly to all in the plot * CHANGE 3D impulses are now always drawn from z=0 * CHANGE Enable HIDDEN_QUADTREE by default * CHANGE Enable "set fit errorvariables" by default * CHANGE Regardless of current timefmt, read time from binary files as a binary * CHANGE do not limit 3D rotation to 0>confdefs.h --for ac_header in editline/readline.h -+for ac_header in readline/readline.h - do - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then +- for ac_header in editline/readline.h ++ for ac_header in readline/readline.h + do : +- ac_fn_c_check_header_mongrel "$LINENO" "editline/readline.h" "ac_cv_header_editline_readline_h" "$ac_includes_default" ++ ac_fn_c_check_header_mongrel "$LINENO" "readline/readline.h" "ac_cv_header_editline_readline_h" "$ac_includes_default" + if test "x$ac_cv_header_editline_readline_h" = x""yes; then : + cat >>confdefs.h <<_ACEOF + #define HAVE_EDITLINE_READLINE_H 1 +@@ -7381,7 +7381,7 @@ _ACEOF + + fi + +- if test "$ac_cv_lib_readline_rl_ding" == no; then ++ if test "$ac_cv_lib_readline_rl_ding" = no; then + + $as_echo "#define MISSING_RL_DING 1" >>confdefs.h + +@@ -7431,7 +7431,7 @@ _ACEOF + + fi + +- if test "$ac_cv_lib_readline_rl_forced_update_display" == no; then ++ if test "$ac_cv_lib_readline_rl_forced_update_display" = no; then + + $as_echo "#define MISSING_RL_FORCED_UPDATE_DISPLAY 1" >>confdefs.h + +@@ -7481,7 +7481,7 @@ _ACEOF + + fi + +- if test "$ac_cv_lib_readline_rl_reset_after_signal" == yes; then ++ if test "$ac_cv_lib_readline_rl_reset_after_signal" = yes; then + + $as_echo "#define HAVE_READLINE_RESET 1" >>confdefs.h + +@@ -7533,7 +7533,7 @@ _ACEOF + + fi + +- if test "$ac_cv_lib_readline_rl_complete_with_tilde_expansion" == no; then ++ if test "$ac_cv_lib_readline_rl_complete_with_tilde_expansion" = no; then + + $as_echo "#define MISSING_RL_TILDE_EXPANSION 1" >>confdefs.h + +@@ -7662,7 +7662,9 @@ else + if test -d $withval/lib; then + LDFLAGS="$LDFLAGS -L$withval/lib" + fi ++ if test "x$with_x" = xyes; then + TERMXLIBS="$X_LIBS -lXaw -lXmu -lXt -lXext -lX11" ++ fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pl_textangle in -lplot" >&5 + $as_echo_n "checking for pl_textangle in -lplot... " >&6; } + if test "${ac_cv_lib_plot_pl_textangle+set}" = set; then : diff --git a/graphics/gnuplot/patches/patch-ah b/graphics/gnuplot/patches/patch-ah index 68417f31509..7b091293bdc 100644 --- a/graphics/gnuplot/patches/patch-ah +++ b/graphics/gnuplot/patches/patch-ah @@ -1,17 +1,17 @@ -$NetBSD: patch-ah,v 1.1 2011/01/06 07:03:55 dholland Exp $ +$NetBSD: patch-ah,v 1.2 2011/02/08 13:13:41 adam Exp $ Add NetBSD native X and pkgsrc modular X directories to the candidate font path list. --- src/variable.c.orig 2008-12-15 04:18:36.000000000 +0000 +++ src/variable.c -@@ -262,6 +262,12 @@ static const struct path_table fontpath_ +@@ -275,6 +275,12 @@ static const struct path_table fontpath_ { "$`kpsexpand '$TEXMFMAIN'`/fonts/type1!" }, { "$`kpsexpand '$TEXMFDIST'`/fonts/type1!" }, #endif + /* NetBSD pkgsrc X.org */ -+ { PKGSRC_PREFIX "/lib/X11/fonts/Type1" }, -+ { PKGSRC_PREFIX "/lib/X11/fonts/truetype" }, ++ { @PKGSRC_PREFIX@ "/lib/X11/fonts/Type1" }, ++ { @PKGSRC_PREFIX@ "/lib/X11/fonts/truetype" }, + /* NetBSD native X.org */ + { "/usr/X11R7/lib/X11/fonts/Type1" }, + { "/usr/X11R7/lib/X11/fonts/truetype" }, -- cgit v1.2.3