head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.12 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.10 pkgsrc-2012Q4-base:1.8 pkgsrc-2011Q4:1.8.0.8 pkgsrc-2011Q4-base:1.8 pkgsrc-2011Q2:1.8.0.6 pkgsrc-2011Q2-base:1.8 pkgsrc-2009Q4:1.8.0.4 pkgsrc-2009Q4-base:1.8 pkgsrc-2008Q4:1.8.0.2 pkgsrc-2008Q4-base:1.8 pkgsrc-2008Q3:1.7.0.12 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.10 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.8 pkgsrc-2008Q2-base:1.7 cwrapper:1.7.0.6 pkgsrc-2008Q1:1.7.0.4 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.2 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.6.0.2 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.5.0.14 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.12 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.10 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.8 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.6 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.4 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.2 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.4.0.4 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.2 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.3.0.2 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.2.0.8 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.6 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.4 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.2 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.1.1.1.0.10 pkgsrc-2003Q4-base:1.1.1.1 netbsd-1-6-1:1.1.1.1.0.6 netbsd-1-6-1-base:1.1.1.1 netbsd-1-6:1.1.1.1.0.8 netbsd-1-6-RELEASE-base:1.1.1.1 pkgviews:1.1.1.1.0.4 pkgviews-base:1.1.1.1 buildlink2:1.1.1.1.0.2 buildlink2-base:1.1.1.1 netbsd-1-5-PATCH003:1.1.1.1 netbsd-1-5-PATCH001:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.8 date 2008.11.07.15.59.57; author jwise; state dead; branches; next 1.7; 1.7 date 2007.12.15.05.54.50; author adam; state Exp; branches; next 1.6; 1.6 date 2007.09.19.18.09.16; author drochner; state Exp; branches; next 1.5; 1.5 date 2005.12.08.14.35.01; author joerg; state Exp; branches; next 1.4; 1.4 date 2005.03.26.18.56.21; author adam; state dead; branches; next 1.3; 1.3 date 2005.03.10.12.55.08; author dmcmahill; state Exp; branches; next 1.2; 1.2 date 2003.12.04.11.15.37; author adam; state dead; branches; next 1.1; 1.1 date 2001.03.27.12.06.55; author wennmach; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2001.03.27.12.06.55; author wennmach; state Exp; branches; next ; desc @@ 1.8 log @Per discussion with maintainer, remove octave-current, which is substantially less current than the current octave. @ text @$NetBSD: patch-ab,v 1.7 2007/12/15 05:54:50 adam Exp $ --- src/DLD-FUNCTIONS/__glpk__.cc.orig 2007-10-12 23:27:34.000000000 +0200 +++ src/DLD-FUNCTIONS/__glpk__.cc @@@@ -25,6 +25,7 @@@@ along with Octave; see the file COPYING. #endif #include +#include #include #include @@@@ -35,6 +36,10 @@@@ along with Octave; see the file COPYING. #include "oct-obj.h" #include "pager.h" +#if defined(_GLIBCXX_USE_C99_MATH) && !defined(_GLIBCXX_USE_C99_FP_MACROS_DYNAMIC) +using std::isinf; +#endif + #if defined (HAVE_GLPK) extern "C" @ 1.7 log @Changes 2.9.19: * bug fixes @ text @d1 1 a1 1 $NetBSD$ @ 1.6 log @update to 2.9.14 (pre-release for 3.0) too many changes to list here pkgsrc changes: -add use of pcre and qhull to options, and include both in the default configuration -play dirty tricks to make sure GNU sed is used as sed -- there is something in the "mkf77def" script which doesn't work with NetBSD sed @ text @d3 1 a3 1 --- src/DLD-FUNCTIONS/__glpk__.cc.orig 2007-04-04 05:22:17.000000000 +0200 d5 1 a5 1 @@@@ -26,6 +26,7 @@@@ Software Foundation, Inc., 51 Franklin S d13 1 a13 1 @@@@ -36,6 +37,10 @@@@ Software Foundation, Inc., 51 Franklin S @ 1.5 log @Add a somewhat tricky check to get isinf correctly on DragonFly. This is tricky, because isinf as macro is removed by cmath, but only if libstdc++ on GCC is compiled for C99 math support. Try to check for this and use the symbol from namespace std. @ text @d3 1 a3 1 --- src/DLD-FUNCTIONS/__glpk__.cc.orig 2005-05-18 12:21:01.000000000 +0000 d23 1 a23 1 extern "C" { @ 1.4 log @patch-ab obsolete @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.3 2005/03/10 12:55:08 dmcmahill Exp $ d3 4 a6 9 fix compilation on solaris. Patch taken from octave's cvs --- liboctave/file-ops.cc.orig 2005-02-09 18:11:11.000000000 -0500 +++ liboctave/file-ops.cc 2005-03-09 07:52:22.689776000 -0500 @@@@ -356,7 +356,7 @@@@ // directory if the path is not absolute. - name = octave_env::make_absolute (name); + std::string absolute_name = octave_env::make_absolute (name, octave_env::getcwd() ); d8 4 a11 2 - size_t resolved_size = name.length (); + size_t resolved_size = absolute_name.length (); d13 3 a15 3 while (1) @@@@ -366,5 +366,5 @@@@ OCTAVE_LOCAL_BUFFER (char, resolved, resolved_size); d17 5 a21 2 - resolved_len = ::resolvepath (name, resolved, resolved_size); + int resolved_len = ::resolvepath (absolute_name.c_str(), resolved, resolved_size); d23 1 a23 1 if (resolved_len < 0) @ 1.3 log @Fix compilation on solaris. Octave-current works here now. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Changes 2.1.52: * Emacs fixes * The ++ and -- operators now work for indexed matrices * The built-in variable argv is now a list of strings instead of a string vec. * The new built-in variable `crash_dumps_octave_core' controls whether Octave writes user variables to the file `octave-core' when it crashes or is killed by a signal. * Loops of the form `for i = STRING ... endfor' are now allowed. * It is now possible to set the iteration limit for lsode using lsode_options ("step limit", N). * New functions * The save command now accepts the option -append to save the variables at the end of the file, leaving the existing contents. * New command-line option --no-history (also available using the single character option -H) inhibits saving command history. * The built-in variable `PWD' has been removed. * New operators. * New built-in data types. * Commas in global statements are no longer special. * It is now possible to declare static variables that retain their values across function calls. More --> See "NEWS" @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2001/03/27 12:06:55 wennmach Exp $ d3 21 a23 11 --- liboctave/f2c-main.c.orig Tue Sep 14 23:10:50 1999 +++ liboctave/f2c-main.c Tue Sep 14 23:11:04 1999 @@@@ -33,7 +33,7 @@@@ assert (0); return 0; } -#elif defined (__linux__) +#elif defined (__m68k__) int MAIN__ () { @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of octave-current (octave-2.1.33), a high-level language primarily intended for numerical computations. Submitted in PR 9851 by Adam Ciarcinski, updated by Adam and by myself. @ text @@