1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/math
Raphael Kubo da Costa 5f54a52585 Change header installation location for kdelibs4-based ports.
Install x11/kdelibs4's headers into include/kde4 instead of include (which
consequently causes several other ports to have their installation paths
changed too).

The idea behind this is to reduce path conflicts between KDE4 ports and the
upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If
we continue installing the KDE4 headers into include/, we can end up in a
situation like this:

    c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp

If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port
will unintentionally be picked up first and the build will fail.

Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a
few patches to FooConfig.cmake files to make them look into the kde4/
subdirectory in include/.

Changes which don't fit into the above are:
- deskutils/kdepimlibs4: Import an upstream patch to remove some double
  semicolons that cause base GCC to fail. They have always been present, but
  since the faulty header was referenced via -isystem /usr/local/include
  this never caused any problems.
- devel/subversion, devel/subversion18: Update patch-configure. The current
  kwallet changes there date back to 2011 (r272490), at a time when the
  build could fail when both KDE3 and KDE4 were installed. Replace those
  bits with a change I've submitted upstream to use the kde4-config program
  to determine where KDE4's headers and libraries are installed instead of
  assuming the headers are always in include/.

Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the
first one to notice this problem when working on the KDE Frameworks 5 ports,
coming up with the solution and bugging me until I had time to work on this
and ask for the exp-run :-)

