head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.12 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.10 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.8 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.6 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.4 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.2 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.5.0.4 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.2 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.4.0.36 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.34 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.32 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.30 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.28 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.26 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.24 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.22 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.20 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.18 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.16 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.14 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.12 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.10 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.8 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.6 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.4 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.2 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.2.0.6 netbsd-1-6-1-base:1.2 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2008.11.07.15.59.58; author jwise; state dead; branches; next 1.5; 1.5 date 2008.08.18.01.47.31; author dholland; state Exp; branches; next 1.4; 1.4 date 2003.12.04.11.15.37; author adam; state dead; branches; next 1.3; 1.3 date 2003.08.02.21.18.07; author seb; state Exp; branches; next 1.2; 1.2 date 2002.02.18.15.14.32; author seb; state Exp; 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.6 log @Per discussion with maintainer, remove octave-current, which is substantially less current than the current octave. @ text @$NetBSD: patch-ak,v 1.5 2008/08/18 01:47:31 dholland Exp $ --- libcruft/Makerules.in.orig 2007-10-12 17:27:12.000000000 -0400 +++ libcruft/Makerules.in 2008-08-17 20:37:09.000000000 -0400 @@@@ -54,6 +54,8 @@@@ CRUFT_DEFS = $(CRUFT_FDEFS) $(CRUFT_CDEF DISTFILES = $(CRUFT_SRC) $(addprefix $(srcdir)/, Makefile.in $(SPECIAL)) +FFLAGS += $(FPICFLAG) + ifeq ($(SHARED_LIBS), true) ifdef FPICFLAG CRUFT_FPICOBJ := $(addprefix pic/, $(CRUFT_FOBJ)) @ 1.5 log @Use the PIC flag for Fortran that autoconf picks out. Fixes broken build on amd64 and probably others. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 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-ak,v 1.3 2003/08/02 21:18:07 seb Exp $ d3 3 a5 8 --- kpathsea/Makefile.in.orig Mon May 4 18:36:19 1998 +++ kpathsea/Makefile.in @@@@ -148,6 +148,7 @@@@ INSTALL_SCRIPT = $(INSTALL_PROGRAM) INSTALL_DATA = @@INSTALL_DATA@@ INSTALL_LIBTOOL_LIBS = INSTALL_DATA='$(INSTALL_DATA)' $(LIBTOOL) install-lib +INSTALL_LIBTOOL_THISLIB = INSTALL_DATA='$(LN)' $(LIBTOOL) install-lib INSTALL_LIBTOOL_PROG = INSTALL_PROGRAM='$(INSTALL_PROGRAM)' $(LIBTOOL) install-prog d7 1 a7 2 # Creating (symbolic) links. @@@@ -253,7 +253,7 @@@@ d9 5 a13 7 $(kpathsea): $(objects) klibtool.version $(LIBTOOL) archive $(AR) $(ARFLAGS) $@@ $(objects) - $(INSTALL_LIBTOOL_LIBS) . lib$(library).la + $(INSTALL_LIBTOOL_THISLIB) . lib$(library).la # All the objects depend on the klibtool configuration file. $(objects): klibtool.config @ 1.3 log @Convert to USE_NEW_TEXINFO. Add patch file to add an Info directory entry to liboctave.texi. Remove now unnecessary patch files and trim one of its "info" bits. @ text @d1 1 a1 1 $NetBSD: patch-ak,v 1.2 2002/02/18 15:14:32 seb Exp $ @ 1.2 log @Introduce new framework for handling info files generation and installation. Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information. @ text @d1 1 a1 1 $NetBSD$ a12 8 @@@@ -189,7 +190,6 @@@@ # End of programs.make. # texi.make -- making .dvi and .info from .texi. -MAKEINFO = makeinfo MAKEINFO_FLAGS = --paragraph-indent=2 -I$(srcdir) TEXI2DVI = texi2dvi @ 1.1 log @Initial revision @ text @d3 2 a4 2 --- kpathsea/Makefile.in.orig Thu Apr 27 10:05:26 2000 +++ kpathsea/Makefile.in Thu Apr 27 10:08:11 2000 d13 9 a21 1 @@@@ -253,7 +254,7 @@@@ @ 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 @@