summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2011-12-14Regenerate diffs for GNU patch.sbd2-8/+11
2011-12-12This needs a pile more tex packages to build successfully in a cleandholland1-1/+18
environment. Note: some of the ones I'm adding may not be absolutely required; I made this list by checking atimes after building R with all tex stuff available, and confirmed that with (only) these packages available it does build. It doesn't help that the R makefile, apparently intentionally, doesn't stop if running tex fails.
2011-12-11fix pastodholland1-2/+2
2011-12-11Like with elftoolchain, force MKPROFILE=yes to avoid PLIST divergencedholland1-1/+2
between native and bootstrapped builds.
2011-12-11Add BUILD_DEPENDS on some TeX components so that NEWS.pdf is successfullymarkd2-2/+15
built. Fix PLIST. Bump PKGREVISION.
2011-12-10math/pari: Fix for binutils 2.22marino2-1/+14
The ld linker from binutils 2.22 has --no-copy-dt-needed-entries enabled by default, which is exactly opposite of earlier versions of the linker. Previously ld would recursively search libraries linked in by the object's primary libraries during symbol resolution. Now linker wants all libraries explicit requested, otherwise one gets a message such as this: ld: <object file>: undefined reference to symbol '<symbol>' ld: note: '<symbol>' is defined in DSO <shared library> so try adding it to the linker command line. If this message is encountered, the two options are either to explicitly add it to the linker command as suggested, or use the --no-copy-dt-needed-entries switch to return the linker to its previous behavior. In the case of math/pari, libstdc++ was added to the library list for the plotfltk.o object. This explicit link is required by DragonFly which is migrated to binutils 2.22 as its default version.
2011-12-09PKGREV bump for libXp-less openmotifdrochner2-4/+4
2011-12-09Not MAKE_JOBS_SAFE.dholland1-1/+3
2011-12-07update to 4.47drochner2-6/+7
changes: -added API/options for Satisfiability problems -minor bugfixes
2011-12-07Don't return without value in non-void functionjoerg2-1/+15
2011-12-07Cairo support needs pkg-configjoerg1-1/+2
2011-12-06Recursive bump for lang/ocaml buildlink addition.sbd1-2/+2
2011-12-05Avoid picking up non-standard libm builtins with newer GCCjoerg2-1/+18
2011-12-05Fix build with newer GCCjoerg2-1/+14
2011-12-04s/fortran77/fortran/ as uses some features that f2c can't handle.markd1-2/+2
2011-12-03Tag the 28 locations that result in a Python 3.1 package as supporting so.joerg1-1/+3
Remove it from the default list for the rest.
2011-11-30add patch from upstream to fix signedness error in hash calculationdrochner3-2/+32
which can lead to an overwrite or segfault bump PKGREV
2011-11-28remove incomplete libtoolization which made that plugins were builtdrochner8-178/+46
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
2011-11-25revision bump (PLIST change)hans1-1/+2
2011-11-25Fix C++joerg3-1/+47
2011-11-25add README, pointed out by joerghans1-0/+1
2011-11-24Fix build with modern GCCjoerg7-1/+75
2011-11-24Fix build with newer GCCjoerg2-1/+36
2011-11-22Let py-numpy not run an invalid shell command.minskim2-1/+17
This fixes PR 44130.
2011-11-20Recursive bump for math/cln buildlink addition.sbd7-14/+14
2011-11-20Add missing devel/gmp buildlink.sbd2-3/+7
Gmp is listed as a prerequisite in the INSTALL file. Bump PKGREVISION
2011-11-20Update R-geoR to 1.6.36markd2-6/+6
Changes unknown other than builds with latest R.
2011-11-20Update R-sp to 0.9.91markd2-6/+7
Changes unknown other than builds with latest R.
2011-11-20Needs c as well as fortran77 in USE_LANGUAGESmarkd1-2/+2
2011-11-20Update R to 2.14.0markd7-197/+359
changes to many to list - see NEWS file in distribution for details.
2011-11-17Update p5-Spreadsheet-Read to 0.45.hiramatsu2-7/+6
Changes from previous; 0.45 Wed 07 Sep 2011 - NAME / DISTNAME in Makefile.PL 0.44 Wed 07 Sep 2011 - More cross-checks for META data
2011-11-12Add p5-Math-Random-MT-Auto.hiramatsu1-1/+2
2011-11-12Import Math::Random::MT::Auto into math/p5-Math-Random-MT-Auto.hiramatsu3-0/+34
Recent versions of devel/p5-Object-InsideOut optionally uses this module. This module provides pseudorandom number generators (PRNGs) that are based on the Mersenne Twister algorithm. There is a functional interface to a standalone PRNG, and an OO interface (based on the inside-out object model as implemented by the Object::InsideOut module) for generating multiple PRNG objects.
2011-11-12Update p5-Number-Compare to 0.03.hiramatsu2-7/+7
Changes from previous; 0.03 21st September, 2011 Generate a new tarball on linux. Doing the C<make dist> on OSX generated a tarball that upset dumb tars tar: Ignoring unknown extended header keyword `SCHILY.dev' tar: Ignoring unknown extended header keyword `SCHILY.ino' tar: Ignoring unknown extended header keyword `SCHILY.nlink' 0.02 12th September, 2011 - apply warning-related fix - https://rt.cpan.org/Public/Bug/Display.html?id=58466
2011-11-10not MAKE_JOBS_SAFEhans1-1/+2
2011-11-06Update to R-combinat 0.0.8 - latest upstream release.mishka2-6/+6
2011-11-05Bump PKGREVISON for math/xylib buildlink additions.sbd1-2/+2
2011-11-05Add missing zlib and bzip2 buildlinkssbd2-2/+9
Bump PKGREVISION and Update BUILDLINK_ABI_DEPENDS.xylib
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd20-36/+40
2011-10-31This package has no contents to buildlink.obache1-15/+0
2011-10-25register egg-info.obache2-5/+5
Bump PKGREVISION.
2011-10-25register egg-info.obache2-4/+5
Bump PKGREVISION.
2011-10-17Add HOMEPAGE and LICENSE.hiramatsu1-1/+3
2011-10-17Add HOMEPAGE and LICENSE.hiramatsu1-1/+3
2011-10-13Work around a bug in SunOS complex.h to make this build with Suns gcc.hans2-1/+20
2011-10-12Not (or perhaps no longer) MAKE_JOBS_SAFE: in doc/, needs a .WAIT betweendholland1-1/+2
"conf.texi" and "subdirs", but I can't add one because this package uses gmake and gmake has no equivalent functionality.
2011-10-07Revision dump after devel/hdf5 update.alnsn2-3/+4
2011-10-05+ py-romanobache1-1/+2
2011-10-05Import py-roman-1.4.0 as math/py-roman.obache5-0/+52
This Python module provides methods for converting Integer from/to Roman.