summaryrefslogtreecommitdiff
path: root/math/octave
AgeCommit message (Collapse)AuthorFilesLines
2003-09-28Permit teTeX2 as well as teTeX for BUILD_DEPENDS.kristerw1-2/+2
2003-08-29Remove egcs-patch-aa from distinfo to silence pkglint.jtb1-2/+1
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-02Convert to USE_NEW_TEXINFO.seb6-66/+5
Remove now unnecessary patch files.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-02Update to version 2.0.17. Convert to using buildlink.jtb4-701/+719
Summary of changes for version 2.0.17: ------------------------------------- This will probably be the last release in the 2.0.x series. There are a few bug fixes, but the major change is to print a message saying that Octave 2.0.x cannot be compiled with gcc 3.0.x or gcc 2.96. If you want to build Octave 2.0.x, you will need to use gcc 2.95.x. If you want to use gcc 3.0.x or some later version, you should be using the Octave 2.1.35 sources or a more recent version.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-4/+4
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+2
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-4/+4
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-03-18The host specific installation subdirectories are actually taken by configurefredb1-10/+10
from its --host argument, which is exactly ${MACHINE_GNU_PLATFORM}. Use that for the PLIST instead of ${MACHINE_ARCH}--${LOWER_OPSYS}, which may lack the "elf" suffix on certain platforms.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-02-18Introduce new framework for handling info files generation and installation.seb6-7/+66
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.
2002-02-17Be a bit more tolerant about the teTeX package version it dependsseb1-2/+2
for build.
2002-02-15mkdir -> ${MKDIR}skrll1-6/+6
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-2/+2
2001-05-16Delete the prebuilt info files after extraction so that they getjtb1-1/+4
regenerated and work properly with the info program in NetBSD. Fixes PR pkg/12962 by Jim Bernard <jbernard@mines.edu>.
2001-04-19make sure this configures and builds correctly with either f77 or f2c.dmcmahill3-15/+35
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-10/+8
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-29Added CONFLICTS to octave-2.1.*wennmach1-1/+3
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-3/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-22gnuplot>=3.7wiz1-2/+2
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-26Move the include of mk/bsd.pkg.mk to the end so post-patch doesn't causeveego1-8/+10
make warnings and change the way EGCS_VERSION is defined.
2000-09-09Fix compilation as non-root, based on a suggestion by Lex Wennmacherwiz2-4/+4
in pkg/10975.
2000-08-15USE_PKGLIBTOOL -> USE_LIBTOOLwiz4-6/+30
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-02Remove patches to deal with two bugs involving configure's handling ofdanw2-31/+3
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-04-28This patch works around the problem that "make" requires rootwennmach1-0/+20
privileges while building kpathsea.
2000-04-28Updated octave to 2.0.16.wennmach10-355/+495
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.
2000-01-09space removedwiz1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-16added USE_FORTRAN for control of the fortran compilerdmcmahill1-11/+4
1999-09-28Use a relative path for bsd.pkg.mk instead of relying on the search path.soren1-2/+2
1999-08-13Substitute for ${PKGNAME} when generating the PLIST files.agc1-214/+214
1999-07-09Add package patch checksum files.agc1-0/+8
1999-06-28Include bsd.prefs.mk before using ${CC} in a != assignment, just in caseagc1-1/+3
CC is set to something non-standard.
1999-04-26add USE_X11=yesgarbled1-1/+2
1999-04-23This pkg doesn't actually use Curses, so build with libtermcap instead.mycroft2-12/+30
1999-04-08Use the correct format for GNU machine-arch vendor and opsys filenames.agc1-10/+10
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc1-10/+10
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-5/+5
1999-02-09GNU plot is now at v.3.7. Depend on that version.bad1-2/+2
1999-01-14Reflect update of f2c.frueauf1-2/+2
1999-01-01__alpha__ != Digital Unix. Fix.garbled1-0/+21
1998-11-29If "egcs" is installed apply Rene Hexel's patch and use "g77" instead oftron1-8/+19
"f2c" as fortran compiler.
1998-11-29Patch by Rene Hexel to make this package build with "egcs".tron1-0/+76