summaryrefslogtreecommitdiff
path: root/math/octave/Makefile
AgeCommit message (Collapse)AuthorFilesLines
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-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.seb1-1/+2
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.
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.dmcmahill1-1/+2
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.wiz1-1/+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-08-15USE_PKGLIBTOOL -> USE_LIBTOOLwiz1-2/+2
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-04-28Updated octave to 2.0.16.wennmach1-13/+14
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
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-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.mycroft1-6/+1
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
1998-11-29If "egcs" is installed apply Rene Hexel's patch and use "g77" instead oftron1-8/+19
"f2c" as fortran compiler.
1998-11-26Remove debugging statement.tron1-3/+1
1998-11-26Don't attempt to build package if egcs is installed.tron1-1/+8
1998-11-26Remove unnecessary FreeBSD remainders, make sure ncurses gets found andtron1-10/+11
force usage of "f2c" if "g77" (egcs) is present.
1998-11-25NetBSD patches supplied by Rene Hexel in PR pkg/6476.tron1-38/+32
1998-11-22Initial import of FreeBSD's "octave" port:tron1-0/+52
High-level interactive language for numerical computations.