head 1.9; access; symbols pkgsrc-2013Q2:1.9.0.12 pkgsrc-2013Q2-base:1.9 pkgsrc-2012Q4:1.9.0.10 pkgsrc-2012Q4-base:1.9 pkgsrc-2011Q4:1.9.0.8 pkgsrc-2011Q4-base:1.9 pkgsrc-2011Q2:1.9.0.6 pkgsrc-2011Q2-base:1.9 pkgsrc-2009Q4:1.9.0.4 pkgsrc-2009Q4-base:1.9 pkgsrc-2008Q4:1.9.0.2 pkgsrc-2008Q4-base:1.9 pkgsrc-2008Q3:1.8.0.12 pkgsrc-2008Q3-base:1.8 cube-native-xorg:1.8.0.10 cube-native-xorg-base:1.8 pkgsrc-2008Q2:1.8.0.8 pkgsrc-2008Q2-base:1.8 cwrapper:1.8.0.6 pkgsrc-2008Q1:1.8.0.4 pkgsrc-2008Q1-base:1.8 pkgsrc-2007Q4:1.8.0.2 pkgsrc-2007Q4-base:1.8 pkgsrc-2007Q3:1.7.0.2 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.6.0.18 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.16 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.14 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.12 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.10 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.8 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.6 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.4 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.2 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.5.0.2 pkgsrc-2005Q1-base:1.5 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.2.0.10 pkgsrc-2003Q4-base:1.2 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.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.9 date 2008.11.07.15.59.57; author jwise; state dead; branches; next 1.8; 1.8 date 2007.12.15.05.54.50; author adam; state Exp; branches; next 1.7; 1.7 date 2007.09.19.18.09.17; author drochner; state Exp; branches; next 1.6; 1.6 date 2005.04.01.10.15.19; author adam; state Exp; branches; next 1.5; 1.5 date 2005.02.22.14.02.31; author adam; state Exp; branches; next 1.4; 1.4 date 2004.02.26.16.47.35; author adam; state Exp; branches; next 1.3; 1.3 date 2003.12.04.11.15.37; author adam; state Exp; branches; next 1.2; 1.2 date 2001.04.22.20.23.02; author jtb; 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.9 log @Per discussion with maintainer, remove octave-current, which is substantially less current than the current octave. @ text @$NetBSD: patch-ad,v 1.8 2007/12/15 05:54:50 adam Exp $ --- libcruft/Makefile.in.orig 2007-10-12 23:27:12.000000000 +0200 +++ libcruft/Makefile.in @@@@ -121,8 +121,8 @@@@ libraries: cruft.def $(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-info ${version:2.9.%=2:%} $(LIBPRE)cruft.$(SHLEXT_VER): $(LIBPRE)cruft.$(SHLEXT) rm -f $@@ @@@@ -147,9 +147,8 @@@@ install:: $(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) \ + ${PREFIX}/lib; \ fi if $(SHARED_LIBS); then \ rm -f $(DESTDIR)$(octlibdir)/$(LIBPRE)cruft.$(SHLLIB_VER); \ @ 1.8 log @Changes 2.9.19: * bug fixes @ text @d1 1 a1 1 $NetBSD$ @ 1.7 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 --- libcruft/Makefile.in.orig 2007-07-25 17:49:17.000000000 +0200 d5 1 a5 1 @@@@ -108,8 +108,8 @@@@ libraries: cruft.def d16 1 a16 1 @@@@ -134,9 +134,8 @@@@ install:: @ 1.6 log @Changes 2.9.1: * use glpk * improvements @ text @d3 1 a3 1 --- libcruft/Makefile.in.orig 2005-03-09 15:22:58.000000000 +0000 d5 1 a5 1 @@@@ -93,8 +93,8 @@@@ libraries: $(SUBDIRS) d7 1 a7 1 libcruft.$(LIBEXT): $(CRUFT_OBJ) d14 1 a14 1 libcruft.$(SHLEXT_VER): libcruft.$(SHLEXT) d16 1 a16 1 @@@@ -119,9 +119,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.5 log @Changes 2.1.65: * Bug-fixes and improvements @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.4 2004/02/26 16:47:35 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) d12 1 a12 1 + -rpath ${PREFIX}/lib -version-info ${version:2.1.%=2:%} d16 1 a16 1 @@@@ -124,9 +124,8 @@@@ install:: @ 1.4 log @Changes 2.1.55: * Generally bug-fixes and enhancement (it's hard to find out by reading NEWS and ChangeLog) * Uses BUILDLINK3 @ text @d1 1 a1 1 $NetBSD$ d23 1 a23 1 + ${LIBTOOL} --mode=install $(INSTALL_DATA) libcruft.$(LIBEXT) \ @ 1.3 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 @d3 1 a3 1 --- libcruft/Makefile.in.orig 2003-10-30 17:48:09.000000000 +0100 d5 1 a5 1 @@@@ -100,8 +100,8 @@@@ libraries: $(SUBDIRS) d16 1 a16 1 @@@@ -126,9 +126,8 @@@@ install:: @ 1.2 log @Update of octave-current to 2.1.34. 2001-04-19 John W. Eaton * octMakefile.in (CONF_DISTFILES): Remove config.h.bot from the list. 2001-04-19 David Livings * Makeconf.in (mk-libdir-link): Omit check for $(octlibdir)/octave existing as a directory. 2001-02-28 Albert Chin-A-Young * configure.in: Check for getpwnam in libsun only after checking default libraries first. Check for gethostname in libsocket only after checking default libraries first. 2001-02-22 John W. Eaton * configure.in: Allow for using f2c when setting functions to look for in the BLAS and Lapack libraries. From Kurt Hornik . 2001-02-10 Mumit Khan * test/octave.test/string/dec2hex-1.m: Don't assume hex format produces lower case letters. 2001-02-07 John W. Eaton * acconfig.h: Merge contents of config.h.bot. * config.h.bot: Delete. * autogen.sh: Allow running of autoconf or autoheader to be skipped. 2001-02-06 John W. Eaton * readline: Update to new version (4.2-beta1). 2001-02-05 Mumit Khan * configure.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): New variables. * Makeconf.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): Likewise. * configure.in (XTRA_CXXFLAGS): Use -fno-implicit templates for pre-gcc3 compilers. Remove -fno-rtti and -fno-exceptions. (DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): New macros. (BLAS_LIBS): Fix test for sunperf library on Sun Solaris. (CPICFLAG, CXXPICFLAG, FPICFLAG, SH_LDFLAGS, RLD_FLAG): Add Sun compiler support. * Makefile.in (DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): New variables. (%.d : %.cc): Use. (%.d : %.c): Likewise. * acconfig.h (CXX_ISO_COMPLIANT_LIBRARY): Add #undef. 2001-01-31 Mumit Khan * Makeconf.in (%.d : %.cc): Strip the directory portion of the target. (%.d : %.c): Likewise. * aclocal.m4 (OCTAVE_CXX_ISO_COMPLIANT_LIBRARY): New macro. * configure.in: Use it. 2001-01-29 John W. Eaton * Makeconf.in (do-subst-config-vals): Substitute OCTAVE_CONF_CANONICAL_HOST_TYPE here too. * octave-bug.in: Substitute OCTAVE_CONF_CANONICAL_HOST_TYPE, not OCTAVE_CANONICAL_HOST_TYPE. @ text @d3 3 a5 35 --- libcruft/Makefile.in.orig Sun Apr 22 20:22:10 2001 +++ libcruft/Makefile.in Sun Apr 22 20:41:53 2001 @@@@ -61,39 +61,14 @@@@ CRUFT_OBJ1 := $(patsubst %.f, %.o, $(CRUFT_OBJ2)) CRUFT_OBJ := $(CRUFT_OBJ1) $(MISC_OBJ) -ifeq ($(SHARED_LIBS), true) - ifdef FPICFLAG - CRUFT_OBJ_DIR := $(dir $(CRUFT_OBJ)) - CRUFT_OBJ_PICDIR := $(addsuffix pic/, $(CRUFT_OBJ_DIR)) - CRUFT_OBJ_NOTDIR := $(notdir $(CRUFT_OBJ)) - CRUFT_PICOBJ := $(join $(CRUFT_OBJ_PICDIR), $(CRUFT_OBJ_NOTDIR)) - else - CRUFT_PICOBJ := $(CRUFT_OBJ) - endif -endif - -ifeq ($(SHARED_LIBS), true) - ifeq ($(STATIC_LIBS), true) - LIBRARIES = libcruft.$(LIBEXT) libcruft.$(SHLEXT) - else - LIBRARIES = libcruft.$(SHLEXT) - endif -else - ifeq ($(STATIC_LIBS), true) - LIBRARIES = libcruft.$(LIBEXT) - else - LIBRARIES = - endif -endif +LIBRARIES = libcruft.$(LIBEXT) libraries: $(SUBDIRS) $(MAKE) $(LIBRARIES) .PHONY: libraries d8 1 a8 1 - rm -f $@@ d11 2 a12 1 + ${LIBTOOL} --mode=link ${CC} -o libcruft.${LIBEXT} ${CRUFT_OBJ:.o=.lo} -rpath ${PREFIX}/lib -version-info ${version:2.1.%=2:%} d14 1 a14 1 libcruft.$(SHLEXT): libcruft.$(SHLEXT_VER) d16 4 a19 6 @@@@ -113,20 +88,7 @@@@ install:: $(top_srcdir)/mkinstalldirs $(octlibdir) - if $(STATIC_LIBS); then \ - rm -f $(octlibdir)/libcruft.$(LIBEXT) ; \ d21 7 a27 15 - $(octlibdir)/libcruft.$(LIBEXT) ; \ - $(RANLIB) $(octlibdir)/libcruft.$(LIBEXT) ; \ - fi - if $(SHARED_LIBS); then \ - rm -f $(octlibdir)/libcruft.$(SHLEXT_VER); \ - $(INSTALL_PROGRAM) \ - libcruft.$(SHLEXT_VER) $(octlibdir)/libcruft.$(SHLEXT_VER); \ - cd $(octlibdir); \ - rm -f libcruft.$(SHLEXT); \ - $(LN_S) libcruft.$(SHLEXT_VER) libcruft.$(SHLEXT); \ - fi + ${LIBTOOL} --mode=install ${BSD_INSTALL_DATA} libcruft.${LIBEXT} ${PREFIX}/lib $(mk-libdir-link) install-strip:: @ 1.1 log @Initial revision @ text @d3 3 a5 3 --- libcruft/Makefile.in.orig Fri Apr 7 09:31:53 2000 +++ libcruft/Makefile.in Fri Apr 7 14:44:03 2000 @@@@ -54,39 +54,14 @@@@ d43 1 a43 1 + ${LIBTOOL} --mode=link cc -o libcruft.${LIBEXT} ${CRUFT_OBJ:.o=.lo} -rpath ${PREFIX}/lib -version-info ${version:2.1.%=2:%} d47 1 a47 1 @@@@ -106,20 +81,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 @@