PR:		207906 (exp-run)
2016-03-15 12:35:56 +00:00
..
aamath math/aamath: document ncurses requirement (USES+=ncurses) 2016-02-07 11:37:24 +00:00
abacus Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
abakus - Remove deprecated USE_KDE4=kdehier 2015-02-19 18:19:28 +00:00
abs Remove Author from pkg-descr and white space fixes 2015-03-02 23:31:09 +00:00
add math/add: document ncurses requirement (USES+=ncurses) 2016-02-07 11:38:15 +00:00
algae Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
algotutor - Fix shebangs 2015-07-15 14:18:50 +00:00
alt-ergo - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which add 2015-05-04 15:46:51 +00:00
alt-ergo-spark Add new port math/alt-ergo-spark (required by SPARK 2015) 2015-06-28 08:38:46 +00:00
analitza Change header installation location for kdelibs4-based ports. 2016-03-15 12:35:56 +00:00
ann - Fix library installation, unbreak static library 2015-05-19 14:18:25 +00:00
apc MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
aribas
armadillo - Update to 6.500.5 2016-02-11 23:50:43 +00:00
arpack Cleanup plist 2014-11-13 23:24:00 +00:00
arpack-ng Update "BSD" license in math category 2014-12-07 16:31:50 +00:00
arpack-ng-mpich
arpack++ Link against libsuperlu.so instead of libsuperlu.a. 2016-03-13 22:50:16 +00:00
asir2000 - Attempt to fix the build on Tier-2 systems by avoiding reallocarray() 2015-09-13 12:49:13 +00:00
aspcud - Update to 1.9.1 2015-08-17 12:53:50 +00:00
asymptote - Split ghostscript into X11-independent and -dependent parts: 2015-08-22 17:48:35 +00:00
atlas Simplify things: always build both shared and static libs. 2015-04-04 12:58:28 +00:00
bamg - Fix shebangs 2015-09-11 16:10:35 +00:00
bargraph Cleanup plist 2014-11-13 23:24:00 +00:00
biggles Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
blacs - Update to 1.10.2 2016-02-06 13:45:05 +00:00
blas
blitz++ Cleanup plist 2014-11-13 23:24:00 +00:00
blocksolve95 - Use options; 2015-01-07 22:38:36 +00:00
bsdnt Update ports in the [i-m]* category to not use GH_COMMIT. 2015-05-07 16:32:43 +00:00
calc Fix build on CURRENT 2016-02-11 13:30:23 +00:00
calcoo
calctool math/calctool: USES+= ncurses, link with ncurses, not curses 2016-02-07 14:07:15 +00:00
cantor Change header installation location for kdelibs4-based ports. 2016-03-15 12:35:56 +00:00
carve MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
cblas - Don't install static libraries with INSTALL_LIB (part 1/2) 2015-05-08 14:04:50 +00:00
ccmath Create at least a bit more proper libraries: 2015-05-30 08:27:46 +00:00
cgal - Fix build of cgal consumers (sfcgal) with boost 1.60 2016-02-09 10:38:38 +00:00
chaco Cleanup plist 2014-11-13 23:24:00 +00:00
chryzodus Remove $FreeBSD$ from patches files everywhere. 2015-05-22 20:34:27 +00:00
clarence - Convert ports of math/ to new USES=python 2014-10-21 16:54:54 +00:00
clasp - Update to 3.1.3 2015-08-17 12:48:43 +00:00
clblas Update to 2.10. 2016-03-14 11:13:46 +00:00
clfft - Update to 2.10.0 2016-02-12 12:50:00 +00:00
clipper MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
cln - Fix build on armv6 2015-03-07 14:39:53 +00:00
cloog - Update devel/isl to 0.16.1 2016-02-23 02:18:35 +00:00
clp Update to 1.16.8 2015-10-29 13:47:49 +00:00
clrng * OpenCL is not available on 9.3-R. 2015-10-11 17:55:01 +00:00
cminpack Minpack includes software for solving nonlinear equations and nonlinear least 2015-02-23 20:24:31 +00:00
cmlib - Add missing DOCS option 2015-08-28 13:08:23 +00:00
coinmp math/coinmp: add conflict with ogdf 2016-03-09 19:10:34 +00:00
concorde Cleanup plist 2014-11-13 23:24:00 +00:00
convertall Bump minimal python3 version to 3.3 in USES 2016-02-02 20:01:44 +00:00
coq Update Coq to 8.4pl6 2015-05-23 10:06:54 +00:00
crlibm Remove OSVERSION checks that do not make sense any more. 2015-04-03 11:26:48 +00:00
cryptominisat math/{py-}cryptominisat: Update to 4.5.3 2016-01-06 14:07:05 +00:00
cvc3 Cleanup plist 2014-11-13 23:24:00 +00:00
dcdflib Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
diehard - Fix fetch by using correct DISTNAME 2015-11-10 20:24:22 +00:00
dieharder Cleanup plist 2014-11-13 23:24:00 +00:00
djbfft Cleanup plist 2014-11-13 23:24:00 +00:00
drgeo
dynare Fix build 2014-12-16 16:49:19 +00:00
e Cleanup plist 2014-11-13 23:24:00 +00:00
edenmath Make all GNUstep ports install into the System domain so that the Local domain is available for stuff built from source. 2015-09-19 10:33:34 +00:00
eigen2 Cleanup plist 2014-11-13 23:24:00 +00:00
eigen3 Update to 3.2.8. 2016-02-17 15:29:31 +00:00
eispack
emc2 - Switch to options helpers 2015-08-28 13:39:56 +00:00
ent
entropy
ess - Update to 15.09.2 2016-01-15 15:34:25 +00:00
eukleides - Fix LICENSE 2016-02-20 13:06:49 +00:00
eval
facile Update to 1.1.1. 2015-12-04 09:51:00 +00:00
fann
fflas-ffpack Update devel/doxygen to 1.8.9 2014-12-31 06:45:10 +00:00
fftw Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
fftw3
fftw3-float
fftw3-long
fftw3-quad
fftw-float
fityk - Update to 1.3.0 2016-03-06 10:53:58 +00:00
foma math/foma: remove linkage with termcap (part of ncurses work) 2016-02-07 11:40:20 +00:00
fpc-fftw FPC ecosystem: Upgrade version 2.6.4 => 3.0.0 2015-12-05 23:29:36 +00:00
fpc-gmp FPC ecosystem: Upgrade version 2.6.4 => 3.0.0 2015-12-05 23:29:36 +00:00
fpc-numlib FPC ecosystem: Upgrade version 2.6.4 => 3.0.0 2015-12-05 23:29:36 +00:00
freemat Update portaudio to v19/Remove portaudio2 [1] 2015-05-30 20:39:12 +00:00
fricas - Mark as broken because of compile errors with sbcl-1.3.1. 2015-12-12 19:22:24 +00:00
fxt Update to 2016.02.27 2016-03-07 23:01:06 +00:00
galculator Explicitly depend on intltool. 2015-07-28 18:13:49 +00:00
gambit Fix build with c++11 2015-04-13 19:18:36 +00:00
gap Update to GAP 4.8.2 2016-03-02 13:03:37 +00:00
gdcalc Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
geg - Switch to USES=autoreconf 2015-06-07 14:47:06 +00:00
geogebra math/geogebra: 5.0.208.0 -> 5.0.212.0, change RUN_DEPENDS to USE_LINUX 2016-03-09 19:51:11 +00:00
geonext Cleanup plist 2014-11-15 12:20:53 +00:00
gexpr MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
ggobi Cleanup plist 2014-11-15 12:20:53 +00:00
giacxcas Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
GiNaC - Update to 1.6.6. 2016-01-12 01:09:30 +00:00
givaro Canonicalize a few licenses 2014-12-07 00:07:47 +00:00
gkmap Cleanup plist 2014-11-15 12:20:53 +00:00
glgraph
glm Update to 0.9.7.3. 2016-02-22 10:17:45 +00:00
glpk By default libtool replaces -export-symbols <file> with -retain-symbols-file 2015-08-02 15:03:19 +00:00
gmm++ Cleanup plist 2014-11-15 12:20:53 +00:00
gmp Drop :keepla from USES:libtool. 2016-02-10 16:13:24 +00:00
gmp-ecm
gnome-calculator The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD. 2016-02-14 18:57:53 +00:00
gnubc Convert to USES=libedit 2015-07-19 22:20:31 +00:00
gnumeric Update gnumeric to 1.12.25. 2015-12-26 10:36:45 +00:00
gnuplot . Update to 5.0.3. 2016-02-28 05:42:52 +00:00
gnuplot-tex-extras - Separate TeX style files from math/gnuplot into math/gnuplot-tex-extras 2014-12-14 12:03:38 +00:00
goblin - Fix library installation 2015-06-23 14:11:44 +00:00
gotoblas Log: 2016-01-27 09:42:36 +00:00
grace Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
gracetmpl - Add LICENSE 2015-04-16 06:17:58 +00:00
graphthing Remove ansi version fo wxGTK 2.8 and only keep the unicode version 2015-09-16 19:51:26 +00:00
gretl
gri Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
gringo - Fix build with ccache by making SCons preserve environment 2015-09-15 17:31:20 +00:00
grpn
gsl Cleanup plist 2014-11-15 12:20:53 +00:00
hexcalc - Remove unused USE_* knobs: 2016-01-13 05:39:29 +00:00
hfst MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
hs-adjunctions - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-Agda - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-Agda-stdlib - Chase the changes in bsd.cabal.mk 2016-02-19 20:51:27 +00:00
hs-categories - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-comonad - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-contravariant - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-data-lens - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-data-lens-template - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-distributive - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-erf - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-ieee754 - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-kan-extensions - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-math-functions - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-mwc-random - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-NumInstances - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-pointed - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-probability - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-semigroupoids - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-semigroups - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-statistics - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-vector-space - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
igraph - Update to 0.7.1 2015-01-10 13:32:07 +00:00
ipopt Enforce using binutils from ports when linking C++ codes given we use binutils 2016-02-27 13:26:24 +00:00
ised Add <cstring> and/or <cstdlib> to 7 ports to support modern gcc 2015-09-20 18:24:44 +00:00
jacal math/jacal: Update version 1c3=>1c4 2015-02-02 11:01:45 +00:00
jags math/jags: 3.4.0 -> 4.0.0 2016-01-03 18:13:44 +00:00
jakarta-commons-math math/jakarta-commons-math: Restrict build to 1.6 and 1.7 [1] 2015-07-06 08:57:43 +00:00
jakarta-commons-math3 Cleanup DIST* variables. 2015-05-11 18:34:57 +00:00
jama - Fix build with DOCS disabled (port tried to install nonexistinent files) 2015-08-28 13:20:21 +00:00
jeuclid Cleanup plist 2014-11-15 12:20:53 +00:00
jlatexmath Convert my ports to new options helpers 2015-08-25 10:03:08 +00:00
jsmath-fonts Remove Author from pkg-descr and white space fixes 2015-03-02 23:31:09 +00:00
jtransforms MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
jts Fix ports that confused the meaning of WRKDIR and WRKSRC. 2015-11-05 12:36:25 +00:00
kalgebra Update KDE SC to 4.14.3 2015-03-11 23:11:47 +00:00
kbruch Update KDE SC to 4.14.3 2015-03-11 23:11:47 +00:00
kcalc Update KDE SC to 4.14.3 2015-03-11 23:11:47 +00:00
kig Update KDE SC to 4.14.3 2015-03-11 23:11:47 +00:00
kktdirect - Don't install static libraries with INSTALL_LIB (part 1/2) 2015-05-08 14:04:50 +00:00
kmplot Update KDE SC to 4.14.3 2015-03-11 23:11:47 +00:00
labplot
lambda math/lambda: USES+= ncurses, link to ncurses (not termcap) 2016-02-07 11:44:47 +00:00
lapack Forgot to add some patches. 2015-04-06 02:21:00 +00:00
lapack95 - Fix library installation 2015-06-18 21:22:59 +00:00
lapack++ - Fix build with DOCS disabled (port tried to install nonexistent distfiles) 2015-08-27 16:49:06 +00:00
lapacke math/lapacke : update port to slave port of math/lapack, and updated to 2015-04-02 06:45:10 +00:00
laspack MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
ldouble MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
levmar - Use blaslapack.mk 2015-05-11 11:58:46 +00:00
libflame - Only strip shared libraries 2015-05-26 23:30:32 +00:00
libjbigi MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
liblbfgs Convert most ports using cloud.github.com to GHC. 2015-09-04 16:02:16 +00:00
libmissing
libneural Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
libocas math category: Remove $PTHREAD_LIBS 2015-03-25 07:37:15 +00:00
liborigin Convert my ports to new options helpers 2015-08-25 10:03:08 +00:00
libproj4 math category: Remove $PTHREAD_LIBS 2015-03-25 07:37:15 +00:00
libqalculate math/libqalculate: really fix build in poudriere with both NLS cases 2015-02-16 21:19:25 +00:00
libR cleanup plist 2014-12-20 19:15:31 +00:00
libranlip Remove OSVERSION checks that do not make sense any more. 2015-04-03 11:26:48 +00:00
libRmath
librsb - Add shells/bash as a build_depends. 2015-06-02 23:09:57 +00:00
libtommath - Update to 1.0 2016-03-09 07:46:56 +00:00
libtsnnls Cleanup plist 2014-11-15 12:20:53 +00:00
linpack
lll_spect Fix ports that confused the meaning of WRKDIR and WRKSRC. 2015-11-05 12:36:25 +00:00
lp_solve Mark armv6 and mips as ux32 capable to avoid breakage when building for 2015-02-07 23:43:14 +00:00
lrng MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
ltl Cleanup plist 2014-11-15 12:20:53 +00:00
ltl2ba
lybniz Get rid of gnomehier 2014-12-21 00:32:19 +00:00
math77 Mathematical subprogram libraries for Fortran 77. 2015-10-10 12:55:33 +00:00
mathmod MathMod is the new K3DSurf, now based on Qt 5. 2016-03-04 22:54:36 +00:00
mathomatic Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 09:38:50 +00:00
matio - Update to 1.8.15 2015-05-24 08:10:28 +00:00
matlab-installer - Update maintainer mail address 2015-12-11 08:48:56 +00:00
maxima Don't package ${LOCALBASE}/info/dir 2016-02-06 11:06:35 +00:00
mbasecalc
metis Uses/cmake.mk: Replace CMAKE_ENV with CONFIGURE_ENV. 2015-08-18 10:51:01 +00:00
metis4 Cleanup plist 2014-11-15 12:20:53 +00:00
metis-edf Update Code_Aster to 11.7.0-1, with its different tools. 2015-02-18 22:06:54 +00:00
mingw32-libgmp Cleanup plist 2014-11-15 12:20:53 +00:00
minisat - Fix compatibility with c++11 2015-06-26 23:10:09 +00:00
miracl MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
moo
mosesdecoder Improve shebangfix framework 2015-10-19 14:50:52 +00:00
mpc Update to MPC version 1.0.3 which brings two changes: 2015-04-05 18:36:09 +00:00
mpexpr cleanup plist 2014-12-20 19:15:31 +00:00
mpfr Drop :keepla from USES:libtool. 2016-02-10 16:13:24 +00:00
mpir Update math/mpir to 2.7.2. 2015-11-21 17:20:24 +00:00
msieve MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
mtl Canonicalize a few licenses 2014-12-07 00:07:47 +00:00
mtrxmath
mumps Add Public Domain support to ports license framework. You can now use 2016-01-12 14:33:21 +00:00
mumps-mpich
muparser Cleanup plist 2014-11-15 12:20:53 +00:00
naturalmath Cleanup plist 2014-11-15 12:20:53 +00:00
nauty
ndiff cleanup plist 2014-12-20 19:15:31 +00:00
newmat - Reset maintainership of my ports 2014-12-10 22:29:14 +00:00
ngraph upgrade 6.3.54 2015-07-18 00:56:35 +00:00
nlopt Convert to USES=autoreconf 2015-04-18 15:14:57 +00:00
ntl Cleanup plist 2014-11-15 12:20:53 +00:00
numdiff - Track libgmp dependency via GMP option 2015-02-17 03:36:58 +00:00
nyh-hoc
ocaml-ocamlgraph - Add empty directory to plist 2015-09-23 19:57:16 +00:00
ocaml-zarith math/ocaml-zarith: set BROKEN_armv6 2015-10-11 21:33:55 +00:00
ocamlgsl - Add missing plist file 2015-09-11 19:52:56 +00:00
octave Forgot to add patches, and bump port revision 2016-01-13 01:53:49 +00:00
octave-forge - Add optional deendency math/octave-forge-zeromq. 2016-02-27 23:42:45 +00:00
octave-forge-actuarial - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-ad Mark BROKEN on head too 2016-02-05 17:27:22 +00:00
octave-forge-audio - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-base - Update to 1.4. The only change is to call octave-cli instead of octave. 2016-01-13 01:19:33 +00:00
octave-forge-bim - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-bioinfo - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-cgi - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-civil-engineering - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-communications - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-control - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-data-smoothing - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-database - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-dataframe - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-dicom - Mark as broken, as it will not build with octave-4.0.0. 2016-01-13 01:21:11 +00:00
octave-forge-divand - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-doctest - Update to 0.4.1. 2016-01-20 19:36:45 +00:00
octave-forge-econometrics - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-engine - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-fenv - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-financial - Update to 0.5.0. 2016-02-02 19:21:45 +00:00
octave-forge-fits - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-fl-core - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-fpl - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-fuzzy-logic-toolkit - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-ga - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-general - Update to 2.0.0. 2016-01-13 03:05:04 +00:00
octave-forge-generate_html - Update to 0.1.10. 2016-01-21 15:54:44 +00:00
octave-forge-geometry - Update to 2.0.0. 2016-01-13 03:02:10 +00:00
octave-forge-gnuplot - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-gsl - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-ident - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-image - Mark broken of FreeBSD 9 or older. 2016-01-17 20:05:53 +00:00
octave-forge-informationtheory - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-integration - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-interval - Update to 1.4.1. 2016-02-13 17:06:39 +00:00
octave-forge-io - Update to 2.4.1. 2016-03-13 19:16:04 +00:00
octave-forge-irsa - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-level-set - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-linear-algebra - Update to 2.2.2. 2016-01-13 03:04:29 +00:00
octave-forge-lssa - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-ltfat - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-mapping - Update to 1.2.1. 2016-02-07 15:41:35 +00:00
octave-forge-mechanics - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-miscellaneous - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-missing-functions - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-msh - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-multicore - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-mvn - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-nan - Update to 3.0. 2016-02-17 13:23:23 +00:00
octave-forge-ncarray - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-netcdf - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-nlwing2 - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-nnet - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-nurbs - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-ocs - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-oct2mat - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-octcdf - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-octclip - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-octgpr - Mark broken. This package is currently unmaintained upstream. 2016-01-13 01:25:54 +00:00
octave-forge-octproj - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-odebvp - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-odepkg - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-optics - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-optim - Update to 1.5.0. 2016-02-27 00:39:06 +00:00
octave-forge-optiminterp - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-outliers - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-parallel - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-pdb - Unbreak. Add patch so it will build with octave-4.0.0. 2016-01-13 01:49:08 +00:00
octave-forge-plot - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-pt_br - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-quaternion - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-queueing - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-secs1d - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-secs2d - Add patch so it builds with octave-4.0.0. 2016-01-13 01:41:27 +00:00
octave-forge-secs3d - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-signal - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-simp - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-sockets - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-sparsersb - New port math/octave-forge-sparsersb. 2016-01-13 03:24:32 +00:00
octave-forge-specfun - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-special-matrix - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-spline-gcvspl - Mark broken. This package is currently unmaintained upstream. 2016-01-13 01:52:17 +00:00
octave-forge-splines - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-statistics - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-stk - Update to 2.3.4. 2016-01-13 03:01:35 +00:00
octave-forge-strings - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-struct - Update to 1.0.12. 2016-02-27 00:38:18 +00:00
octave-forge-symband - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-symbolic - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-tcl-octave - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-tisean - Mark broken of FreeBSD 9 or older. 2016-01-17 20:04:02 +00:00
octave-forge-tsa - Update to 4.4.1. 2016-02-28 08:58:16 +00:00
octave-forge-video - Put back uses=pkgconfig 2016-01-19 20:43:35 +00:00
octave-forge-xraylib - Mark broken. This package is currently unmaintained upstream. 2016-01-13 02:02:55 +00:00
octave-forge-zenity - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
octave-forge-zeromq - Update to 1.1.0. 2016-03-04 21:59:50 +00:00
ogdf math/ogdf: 2012.07 -> 2015.05 2016-03-09 16:49:38 +00:00
oleo Remove $FreeBSD$ from patches files everywhere. 2015-05-22 20:34:27 +00:00
open-axiom Mark BROKEN 2015-12-04 06:22:32 +00:00
openblas Update to 0.2.15. 2016-02-18 16:35:48 +00:00
openfst Tarball has been rerolled with minor changes§, most notable is an addition 2016-02-19 19:16:27 +00:00
openlibm - Update to 0.5.0 2016-03-12 15:01:44 +00:00
orpie math/orpie: USES+= ncurses 2016-02-07 11:58:41 +00:00
p5-AI-DecisionTree Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-AI-Genetic Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-AI-NeuralNet-BackProp Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-AI-Perceptron Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-Algorithm-Combinatorics Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Algorithm-CurveFit Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Algorithm-KMeans - Update to 2.05 2015-01-04 09:26:41 +00:00
p5-Algorithm-Munkres MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
p5-bignum - Update to 0.42 2016-01-12 21:40:45 +00:00
p5-Bit-ShiftReg Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Bit-Vector - Add LICENSE 2015-03-28 14:42:16 +00:00
p5-Bit-Vector-Minimal Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-CAD-Calc Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-Chart-Math-Axis Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Data-Float Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Date-Handler - Add NO_ARCH 2015-05-31 13:37:20 +00:00
p5-Geo-Coordinates-UTM MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
p5-Geo-Distance Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Geo-Distance-XS Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-GIS-Distance - Update to 0.09 2015-06-13 13:52:41 +00:00
p5-GIS-Distance-Fast Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-GIS-Distance-Lite Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Graph Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-Algebra-Symbols - Fix shebangs 2015-05-31 13:09:17 +00:00
p5-Math-Base36 - Update BUILD_DEPENDS: ExtUtils::MakeMaker 6.59+ is already in all supported Perl releases 2015-01-01 16:11:36 +00:00
p5-Math-Base85 Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-BaseCalc Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-BaseCnv Cleanup DIST* variables. 2015-05-11 18:34:57 +00:00
p5-Math-Bezier Move p5- ports from ports@ to perl@. 2015-05-11 12:04:18 +00:00
p5-Math-Bezier-Convert Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-BigInt math/p5-Math-BigInt: the overload of '..' is still not supported in perl 2016-02-07 17:41:50 +00:00
p5-Math-BigInt-FastCalc - Update to 0.40 2016-01-12 21:40:25 +00:00
p5-Math-BigInt-GMP - Update to 1.49 2016-01-12 21:40:30 +00:00
p5-Math-BigInt-Pari - Update to 1.25 2016-01-12 21:40:35 +00:00
p5-Math-BigRat - Update to 0.260802 2015-12-29 16:10:20 +00:00
p5-Math-Calc-Units Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-CDF - Strip shared library 2015-08-17 13:05:32 +00:00
p5-Math-Cephes Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
p5-Math-Combinatorics Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-Math-Complex Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-ConvexHull Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-Currency Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-Derivative math/p5-Math-Derivative: Update version 0.03=>0.04 2016-01-02 00:16:40 +00:00
p5-Math-Evol Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
p5-Math-Expr - Add LICENSE_FILE 2015-11-29 07:00:19 +00:00
p5-Math-FFT math/p5-Math-FFT: Update version 1.28=>1.32 2015-06-02 10:17:28 +00:00
p5-Math-FixedPrecision - Add NO_ARCH 2015-05-31 13:37:20 +00:00
p5-Math-Fleximal Delete the redundant 'regression-test:' target from those of my perl 2015-09-22 16:18:31 +00:00
p5-Math-Geometry - Add NO_ARCH 2015-10-03 17:11:07 +00:00
p5-Math-Geometry-Planar Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-Math-Geometry-Planar-GPC Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-Math-Geometry-Planar-GPC-PolygonXS - Remove now needless chmod u+w/u-w from my and unmaintained ports 2015-06-29 18:42:55 +00:00
p5-Math-Geometry-Planar-Offset Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-Math-Geometry-Voronoi Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-GMP - Update to 2.11 2015-08-19 03:55:04 +00:00
p5-Math-GMPf - Update to 0.41 2016-01-17 13:10:04 +00:00
p5-Math-GMPq - Update to 0.39 2016-01-17 13:10:09 +00:00
p5-Math-GMPz - Update to 0.43 2016-01-19 14:04:07 +00:00
p5-Math-Gradient Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-GSL - Sort PLIST 2015-11-15 03:02:10 +00:00
p5-Math-Int64 - Update to 0.54 2016-01-17 13:10:18 +00:00
p5-Math-Int128 math/Math-Int128: 0.21 -> 0.22 2015-05-06 20:42:35 +00:00
p5-Math-Interpolate - Add NO_ARCH 2015-10-03 17:11:12 +00:00
p5-Math-Intersection-StraightLine math/p5-Math-Intersection-StraightLine: Update version 0.04=>0.05 2015-06-02 10:04:09 +00:00
p5-Math-Logic Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-Math-Matrix Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-MatrixReal - Update to 2.12 2015-01-04 09:27:05 +00:00
p5-Math-MPC Update to 1.05. Strip XS module. Remove p5-Test-Pod from TEST_DEPENDS, 2016-02-06 16:44:03 +00:00
p5-Math-MPFR Update to 3.32. 2016-02-16 17:32:31 +00:00
p5-Math-NumberCruncher Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-Pari - Update to 2.010808 2015-03-07 07:30:26 +00:00
p5-Math-Polygon Test::Pod is a TEST depends, not BUILD/RUN. 2015-02-25 18:57:00 +00:00
p5-Math-Polygon-Tree - Update to 0.08 2015-05-14 12:06:13 +00:00
p5-Math-Polynomial-Solve - Update to 2.72 2015-10-27 15:51:49 +00:00
p5-Math-Prime-XS - Strip shared library 2015-08-17 13:05:41 +00:00
p5-Math-Random - Update to 0.72 2015-08-31 13:33:05 +00:00
p5-Math-Random-ISAAC Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-Random-ISAAC-XS - Strip shared library 2016-01-23 15:15:32 +00:00
p5-Math-Random-MT Update to 1.17. Strip the XS library, and sort plist. 2015-11-28 17:14:52 +00:00
p5-Math-Random-MT-Auto Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-Random-OO Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-Math-Random-Secure Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-RandomOrg Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-Math-Round - Add NO_ARCH 2015-10-03 17:11:16 +00:00
p5-Math-Round-Var Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-Math-RPN Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-Sequence Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-Math-Series Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-Math-SigFigs math/p5-Math-SigFigs: update to 1.10 2015-07-19 19:14:55 +00:00
p5-Math-SimpleVariable Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-Spline Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-Math-String Clean up the rest of the perl@ Makefiles a bit. 2015-03-13 17:29:58 +00:00
p5-Math-Symbolic - Fix shebangs 2015-05-28 18:14:55 +00:00
p5-Math-Symbolic-Custom-CCompiler - Update *_DEPENDS 2015-01-03 07:12:28 +00:00
p5-Math-Symbolic-Custom-Contains Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-Symbolic-Custom-ErrorPropagation Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-Symbolic-Custom-LaTeXDumper Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-Symbolic-Custom-Pattern Test::Pod and Test::Pod::Coverage are TEST depends, not BUILD/RUN. 2015-02-25 18:58:20 +00:00
p5-Math-Symbolic-Custom-Simplification Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-Math-Symbolic-Custom-Transformation Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-SymbolicX-BigNum Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-Math-SymbolicX-Complex Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-SymbolicX-Error Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-SymbolicX-Inline Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-SymbolicX-NoSimplification Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-Math-SymbolicX-ParserExtensionFactory Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-SymbolicX-Statistics-Distributions Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-Math-TrulyRandom After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary, 2015-06-29 15:47:44 +00:00
p5-Math-Units Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-Utils - Update to 1.08 2016-03-06 06:20:49 +00:00
p5-Math-Vec Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-VecStat Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Math-VectorReal Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-NetCDF Fix usage of ${PERL5}. 2015-12-17 17:19:48 +00:00
p5-Number-Compare Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Number-Fraction Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Number-Misc Number::Misc provides some miscellaneous handy utilities for handling 2015-07-21 09:57:10 +00:00
p5-Number-Uncertainty - Add NO_ARCH 2015-10-03 17:11:21 +00:00
p5-Number-WithError Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Number-WithError-LaTeX Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-Parse-Range math/p5-Parse-Range: Pass maintainership 2015-01-10 11:45:52 +00:00
p5-Roman Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Set-IntSpan Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Set-IntSpan-Fast Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Set-IntSpan-Fast-XS MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
p5-Set-Partition Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-Set-Window Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Statistics-Basic MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
p5-Statistics-Benford Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Statistics-ChiSquare Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Statistics-Contingency Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Statistics-Descriptive Update to 3.0609. 2015-06-19 14:00:59 +00:00
p5-Statistics-Descriptive-Discrete Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-Statistics-Distributions Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Statistics-Forecast MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
p5-Statistics-Frequency Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Statistics-LineFit MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
p5-Statistics-Lite Upgrade from 3.2 to 3.62. 2015-11-11 04:04:22 +00:00
p5-Statistics-LTU Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Statistics-OLS Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Statistics-R - Update to 0.34 2015-10-27 15:51:53 +00:00
p5-Statistics-Regression Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Statistics-TTest MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
p5-Task-Math-Symbolic Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-Text-AsciiTeX - Fix *_DEPENDS: ExtUtils::CBuilder and parent already in all supported Perl releases 2015-01-07 17:56:34 +00:00
pari Cleanup plist 2014-11-14 09:39:21 +00:00
parmetis - Update net/openmpi to 1.8.4 2014-12-26 14:24:12 +00:00
parmgridgen - Update to 1.10.0 2015-09-17 02:58:01 +00:00
pdal - Fix USES 2016-02-09 14:53:36 +00:00
PDL - Update to 2.015 2016-02-09 14:21:31 +00:00
pear-Math_BigInteger
pear-Math_Combinatorics - Take Maintainership 2015-11-26 12:04:00 +00:00
pecl-big_int - Ignore php70 2016-02-18 14:47:05 +00:00
pecl-bitset - Update to 3.0.0 2016-03-07 20:12:10 +00:00
pecl-bitset2 - Add pecl-bitset2 2.0.3 (copied from pecl-bitset) 2016-03-07 20:12:06 +00:00
pecl-stats - Ignore php70 2016-02-18 14:47:05 +00:00
pecl-trader - Ignore php70 2016-02-18 14:47:05 +00:00
php55-bcmath
php55-gmp
php56-bcmath
php56-gmp
php70-bcmath Welcome php 7.0.3 2016-02-15 14:34:26 +00:00
php70-gmp Welcome php 7.0.3 2016-02-15 14:34:26 +00:00
physcalc Fix ports that confused the meaning of WRKDIR and WRKSRC. 2015-11-05 12:36:25 +00:00
picosat
plman Remove $FreeBSD$ from patches files everywhere. 2015-05-22 20:34:27 +00:00
ploticus Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
ploticus-nox11
plplot - math/plplot depends on the legacy math/qhull5, and since this port 2016-01-24 14:05:33 +00:00
plplot-ada math/plpot(-ada): Upgrade version 5.11.0 => 5.11.1 2015-10-13 06:17:07 +00:00
primegen
prng
proofgeneral - Add NO_ARCH 2015-09-04 14:26:05 +00:00
pspp Drop dependency on graphics/plotutils. 2015-12-21 14:19:10 +00:00
pure-mpfr Upgrade to 0.5. 2016-01-13 07:52:32 +00:00
pure-rational Fix MASTER_SITES for pure-* ports in math/. 2016-01-01 15:54:38 +00:00
py-altgraph altgraph is a fork of graphlib: a graph (network) package for constructing 2014-11-28 09:21:56 +00:00
py-apgl - Update to 0.8.1 2016-03-06 14:32:28 +00:00
py-basemap math/py-basemap: Update version 0.9.2=>1.0.7 2015-02-11 12:10:36 +00:00
py-basemap-data - Convert ports of math/ to new USES=python 2014-10-21 16:54:54 +00:00
py-bitmath math/py-bitmath: Represent and manipulate file sizes with different prefix notations 2015-07-14 19:53:38 +00:00
py-bitvector Switch to a working MASTER_SITE. 2016-01-03 23:23:09 +00:00
py-bottleneck Update to 1.0.0 2015-11-23 15:32:38 +00:00
py-cdecimal - Add LICENSE_FILE 2016-01-24 13:56:00 +00:00
py-colormath colormath is a simple Python module that spares the user from directly dealing 2015-07-15 17:35:02 +00:00
py-cryptominisat math/{py-}cryptominisat: Update to 4.5.3 2016-01-06 14:07:05 +00:00
py-fastcluster - Convert ports of math/ to new USES=python 2014-10-21 16:54:54 +00:00
py-ffc - Update maintainer mail address 2015-12-11 08:48:56 +00:00
py-fiat - Update maintainer mail address 2015-12-11 08:48:56 +00:00
py-fpconst - Convert ports of math/ to new USES=python 2014-10-21 16:54:54 +00:00
py-gato math/py-gato: update to 1.2.2 2016-02-15 07:14:47 +00:00
py-gmpy MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
py-gnuplot Typos, whitespace and capitalization fixes (G-P). 2015-09-20 20:54:08 +00:00
py-graphillion math/py-graphillion: Update to 0.99 2016-03-03 10:54:53 +00:00
py-gsl - Add LICENSE_FILE 2015-10-01 07:04:41 +00:00
py-igraph - Update to 0.7.0 2015-01-12 15:40:32 +00:00
py-mathdom - Add LICENSE 2015-09-14 12:20:07 +00:00
py-matplotlib Make the cairo and gdkpixbuf2 dependencies conditional on 2016-02-15 00:56:30 +00:00
py-mpmath - Convert ports of math/ to new USES=python 2014-10-21 16:54:54 +00:00
py-munkres math/py-munkres: Update to 1.0.7 2015-12-08 17:27:27 +00:00
py-networkx graphics/py-graphviz: Move to py-pygraphviz, Fix 3.x build 2016-02-07 09:44:24 +00:00
py-numarray - Add LICENSE 2015-03-24 13:30:44 +00:00
py-numeric - Strip library 2015-03-17 03:08:53 +00:00
py-numexpr - Update to 2.5 2016-03-06 06:24:02 +00:00
py-numpy - Update to 1.10.4 2016-01-08 08:33:03 +00:00
py-nzmath Cleanup plist 2014-11-14 09:39:21 +00:00
py-pandas - Remove OPENPYXL1 option from py-pandas 2016-03-09 19:34:03 +00:00
py-patsy - Update to 0.4.1 2015-12-11 14:08:42 +00:00
py-plastex Update to 1.0.0 and unbreak fetching. 2016-01-01 16:21:44 +00:00
py-probstat - Switch to USES=tar 2015-03-19 00:20:53 +00:00
py-pybloom - Convert ports of math/ to new USES=python 2014-10-21 16:54:54 +00:00
py-pycosat math/py-pycosat: Update to 0.6.1 2015-12-26 07:23:01 +00:00
py-pyfst Mark BROKEN everywhere: does not build 2016-02-05 17:23:29 +00:00
py-pyhull Add py-pyhull 1.5.6, computation of convex hull, Delaunay triangulation 2015-12-25 09:20:38 +00:00
py-pymc - Update to 2.3.6 [1] 2015-12-25 06:05:17 +00:00
py-pyvtk - Correct PORTNAME 2015-12-31 03:24:11 +00:00
py-roman - Convert ports of math/ to new USES=python 2014-10-21 16:54:54 +00:00
py-scientific Cleanup plist 2014-11-14 09:39:21 +00:00
py-statsmodels - Switch to options helpers 2015-08-28 13:39:56 +00:00
py-svgmath - Convert ports of math/ to new USES=python 2014-10-21 16:54:54 +00:00
py-symeig Remove UNIQUENAME and LATEST_LINK. 2015-08-17 14:20:40 +00:00
py-sympy - Update to 0.7.6.1 2015-12-09 08:57:08 +00:00
py-theano MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
py-ufl - Update maintainer mail address 2015-12-11 08:48:56 +00:00
py-viper - Update maintainer mail address 2015-12-11 08:48:56 +00:00
qalculate Part 1 of adding USE_GNOME=intltool to ports that require it. 2015-08-02 20:23:55 +00:00
qd Cleanup plist 2014-11-14 09:39:21 +00:00
qhull - Switch to options helpers 2015-08-28 13:39:56 +00:00
qhull5 - Switch to options helpers 2015-08-28 13:39:56 +00:00
qrupdate MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
qtiplot Convert my ports to new options helpers 2015-08-25 10:03:08 +00:00
qtiplot-doc Switch ports depending on docbook* through a directory name to a package name, 2015-01-23 22:50:49 +00:00
qtoctave - Switch my ports to USE_QT4=linguisttools_build and adjust Qt components 2015-02-24 21:46:28 +00:00
qwtplot3d-qt4 Cleanup plist 2014-11-14 09:39:21 +00:00
R - Update to 3.2.2 2015-10-27 08:21:25 +00:00
R-cran-Amelia A tool that "multiply imputes" missing data in a single cross-section 2015-12-16 07:12:50 +00:00
R-cran-assertthat assertthat is an extension to stopifnot() that makes it easy to 2015-12-16 07:58:08 +00:00
R-cran-bdsmatrix
R-cran-car math/R-cran-car: update to 2.1-1. 2016-02-13 14:13:55 +00:00
R-cran-ChangeAnomalyDetection
R-cran-coda - Update to 0.18.1 2015-10-21 06:14:06 +00:00
R-cran-deldir - Update to 0.1-12 2016-03-09 02:42:31 +00:00
R-cran-dlmodeler Update "BSD" license in math category 2014-12-07 16:31:50 +00:00
R-cran-dplyr A fast, consistent tool for working with data frame like 2015-12-18 00:28:24 +00:00
R-cran-forecast - Update to 6.2 2015-11-29 13:58:45 +00:00
R-cran-Formula - Update to 1.2-1 2015-06-13 08:54:55 +00:00
R-cran-fracdiff
R-cran-geepack - Update to 1.2.0.1 2016-02-26 13:08:46 +00:00
R-cran-gpclib
R-cran-gss math/R-cran-gss: update to 2.1-5. 2015-07-28 20:14:01 +00:00
R-cran-gtable - Update to 0.2.0 2016-02-27 11:15:44 +00:00
R-cran-igraph - Update to 1.0.1 2015-12-06 06:54:57 +00:00
R-cran-inline - Update to 0.3.14 2015-04-30 06:25:52 +00:00
R-cran-irlba - Update to 2.0.0 2015-12-06 05:45:29 +00:00
R-cran-KFAS - Update to 1.2.1 2016-02-07 23:10:25 +00:00
R-cran-labeling
R-cran-lazyeval A disciplined approach to non-standard evaluation. 2015-12-16 07:44:49 +00:00
R-cran-LearnBayes
R-cran-lme4 - Add new port: math/R-cran-lme4 2015-11-15 12:07:55 +00:00
R-cran-MatchIt MatchIt selects matched samples of the the original treated and 2015-12-18 02:17:57 +00:00
R-cran-MatrixModels - Add new port: math/R-cran-MatrixModels 2015-11-15 15:35:14 +00:00
R-cran-maxLik Functions for Maximum Likelihood (ML) estimation and non-linear 2015-12-01 14:04:33 +00:00
R-cran-MCMCpack
R-cran-memisc - Update to 0.99.6 2016-02-24 11:00:43 +00:00
R-cran-minqa - Add a new port: math/R-cran-minqa 2015-05-09 11:58:22 +00:00
R-cran-miscTools R-cran-miscTools is miscellaneous tools and utilities for R. 2015-12-01 06:20:15 +00:00
R-cran-MSwM - Add new port: math/R-cran-MSwM 2015-12-06 04:38:23 +00:00
R-cran-mvtnorm
R-cran-nloptr - Add new port: math/R-cran-nloptr 2015-11-15 03:57:20 +00:00
R-cran-NMF - Add new port: math/R-cran-NMF 2015-08-11 19:50:39 +00:00
R-cran-nnls
R-cran-outliers
R-cran-pbkrtest - Update to 0.4-5 2016-01-24 12:33:30 +00:00
R-cran-psych
R-cran-quadprog
R-cran-quantreg - Update to 5.21 2016-02-15 12:23:18 +00:00
R-cran-RcppArmadillo - Update to 0.6.500.4.0 2016-01-28 09:18:30 +00:00
R-cran-RcppEigen - Update to 0.3.2.8.1 2016-03-02 23:46:37 +00:00
R-cran-RHmm
R-cran-RSvgDevice
R-cran-sandwich - Update to 2.3-4 2015-11-08 08:28:45 +00:00
R-cran-sm
R-cran-sp - Update to 1.2.2 2016-02-26 12:01:05 +00:00
R-cran-SparseM - Add new port: math/R-cran-SparseM 2015-11-15 15:45:17 +00:00
R-cran-spdep - Update to 0.5-92 2016-01-26 01:28:19 +00:00
R-cran-sspir
R-cran-stabledist Unbreak, math/R was updated to version 3.2.2 in r400221 2016-01-30 12:04:00 +00:00
R-cran-SuppDists MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
R-cran-VGAM An implementation of about 6 major classes of statistical regression 2015-11-24 06:22:04 +00:00
R-cran-xts
R-cran-Zelig - Update to 5.0.9 2015-12-18 06:38:08 +00:00
R-cran-zoo - Update to 1.7-12 2015-12-06 10:49:41 +00:00
randlib
rapid - Update maintainer mail address 2015-12-11 08:48:56 +00:00
reduce math/reduce: document ncurses requirement (USES+=ncurses) 2016-02-07 13:21:14 +00:00
reed-solomon
rkward-kde4 Upgrade RKWard to 0.6.4. 2015-12-23 21:28:01 +00:00
rngstreams
rocs Change header installation location for kdelibs4-based ports. 2016-03-15 12:35:56 +00:00
rpcalc Bump minimal python3 version to 3.3 in USES 2016-02-02 20:01:44 +00:00
rpy - Unbreak after math/R update 2015-11-01 14:00:30 +00:00
rpy2 Update to 2.7.8 2016-03-07 17:47:58 +00:00
ruby-algebra - Respect PORTEXAMPLES 2015-09-03 16:25:23 +00:00
rubygem-expression_parser Set NO_ARCH for remaining rubygem-* ports with no arch dependent files 2015-07-02 16:01:06 +00:00
rubygem-fftw3
rubygem-narray Update to version 0.6.1.1 2015-02-06 22:04:17 +00:00
rubygem-narray_miss
rubygem-numru-misc Remove Author from pkg-descr and white space fixes 2015-03-02 23:36:35 +00:00
rubygem-numru-units Set NO_ARCH for remaining rubygem-* ports with no arch dependent files 2015-07-02 16:01:06 +00:00
rubygem-rb-gsl - Update WWW 2015-06-13 15:35:13 +00:00
saga Fix overlinking problem with opencv. 2016-03-06 19:56:18 +00:00
sage Remove deprecated @dirrm 2016-01-09 14:59:54 +00:00
sc math/sc: document ncurses requirement (USES+=ncurses) 2016-02-07 11:56:50 +00:00
scalapack - Update to 1.10.2 2016-02-06 13:45:05 +00:00
scilab math/scilab: fix build with OpenJDK8 2015-10-12 14:31:07 +00:00
scilab-toolbox-sivp Cleanup plist 2014-11-14 09:39:21 +00:00
scilab-toolbox-swt Cleanup plist 2014-11-14 09:39:21 +00:00
sdpa Update to 7.3.8. 2016-03-08 16:03:59 +00:00
sdpara Unbreak and update to 7.3.1. 2016-03-08 16:04:07 +00:00
sfft cleanup plist 2014-12-20 19:15:31 +00:00
sfst Cleanup plist 2014-11-14 09:39:21 +00:00
simd-viterbi
slatec MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
slgrace MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
snns Cleanup plist 2014-11-14 09:39:21 +00:00
solitaire Fix ports that confused the meaning of WRKDIR and WRKSRC. 2015-11-05 12:36:25 +00:00
sound-of-sorting Add math/sound-of-sorting: 2016-02-22 08:12:44 +00:00
spar math/spar: USES+= ncurses, link with ncurses (not curses) 2016-02-07 11:57:46 +00:00
spblas cleanup plist 2014-12-20 19:15:31 +00:00
speedcrunch math/speedcrunch: Update WWW 2015-05-18 21:53:03 +00:00
spooles math/spooles(-mpich): Fix DOCS options 2016-01-17 11:18:31 +00:00
spooles-mpich
stp Remove OSVERSION checks that do not make sense any more. 2015-04-03 11:26:48 +00:00
suitesparse Backout previous commit; actually it was not a typo. 2015-05-12 04:48:01 +00:00
superlu Update to 5.1.1. 2016-03-08 15:55:13 +00:00
superlu_mt - Don't install static libraries with INSTALL_LIB (part 2/2) 2015-05-09 01:12:50 +00:00
surf Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
tablix Cleanup plist 2014-11-14 09:39:21 +00:00
taucs
testu01 - Remove libtool hacks and patches that are now handled by USES=libtool 2015-04-18 09:47:29 +00:00
tetgen
timbl Cleanup plist 2014-11-14 09:39:21 +00:00
tomsfastmath - Fix fetch 2015-11-13 11:05:30 +00:00
topaz Cleanup DIST* variables. 2015-05-11 18:34:57 +00:00
triangle Cleanup DIST* variables. 2015-05-11 18:34:57 +00:00
trlan
truthtable Remove Author from pkg-descr and white space fixes 2015-03-02 23:36:35 +00:00
tvmet Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
ufc - Update maintainer mail address 2015-12-11 08:48:56 +00:00
ump math/ump: Finish original "fix on current" 2015-02-06 18:25:04 +00:00
units MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
unuran
vowpal_wabbit - Mark broken on FreeBSD 9.x: 2015-06-26 13:23:01 +00:00
vtk5 Add USES=alias to 3 ports (Aids DragonFly support) 2015-09-20 16:35:28 +00:00
vtk5-data - Reset maintainership of my ports 2014-12-10 22:29:14 +00:00
vtk6 - Change Python bindings to ON by default. 2016-01-27 02:01:46 +00:00
wcalc - Update to version 2.5 2015-11-22 08:03:51 +00:00
wfmath Cleanup plist 2014-11-14 09:39:21 +00:00
why3 - Fix various typos in CONFLICTS_INSTALL knob 2016-02-10 16:14:34 +00:00
why3-spark math/why3-spark: Mark BROKEN (broken by ocaml changes) 2016-01-23 08:18:24 +00:00
wingz3 Cleanup DIST* variables. 2015-05-11 18:34:57 +00:00
wxMaxima Remove ansi version fo wxGTK 2.8 and only keep the unicode version 2015-09-16 19:51:26 +00:00
x12arima
xblas cleanup plist 2014-12-20 19:15:31 +00:00
xfce4-calculator-plugin It is a calculator plugin for the Xfce4 panel. The plugin supports common 2016-01-30 06:09:07 +00:00
xgobi - Mark BROKEN: fails to fetch: 2015-11-29 03:13:33 +00:00
xgraph fixing two bugs: XWindow re-size and command line Geometry option 2015-01-08 01:23:17 +00:00
xlapack
xldlas MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
xplot
xppaut - Switch to options helpers 2015-09-23 22:58:32 +00:00
xspread Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
yacas math/yacas: unbreak on 9. w/ gcc 2016-03-04 15:13:16 +00:00
z3 Port improvements and modernization 2015-09-23 15:09:09 +00:00
Makefile - Add pecl-bitset2 2.0.3 (copied from pecl-bitset) 2016-03-07 20:12:06 +00:00