head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.6 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.4 pkgsrc-2012Q4-base:1.8 pkgsrc-2011Q4:1.8.0.2 pkgsrc-2011Q4-base:1.8 pkgsrc-2011Q3:1.7.0.14 pkgsrc-2011Q3-base:1.7 pkgsrc-2011Q2:1.7.0.12 pkgsrc-2011Q2-base:1.7 pkgsrc-2011Q1:1.7.0.10 pkgsrc-2011Q1-base:1.7 pkgsrc-2010Q4:1.7.0.8 pkgsrc-2010Q4-base:1.7 pkgsrc-2010Q3:1.7.0.6 pkgsrc-2010Q3-base:1.7 pkgsrc-2010Q2:1.7.0.4 pkgsrc-2010Q2-base:1.7 pkgsrc-2010Q1:1.7.0.2 pkgsrc-2010Q1-base:1.7 pkgsrc-2009Q4:1.6.0.4 pkgsrc-2009Q4-base:1.6 pkgsrc-2009Q3:1.6.0.2 pkgsrc-2009Q3-base:1.6 pkgsrc-2009Q2:1.5.0.4 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.5.0.2 pkgsrc-2009Q1-base:1.5 pkgsrc-2008Q4:1.4.0.12 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.10 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.8 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.6 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.4 pkgsrc-2008Q1:1.4.0.2 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.3.0.22 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.20 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.18 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.16 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.14 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.12 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.10 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.8 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.6 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.4 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.2 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 buildlink2-base:1.2 netbsd-1-4-PATCH002:1.1 comdex-fall-1999:1.1 netbsd-1-4-PATCH001:1.1 netbsd-1-4-RELEASE:1.1; locks; strict; comment @# @; 1.8 date 2011.11.28.22.51.28; author drochner; state dead; branches; next 1.7; 1.7 date 2010.02.12.00.41.48; author asau; state Exp; branches; next 1.6; 1.6 date 2009.07.19.00.33.10; author asau; state Exp; branches; next 1.5; 1.5 date 2009.01.27.12.04.14; author asau; state Exp; branches; next 1.4; 1.4 date 2008.01.11.01.23.44; author adam; state Exp; branches; next 1.3; 1.3 date 2005.04.01.10.16.24; author adam; state Exp; branches; next 1.2; 1.2 date 2000.04.28.08.59.37; author wennmach; state dead; branches; next 1.1; 1.1 date 98.11.25.23.59.18; author tron; state Exp; branches; next ; desc @@ 1.8 log @remove incomplete libtoolization which made that plugins were built as executables rather than loadable modules This might cause that the pkg doesn't build on as many platforms as it did before, but it has a chance to work now. bump PKGREV @ text @$NetBSD: patch-ad,v 1.7 2010/02/12 00:41:48 asau Exp $ --- libcruft/Makefile.in.orig 2009-05-25 10:04:58.000000000 +0400 +++ libcruft/Makefile.in 2009-06-28 21:21:33.000000000 +0400 @@@@ -121,8 +121,8 @@@@ $(LIBPRE)cruft.$(LIBEXT): $(CRUFT_OBJ) rm -f $@@ - $(AR) $(ARFLAGS) $@@ $^ - $(RANLIB) $@@ + ${LIBTOOL} --mode=link ${CC} -o libcruft.$(LIBEXT) $(CRUFT_OBJ:.o=.lo) \ + -rpath ${PREFIX}/lib -version-number ${version:3.2.%=3:2:%} $(SHLPRE)cruft.$(SHLEXT_VER): $(SHLPRE)cruft.$(SHLEXT) rm -f $@@ @@@@ -147,9 +147,8 @@@@ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(octlibdir) if $(STATIC_LIBS); then \ rm -f $(DESTDIR)$(octlibdir)/$(LIBPRE)cruft.$(LIBEXT) ; \ - $(INSTALL_DATA) $(LIBPRE)cruft.$(LIBEXT) \ - $(DESTDIR)$(octlibdir)/$(LIBPRE)cruft.$(LIBEXT) ; \ - $(RANLIB) $(DESTDIR)$(octlibdir)/$(LIBPRE)cruft.$(LIBEXT) ; \ + ${LIBTOOL} --mode=install ${BSD_INSTALL_LIB} libcruft.$(LIBEXT) \ + ${DESTDIR}${PREFIX}/lib; \ fi if $(SHARED_LIBS); then \ rm -f $(DESTDIR)$(octlibdir)/$(SHLLIBPRE)cruft.$(SHLLIB_VER); \ @ 1.7 log @Update to Octave 3.2.4, this is bug fixing release. pkgsrc changes: fix shared library versions. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.6 2009/07/19 00:33:10 asau Exp $ @ 1.6 log @ Update to Octave 2.2.0. User-visible changes since previous release: - Compatibility with Matlab graphics has been improved. - New graphics functions. - New experimental OpenGL/FLTK based plotting system. - Functions providing direct access to gnuplot have been removed. - The Control, Finance and Quaternion functions have been removed. - Specific sparse matrix functions removed. - Improvements to the debugger. - Improved traceback error messages. - Object Oriented Programming. - Parsing of Command-style Functions. - Block comments. - Special treatment in the parser of expressions like "a' * b". - Single Precision data type. - Improved array indexing. - Improved memory management. - Improved performance for reduction operations. - Sorting and searching. - Range arithmetics. - Various performance improvements. - 64-bit integer arithmetic. - Diagonal and permutation matrices. - Improvements to fsolve. - Improvements to the norm function. - New functions for computing some eigenvalues or singular values. - New QR and Cholesky factorization updating functions. - New quadrature functions. - New functions for reading and writing images. - Other miscellaneous new functions. - Changes to strcat. - Improvements to the help functions. - Deprecated functions. @ text @d1 1 a1 1 $NetBSD$ d12 1 a12 1 + -rpath ${PREFIX}/lib -version-info ${version:3.2.%=3:2:%} @ 1.5 log @ Add DESTDIR support. Approved by . @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.4 2008/01/11 01:23:44 adam Exp $ d3 2 a4 2 --- libcruft/Makefile.in.orig 2008-09-24 11:13:46.000000000 +0400 +++ libcruft/Makefile.in 2009-01-27 04:57:30.000000000 +0300 d12 1 a12 1 + -rpath ${PREFIX}/lib -version-info ${version:3.0.%=3:%} d14 1 a14 1 $(LIBPRE)cruft.$(SHLEXT_VER): $(LIBPRE)cruft.$(SHLEXT) d27 1 a27 1 rm -f $(DESTDIR)$(octlibdir)/$(LIBPRE)cruft.$(SHLLIB_VER); \ @ 1.4 log @Changes 3.0.0: * Compatibility with Matlab graphics is much better now. We now have some graphics features that work like Matlab's Handle Graphics (tm): * The way Octave handles search paths has changed. * Previous versions of Octave had a number of built-in variables to control warnings (for example, warn_divide_by_zero). These variables have been replaced by warning identifiers that are used with the warning function to control the state of warnings. * All built-in variables have been converted to functions. * For compatibility with Matlab, the output order of Octave's "system" function has changed. * For compatibility with Matlab, the output of Octave's fsolve function has been changed. * For compatibility with Matlab, normcdf, norminv, normpdf, and normrnd have been modified to compute distributions using the standard deviation instead of the variance. * For compatibility with Matlab, gamcdf, gaminv, gampdf, gamrnd, expcdf, expinv, exppdf and exprnd have been modified to compute the distributions using the standard scale factor rather than one over the scale factor. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.8 2007/12/15 05:54:50 adam Exp $ d3 3 a5 3 --- libcruft/Makefile.in.orig 2007-10-12 23:27:12.000000000 +0200 +++ libcruft/Makefile.in @@@@ -121,8 +121,8 @@@@ libraries: cruft.def d16 1 a16 1 @@@@ -147,9 +147,8 @@@@ install:: d24 1 a24 1 + ${PREFIX}/lib; \ @ 1.3 log @patch-ad added :> @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.5 2005/02/22 14:02:31 adam Exp $ d3 1 a3 1 --- libcruft/Makefile.in.orig 2004-02-16 19:57:21.000000000 +0000 d5 1 a5 1 @@@@ -98,8 +98,8 @@@@ libraries: $(SUBDIRS) d7 1 a7 1 libcruft.$(LIBEXT): $(CRUFT_OBJ) d12 1 a12 1 + -rpath ${PREFIX}/lib -version-info ${version:2.1.%=2:%} d14 1 a14 1 libcruft.$(SHLEXT_VER): libcruft.$(SHLEXT) d16 1 a16 1 @@@@ -124,9 +124,8 @@@@ install:: d19 4 a22 4 rm -f $(DESTDIR)$(octlibdir)/libcruft.$(LIBEXT) ; \ - $(INSTALL_DATA) libcruft.$(LIBEXT) \ - $(DESTDIR)$(octlibdir)/libcruft.$(LIBEXT) ; \ - $(RANLIB) $(DESTDIR)$(octlibdir)/libcruft.$(LIBEXT) ; \ d24 1 a24 1 + ${PREFIX}/lib; \ d27 1 a27 1 rm -f $(DESTDIR)$(octlibdir)/libcruft.$(SHLLIB_VER); \ @ 1.2 log @Updated octave to 2.0.16. Changes since 2.0.13: (besides numerous bug fixes) - New math functions: besselh, airy - New functions: is_complex, isnumeric, isfinite, rehash, graw - The Bessel functions now accept complex values for the argument and any real value for the order. - New "finance" category - ~30 new functions in "signal" - Numerous new functions in "statistics" category, including new "distributions", "models", and "tests" directories - If LOADPATH contains a doubled colon, the default path is inserted in its place. This is similar to the substitution that also takes place for leading or trailing colons in the LOADPATH. - Loops of the form `for i = STRING ... endfor' are now allowed. ... and much more. Closes PR8421. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.1 1998/11/25 23:59:18 tron Exp $ d3 3 a5 3 --- src/pt-mvr-base.h.orig Sun May 12 09:16:36 1996 +++ src/pt-mvr-base.h Sun Nov 22 21:35:59 1998 @@@@ -41,7 +41,7 @@@@ d7 6 a12 1 tree_multi_val_ret (int l = -1, int c = -1) : tree_expression (l, c) { } d14 14 a27 5 - tree_multi_val_ret (int l = -1, int c = -1, tree_expression::type et) + tree_multi_val_ret (int l, int c, tree_expression::type et) : tree_expression (l, c, et) { } ~tree_multi_val_ret (void) { } @ 1.1 log @Fix egcs compile errors. @ text @d1 1 a1 1 $NetBSD$ @