summaryrefslogtreecommitdiff
path: root/math/octave-current
AgeCommit message (Collapse)AuthorFilesLines
2007-01-07PKGREVISION bump for flac shlib major bump and corresponding ABIwiz2-4/+4
depends bump.
2006-12-12Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.joerg1-2/+2
The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-11-10Use find -print | xargs rather than find -exec.tv1-2/+2
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-07-10Completely nuke the concept of PKG_PHASE from pkgsrc except for thejlam1-9/+7
purposes of caching MAKEVARS within bsd.pkg.mk and bsd.makevars.mk.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-20* Nuke all references to and definitions of INFO_DIR in package Makefilesjlam2-6/+7
and replace with appropriate references to PKGINFODIR instead. * Properly account for split info files during installation. * Move info file listings directly into the package PLISTs. This fixes info-file-related PLIST problems.
2006-03-09Generated info files may no longer be split, so handle this fact whenjlam1-6/+7
installing the liboctave info files.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-3/+2
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-01-06Changes 2.9.4:adam9-187/+186
* Bug fixes and improvements
2005-12-18Forgotten makepatchsum.joerg1-2/+2
2005-12-08Add a somewhat tricky check to get isinf correctly on DragonFly.joerg2-1/+25
This is tricky, because isinf as macro is removed by cmath, but only if libstdc++ on GCC is compiled for C99 math support. Try to check for this and use the symbol from namespace std.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig2-11/+10
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-07-09This pkg need perl to build.kristerw1-3/+2
2005-07-01Changes 2.9.3:adam6-33/+39
* Bug fixes
2005-06-05Set a directory name in PLIST to a correct value on Linux.minskim2-133/+136
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-2/+2
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-05-26Fix broken GNU configure script that was overriding the SED that waskristerw2-8/+19
passed to it with an empty string.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-21Include devel/hdf5/buildlink3.mk if octave is built with hdf5.kristerw1-1/+7
2005-04-27Changes 2.9.2:adam6-26/+30
* Bug fixes
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-01Changes 2.9.1:adam10-77/+205
* use glpk * improvements
2005-03-26patch-ab obsoleteadam2-25/+1
2005-03-22Changes 2.1.67:adam3-15/+9
* Bug fixes
2005-03-13make sure that we don't end up with the buildlink directory as partdmcmahill1-2/+6
of the full path to sed in the installed mkoctfile otherwise we end up with a broken mkoctfile.
2005-03-10Fix compilation on solaris. Octave-current works here now.dmcmahill2-1/+25
2005-02-24only 1 USE_LANGUAGES= pleasedmcmahill1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-02-22Changes 2.1.65:adam7-45/+47
* Bug-fixes and improvements
2005-01-29s/fftw2/fftw to match what was done to Makefiledmcmahill1-2/+2
2005-01-13Fixed installation problem - now all the modules should be installed ↵adam4-8/+93
correctly, and buildlinked against fftw (not fftw2)
2005-01-12Nuke USE_FORTRAN and bring the f2c handling within the mk/compilerjlam1-2/+2
framework. The list of changes include: * Modify compiler.mk so that "c" is always prepended to USE_LANGUAGES, so we no longer need to say it in package Makefiles. Packages should now append to USE_LANGUAGES instead of setting it. * Create mk/compiler/f2c.mk which implements another pseudo-compiler "f2c" that may be used with any C compiler backend, e.g. PKGSRC_COMPILER= f2c ccache gcc * Teach the various "real" compiler files, e.g., sunpro.mk, mipspro.mk, etc., to use f2c if the native Fortran compiler isn't present. Packages that use Fortran should now simply include the line: USE_LANGUAGES+= fortran in the package Makefile.
2005-01-12Ensure that f2c-main.c includes config.h so that F77_DUMMY_MAIN isjlam2-1/+17
defined. This fixes the build when using f2c-f77 as the Fortran compiler.
2004-12-05Changes 2.1.64:adam2-7/+8
* Bug fixes
2004-11-25Changes 2.1.63:adam6-25/+22
* Bug fixes
2004-11-24substitute in the complete path to the C and C++ compilers to the mkoctfiledmcmahill1-1/+13
script. This is needed if you want to use mkoctfile once the package is installed. For example, on NetBSD-1.6* systems, it is important to point to the gcc3 package tools instead of the base system compilers.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-30This seems to need perl for building; add USE_PERL5=build.wiz1-1/+2
Noted by bulk build.
2004-09-23Changes 2.1.59:adam6-34/+304
* bug-fixes and clean-ups
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-13/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-14fix botched patch and distinfo. Should fix bulk build lossage.dmcmahill2-4/+6
2004-09-11- add missing UNWRAP_FILES to clean up some buildlink references in somedmcmahill4-28/+45
installed files. - libtoolize a few more lines which seem to have been missed in the original libtoolization. - enable loading of shared objects which lets the various .oct files installed by octave-forge actually work instead of just the .m files.
2004-08-14LTCONFIG_OVERRIDE is no longer neededdmcmahill1-2/+1
2004-08-14add octave.mk that can be used by other pkgs to find some paths used by octavedmcmahill1-0/+25
2004-08-13add bl3 filedmcmahill1-0/+26