1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/math
Tijl Coosemans 1bf487d3e7 Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1] 5c2cbfccf9
[2] 2ed5054e3a
[3] 009f5ebb4b

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
2019-01-16 11:13:44 +00:00
..
4ti2 math/4ti2: add USES=compiler:c++11-lang 2018-12-20 02:50:21 +00:00
aamath
abs
acalc These ports now build on powerpc64. 2018-12-11 17:03:52 +00:00
add
adept Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
adol-c Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
algae Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
alglib
algotutor
alt-ergo
amath
ambit Update science/hdf5 to 1.10.4 2019-01-05 22:46:53 +00:00
analitza Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
ann
antic
apc
apron math/apron: Rm stray line 2018-12-14 19:56:58 +00:00
arb math/arb: Update 2.15.1 -> 2.16.0 2018-12-08 08:15:28 +00:00
aribas
armadillo Update science/hdf5 to 1.10.4 2019-01-05 22:46:53 +00:00
arpack-ng Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
arpack++ Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
aspcud Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
asymptote Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
atlas Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
barvinok math/barvinok: Update 0.41 -> 0.41.1 2018-12-08 08:45:33 +00:00
bcal New port: math/bcal: Storage expression, unit conversion & address offset CLI calculator 2018-12-28 11:21:53 +00:00
biggles Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
blacs Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
blas Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
blaze Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
blazeiterative Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
blis math/blis: Fix wrong application of patch file. 2018-12-25 05:17:34 +00:00
blitz++ math/blitz++ is not compatible with python3 2019-01-07 13:17:17 +00:00
blocksolve95 - Switch to options helpers 2018-12-27 12:49:20 +00:00
bsdnt
cadabra2 Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
calc
calcoo
calctool
cantor Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
cbc Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
cblas Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
ccmath Fix build on i386 and aarch64 by enabling -fPIC 2018-09-28 23:20:20 +00:00
cddlib math/cddlib: strip .so objects 2018-10-14 20:41:33 +00:00
ceres-solver Update math/eigen3 to 3.3.7 2018-12-26 09:06:34 +00:00
cgal Update math/eigen3 to 3.3.7 2018-12-26 09:06:34 +00:00
cgl Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
chaco
chryzodus
clasp Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
clblas devel/boost-*: update to 1.69.0 2018-12-12 00:15:49 +00:00
clblast Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
clfft Remove ONLY_FOR_ARCHS_REASON_<arch> that are not architecture dependant. 2018-09-10 10:29:06 +00:00
cln Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
cloog
clp Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
clrng math/clrng: fix with GCC based architectures 2018-12-28 21:32:12 +00:00
cminpack Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
cmlib Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
coin-or-data-netlib New ports: math/coin-or-data-netlib, math/coin-or-data-sample, math/coin-or-data-stochastic: Data ports used in many other COIN-OR ports 2018-12-10 07:43:53 +00:00
coin-or-data-sample New ports: math/coin-or-data-netlib, math/coin-or-data-sample, math/coin-or-data-stochastic: Data ports used in many other COIN-OR ports 2018-12-10 07:43:53 +00:00
coin-or-data-stochastic New ports: math/coin-or-data-netlib, math/coin-or-data-sample, math/coin-or-data-stochastic: Data ports used in many other COIN-OR ports 2018-12-10 07:43:53 +00:00
coinmp Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
coinutils Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
combblas Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
concorde
convertall Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
coq
crlibm
cryptominisat Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
cvc3 Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
cvc4 devel/boost-*: update to 1.69.0 2018-12-12 00:15:49 +00:00
dbcsr Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
deal.ii Update science/hdf5 to 1.10.4 2019-01-05 22:46:53 +00:00
diehard
dieharder
djbfft
drgeo
dsdp Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
dynare Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
e
ecos math/ecos: Update 2.0.6 -> 2.0.7 2018-11-18 19:59:45 +00:00
edenmath Update Objective-C LLVM version to 6.0. 2018-09-26 15:23:37 +00:00
eigen2
eigen3 Update math/eigen3 to 3.3.7 2018-12-26 09:06:34 +00:00
eispack Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
elpa math/elpa: Update 2018.05.001 -> 2018.11.001 2018-12-21 01:43:39 +00:00
emc2 Add EXAMPLES options to ports that should have one. 2018-09-10 13:15:47 +00:00
ent
entropy
eprover Remove compatibility code for FreeBSD < 11.2 from all ports. 2018-11-02 13:32:34 +00:00
ess Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
eukleides Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
eval
facile
fann
fcl Update math/eigen3 to 3.3.7 2018-12-26 09:06:34 +00:00
fflas-ffpack Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
fftw Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
fftw3 Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
fftw3-float
fftw3-long
fftw3-quad
fftw-float
fityk Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
flann Update science/hdf5 to 1.10.4 2019-01-05 22:46:53 +00:00
flint2 Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
flintqs New port: math/flintqs: Quadratic Sieve integer factorization algorithm 2018-12-05 06:04:52 +00:00
form
fpc-fftw
fpc-gmp
fpc-numlib
fplll New port: math/fplll: Lattice algorithms using floating-point arithmetic 2018-12-08 08:30:21 +00:00
fricas
fxt USES=compiler:c++11-lang is necessary to build on GCC-based 2018-12-26 12:21:18 +00:00
g2o Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
galculator
gambit Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
gap These ports now build on powerpc64. 2018-12-11 17:03:52 +00:00
gau2grid Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
geogebra Do not set SUB_FILES twice 2019-01-08 10:44:23 +00:00
geogram Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
geonext
gexpr
ggobi Add DOCS options to ports that should have one. 2018-09-10 13:14:50 +00:00
giacxcas Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
GiNaC Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
givaro Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
gkmap
glgraph Update ImageMagick to 6.9.10.14 [1] 2018-11-10 19:57:07 +00:00
glm Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
glpk
glucose Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
gmm++
gmp Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
gmp-ecm
gnome-calculator Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
gnubc Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
gnumeric Cleanup plists 2018-10-01 09:36:38 +00:00
gnuplot . Update to 5.2.6 2019-01-04 01:19:21 +00:00
gnuplot-lite
gnuplot-tex-extras . Update to 5.2.6 2019-01-04 01:19:51 +00:00
goblin Mark BROKEN: fails to build 2018-11-04 13:55:58 +00:00
gotoblas Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
grace Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
gracetmpl Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
graphthing Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
gretl math/gretl: Update 2018c -> 2018d 2018-12-22 18:46:57 +00:00
gri math/gri: Unbreak by fixing the plist 2018-12-16 21:01:12 +00:00
gringo Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
gsl Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
hexcalc
hipmcl Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
hs-adjunctions lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-Agda lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-Agda-stdlib lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-categories lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-comonad lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-contravariant lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-data-lens lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-data-lens-template lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-dense-linear-algebra lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-distributive lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-erf lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-fixed lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-half lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-ieee754 lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-integer-logarithms lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-kan-extensions lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-math-functions lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-mwc-random lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-NumInstances lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-pointed lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-probability lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-semigroupoids lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-semigroups lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-statistics lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-vector-space lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
ignition-math Update math/eigen3 to 3.3.7 2018-12-26 09:06:34 +00:00
igraph
intervaltree Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
ipopt Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
ised Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
jacal Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
jags Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
jakarta-commons-math3
jama
jeuclid
jlatexmath
jsmath-fonts
jtransforms
jts
kalgebra Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
kbruch Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
kcalc Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
kig Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
kktdirect Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
kmplot Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
labplot Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
lambda
lapack Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
lapack95 Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
lapack++ Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
lapacke
laspack - Add LICENSE 2018-12-27 12:52:48 +00:00
latte-integrale math/latte-integrale: fix build with GCC-based architectures 2018-12-20 02:48:08 +00:00
ldouble
lean Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
lemon Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
levmar Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
libccd Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
libflame
liblbfgs
libmesh Update science/hdf5 to 1.10.4 2019-01-05 22:46:53 +00:00
libmissing math/libmissing: back out r477151 2018-09-14 16:47:48 +00:00
libocas
liborigin Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
libpgmath Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
libpoly Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
libqalculate Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
libranlip Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
libRmath math/libRmath: Update to version 3.5.2 2018-12-23 02:32:21 +00:00
librsb Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
libtommath
libtsnnls Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
libxls
libxlsxwriter Update to 0.8.4 2018-11-11 09:38:24 +00:00
libxsmm Fix plist 2019-01-05 14:46:04 +00:00
lidia Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
linpack Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
lll_spect
lp_solve Enable support for powerpcspe. 2019-01-09 22:52:18 +00:00
lrng
lrslib Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
ltl Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
ltl2ba
lybniz
mate-calc update math/mate-calc to 1.20.2 2018-11-02 17:51:55 +00:00
math77 Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
mathgl Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
mathmod Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
mathomatic
matio Update science/hdf5 to 1.10.4 2019-01-05 22:46:53 +00:00
matlab-installer
maxima math/maxima: fix help 2019-01-13 19:23:25 +00:00
mbasecalc
metis math/metis: fix arch conditionals 2019-01-15 16:17:11 +00:00
metis4
metis-edf
mfem Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
mingw32-libgmp
minisat Downgrade C++03 to C++98, actual default for GCC < 6 2018-10-28 09:36:56 +00:00
miracl Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
mkl-dnn Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
mlpack Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
moab Update science/hdf5 to 1.10.4 2019-01-05 22:46:53 +00:00
moo
mosesdecoder Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
mpc Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
mpexpr
mpfr Update MASTER_SITES 2018-11-15 19:08:47 +00:00
mpir Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
mppp Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
mprime math/mprime: update to 29.4b7 2018-11-23 13:04:12 +00:00
mtrxmath
multichoose
mumps Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
mumps-edf Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
mumps-mpich Mark BROKEN: conflicting dependencies 2018-09-27 05:28:49 +00:00
muparser Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
nanoflann Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
naturalmath
nauty
ndiff
newmat
nfft Various cleanup & fixes post-DOCS/EXAMPLES cleanup. 2018-09-10 13:16:16 +00:00
ngraph
nlopt Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
ntl Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
numdiff Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
nyh-hoc
ocaml-ocamlgraph
ocaml-zarith
ocamlgsl
octave Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-actuarial Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-base Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-bim Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-bioinfo Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-bsltl Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-cgi Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-civil-engineering Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-control Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-data-smoothing Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-database Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-dataframe Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-dicom Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-divand Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-doctest Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-econometrics Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-fenv Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-financial Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-fits Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-fpl Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-fuzzy-logic-toolkit Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-ga Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-general Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-generate_html Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-geometry Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-gnuplot Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-gsl Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-ident Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-image Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-informationtheory Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-integration Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-interval Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-io Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-irsa Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-level-set Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-linear-algebra Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-lssa Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-ltfat Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-mapping Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-mechanics Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-miscellaneous Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-missing-functions Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-msh Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-multicore Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-mvn Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-nan Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-ncarray Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-netcdf Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-nlwing2 Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-nnet Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-nurbs Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-oct2mat Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-octclip Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-octproj Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-odebvp Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-optics Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-optim Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-optiminterp Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-outliers Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-parallel Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-plot Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-quaternion Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-queueing Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-secs1d Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-secs2d Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-secs3d Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-signal Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-simp Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-sockets Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-sparsersb Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-specfun Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-special-matrix Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-splines Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-statistics Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-stk Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-strings Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-struct Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-symband Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-symbolic Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-tcl-octave Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-tisean Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-tsa Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-video Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-zenity Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octave-forge-zeromq Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
octomap Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
ogdf
oleo Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
openblas Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
openfst Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
openlibm Remove MASTER_SITES=GH when it is the only one. 2019-01-08 13:20:19 +00:00
openmesh Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
opensolaris-libm Remove compatibility code for FreeBSD < 11.2 from all ports. 2018-11-02 13:32:34 +00:00
orpie
osi Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
osqp Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
p5-AI-DecisionTree
p5-AI-Genetic
p5-AI-NeuralNet-BackProp
p5-AI-Perceptron Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Algorithm-Combinatorics
p5-Algorithm-CurveFit Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Algorithm-KMeans Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Algorithm-Munkres
p5-bignum - Update to 0.51 2018-10-11 23:59:57 +00:00
p5-Bit-ShiftReg
p5-Bit-Vector Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Bit-Vector-Minimal
p5-CAD-Calc Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Chart-Math-Axis Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Data-Float
p5-Date-Handler
p5-Geo-Coordinates-UTM Reassign all of tobez@'s p5 ports to perl@. 2018-09-10 11:16:59 +00:00
p5-Geo-Distance
p5-Geo-Distance-XS Update to 0.13 2018-09-12 22:56:58 +00:00
p5-GIS-Distance Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-GIS-Distance-Fast Fix *_DEPENDS 2018-10-10 10:23:52 +00:00
p5-GIS-Distance-Lite
p5-Graph Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-Algebra-Symbols
p5-Math-Base36
p5-Math-Base85 Update to 0.4 2018-10-10 10:24:00 +00:00
p5-Math-BaseCalc
p5-Math-BaseCnv
p5-Math-Bezier
p5-Math-Bezier-Convert
p5-Math-BigInt Update to 1.999816 2018-10-28 19:58:00 +00:00
p5-Math-BigInt-FastCalc Update to 0.5008 2018-10-12 19:59:50 +00:00
p5-Math-BigInt-GMP Update to 1.6006 2018-10-12 19:59:58 +00:00
p5-Math-BigInt-Lite Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-BigInt-Pari Update to 1.3005 2018-10-12 20:00:06 +00:00
p5-Math-BigRat
p5-Math-Calc-Units
p5-Math-CDF
p5-Math-Cephes
p5-Math-Combinatorics
p5-Math-Complex
p5-Math-ConvexHull Reassign all of tobez@'s p5 ports to perl@. 2018-09-10 11:16:59 +00:00
p5-Math-Currency Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-Derivative
p5-Math-Evol
p5-Math-Expr
p5-Math-FFT
p5-Math-FixedPrecision
p5-Math-Fleximal
p5-Math-Geometry Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-Geometry-Planar Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-Geometry-Planar-GPC
p5-Math-Geometry-Planar-GPC-PolygonXS
p5-Math-Geometry-Planar-Offset Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-Geometry-Voronoi Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-GMP
p5-Math-GMPf
p5-Math-GMPq
p5-Math-GMPz
p5-Math-Gradient
p5-Math-GSL Update to 0.40 2019-01-01 20:34:49 +00:00
p5-Math-Int64
p5-Math-Int128 Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
p5-Math-Interpolate
p5-Math-Intersection-StraightLine
p5-Math-Logic
p5-Math-Matrix
p5-Math-MatrixReal
p5-Math-MPC Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-MPFR Update to 4.06 2019-01-13 20:09:12 +00:00
p5-Math-NumberCruncher
p5-Math-Pari
p5-Math-Polygon
p5-Math-Polygon-Tree Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-Polynomial-Solve - Update to 2.86 2018-11-03 02:53:00 +00:00
p5-Math-Prime-Util Update to 0.73 2018-11-17 17:31:33 +00:00
p5-Math-Prime-Util-GMP Add p5-Math-Prime-Util-GMP 0.51 2018-09-10 20:26:08 +00:00
p5-Math-Prime-XS Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-ProvablePrime
p5-Math-Random
p5-Math-Random-ISAAC Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-Random-ISAAC-XS - Add LICENSE 2018-09-25 09:08:29 +00:00
p5-Math-Random-MT
p5-Math-Random-MT-Auto Update to 6.23 2018-11-27 17:09:22 +00:00
p5-Math-Random-OO Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-Random-Secure
p5-Math-RandomOrg Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-Round
p5-Math-Round-Var
p5-Math-RPN
p5-Math-Sequence Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-Series Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-SigFigs
p5-Math-SimpleVariable
p5-Math-Spline Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-String
p5-Math-Symbolic Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-Symbolic-Custom-CCompiler Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-Symbolic-Custom-Contains Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-Symbolic-Custom-ErrorPropagation Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-Symbolic-Custom-LaTeXDumper Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-Symbolic-Custom-Pattern Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-Symbolic-Custom-Simplification Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-Symbolic-Custom-Transformation
p5-Math-SymbolicX-BigNum Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-SymbolicX-Complex Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-SymbolicX-Error Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-SymbolicX-Inline Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-SymbolicX-NoSimplification Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-SymbolicX-ParserExtensionFactory Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-SymbolicX-Statistics-Distributions Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Math-TrulyRandom
p5-Math-Units
p5-Math-Utils Update to 1.13 2018-11-01 19:13:42 +00:00
p5-Math-Vec
p5-Math-VecStat
p5-Math-VectorReal
p5-NetCDF
p5-Number-Compare
p5-Number-Fraction
p5-Number-Misc
p5-Number-Uncertainty
p5-Number-WithError - Add LICENSE 2018-12-20 09:00:10 +00:00
p5-Number-WithError-LaTeX Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Parse-Range Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Roman
p5-Set-IntSpan - Add LICENSE 2018-09-24 09:08:28 +00:00
p5-Set-IntSpan-Fast Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Set-IntSpan-Fast-XS Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Set-Partition
p5-Set-Window Reassign all of tobez@'s p5 ports to perl@. 2018-09-10 11:16:59 +00:00
p5-Statistics-Basic - Update to 1.6611 2018-10-09 06:13:08 +00:00
p5-Statistics-Benford
p5-Statistics-CaseResampling
p5-Statistics-ChiSquare - Update to 1.0000 2018-10-09 06:17:26 +00:00
p5-Statistics-Contingency Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Statistics-Descriptive Update to 3.0702 2018-10-27 23:24:05 +00:00
p5-Statistics-Descriptive-Discrete
p5-Statistics-Distributions Shorten comment. 2018-09-10 13:21:19 +00:00
p5-Statistics-Forecast
p5-Statistics-Frequency
p5-Statistics-LineFit
p5-Statistics-Lite
p5-Statistics-LTU Reassign all of tobez@'s p5 ports to perl@. 2018-09-10 11:16:59 +00:00
p5-Statistics-OLS Reassign all of tobez@'s p5 ports to perl@. 2018-09-10 11:16:59 +00:00
p5-Statistics-R Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
p5-Statistics-Regression - Add LICENSE 2018-12-08 09:01:33 +00:00
p5-Statistics-TTest Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Task-Math-Symbolic
p5-Text-AsciiTeX
pantheon-calculator x11-toolkits/granite: Update to 5.2.2 2019-01-03 13:49:07 +00:00
pari math/pari: Update 2.11.0 -> 2.11.1 2018-12-02 18:26:17 +00:00
parmetis Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
parmgridgen Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
pdal Update science/hdf5 to 1.10.4 2019-01-05 22:46:53 +00:00
PDL Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
pear-Math_BigInteger
pear-Math_Combinatorics
pecl-bitset Remove expired IGNORE_WITH_PHP=56 2019-01-02 23:58:11 +00:00
pecl-stats2 Remove stale IGNORE_WITH_PHP=56 values. 2019-01-05 15:47:56 +00:00
petiga Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
php71-bcmath
php71-gmp
php72-bcmath
php72-gmp
php73-bcmath Add PHP 7.3 RC2 to the ports-tree. 2018-10-08 08:52:51 +00:00
php73-gmp Add PHP 7.3 RC2 to the ports-tree. 2018-10-08 08:52:51 +00:00
physcalc
picosat
piranha Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
plman
ploticus Add EXAMPLES options to ports that should have one. 2018-09-10 13:15:47 +00:00
ploticus-nox11
plplot Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
plplot-ada
polylib New port: math/polylib: Library of polyhedral functions 2018-12-07 03:36:20 +00:00
primegen
primme Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
prng Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
proofgeneral Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
pspp math/pspp: Update to 1.2.0 2018-11-11 10:04:56 +00:00
pure-mpfr
pure-rational
py-algopy Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-altgraph
py-apgl Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-basemap Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-basemap-data
py-bitmath
py-bitvector Add DOCS options to ports that should have one. 2018-09-10 13:14:50 +00:00
py-bottleneck Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-cdecimal
py-chaospy Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-colormath Update to version 3.0.0 2019-01-13 02:03:38 +00:00
py-cryptominisat Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-cvxopt Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-cvxpy math/py-cvxpy: Update 1.0.10 -> 1.0.11 2018-12-15 08:16:06 +00:00
py-cyipopt Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-CyLP FLAVOR is local to the port, it cannot be used in dependencies. 2018-12-13 09:16:48 +00:00
py-deap Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-Diofant Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-ecos Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-fastcluster Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-fastdtw Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-ffc
py-fiat Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-fpconst
py-gato Add EXAMPLES options to ports that should have one. 2018-09-10 13:15:47 +00:00
py-gau2grid Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-gimmik Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-gmpy
py-gmpy2
py-gnuplot Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-graphillion math/py-graphillion: Update to 1.2 2018-10-07 09:57:10 +00:00
py-GridDataFormats Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-igakit Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-igraph
py-intspan Update to 1.5.14 2018-10-30 19:54:04 +00:00
py-keras Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-levmar Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-libpoly Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
py-luminol Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-mathdom
py-matplotlib Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-mpmath - Update to 1.1.0 2018-12-16 12:05:45 +00:00
py-munkres Update to 1.0.11 2018-10-30 19:54:13 +00:00
py-MutatorMath Add math/py-MutatorMath, Piecewise linear interpolation in multiple dimensions 2018-12-16 18:35:10 +00:00
py-networkx - Copy math/py-networkx to math/py-networkx1 and applies modifications to 2019-01-13 17:36:49 +00:00
py-networkx1 - Copy math/py-networkx to math/py-networkx1 and applies modifications to 2019-01-13 17:36:49 +00:00
py-numarray
py-numeric
py-numexpr Update to 2.6.9 2019-01-01 20:37:07 +00:00
py-numpy Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-nzmath
py-osqp math/py-osqp: Update 0.4.1 -> 0.5.0 2018-12-12 18:35:00 +00:00
py-pandas Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-pandas-datareader - Update to 0.7.0 2018-12-17 06:14:30 +00:00
py-patsy Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-permutation math/py-permutation: Update 0.1.0-2 -> 0.1.1 2018-09-19 17:41:53 +00:00
py-petsc4py Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-piranha Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
py-plastex
py-primme Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-probstat
py-PuLP Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-pyasp
py-pybloom
py-pyclipper Add math/py-pyclipper, cython wrapper for the C++ translation of Clipper 2018-12-16 18:32:07 +00:00
py-pycosat
py-pyFFTW Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-pygsl Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-pygslodeiv2 Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-pyhull Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-pyipopt Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-pymc Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-pymc3 Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-PyMetis
py-pyneqsys Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-pynleq2 Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-pyodeint Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-pyodesys Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-Pyomo math/py-Pyomo: Update 5.5.0 -> 5.5.1 2018-10-28 04:37:14 +00:00
py-PySCIPOpt math/py-PySCIPOpt: Update 2.0.2 -> 2.1.0 2018-12-05 04:45:06 +00:00
py-pysparse Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-pysym Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-python-louvain math/py-python-louvain: Update 0.12 -> 0.13 2018-12-22 18:47:53 +00:00
py-pyvtk
py-PyWavelets Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-random2
py-rapi math/py-rapi: Update 0.1.3 -> 0.1.5 2018-12-18 17:36:25 +00:00
py-roman
py-rpy2 Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-scientific Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-scikit-umfpack Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-scs Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-seaborn Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-secp256k1 math/py-secp256k1: Remove test target and depends because tests aren't defined 2018-09-20 03:15:14 +00:00
py-simhash
py-slepc4py Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-spectral Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-spot math/py-spot: Update 2.6.3 -> 2.7 2018-12-12 18:36:14 +00:00
py-statsmodels Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-svgmath
py-sym Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-symcxx Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-symeig Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-sympy - Update to 1.3 2018-11-13 00:30:31 +00:00
py-theano - Update to 1.0.3 2018-12-17 13:07:15 +00:00
py-ufl
py-uncertainties Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-vincenty Add py-vincenty 0.1.4 2018-12-01 13:05:31 +00:00
py-viper
py-yt Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-z3-solver This port requires USES=compiler:c++11-lang to build on GCC-based 2019-01-12 23:11:23 +00:00
qalculate Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
qd Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
qhull
qhull5
qposases Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
qrupdate Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
qtiplot math/qtiplot: 2018-12-20 08:47:18 +00:00
qtiplot-doc
qtoctave Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
qwtplot3d Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
qwtplot3d-qt4 Mark QT4 ports/functionality for removal on 2019-03-15 2018-12-02 15:41:47 +00:00
R math/R: Update to version 3.5.2 2018-12-23 02:32:17 +00:00
R-cran-Amelia Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-assertthat Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-backports Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-bdsmatrix Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-car Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-carData Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-ChangeAnomalyDetection Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-coda Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-combinat Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-conf.design Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-CVST Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-ddalpha Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-deldir Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-DEoptimR Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-dimRed Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-dlmodeler Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-DoE.base Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-dplyr Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-DRR Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-expm Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-forcats - Update WWW 2018-12-23 09:30:18 +00:00
R-cran-forecast Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-Formula Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-fracdiff Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-geepack Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-geometry Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-gmp Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-gower Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-gpclib Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-gss Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-gtable Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-haven - Update WWW 2019-01-12 09:30:26 +00:00
R-cran-igraph Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-influenceR Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-inline Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-ipred Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-irlba Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-KFAS Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-labeling Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-lava Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-lazyeval Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-LearnBayes Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-lme4 Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-magic Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-Matching Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-MatchIt Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-MatrixModels Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-maxLik Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-mcmc Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-MCMCpack Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-memisc Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-minqa Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-miscTools Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-MSwM Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-mvtnorm Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-nloptr Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-NMF Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-nnls Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-nortest Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-numbers Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-numDeriv Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-outliers Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-partitions Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-pbkrtest Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-pls Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-polynom Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-prodlim Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-psych Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-quadprog Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-qualityTools Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-quantreg Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-RcppArmadillo Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-RcppEigen Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-RcppRoll Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-recipes Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-rgenoud Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-RHmm Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-Rmpfr Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-robustbase Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-Rsolnp Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-RSvgDevice Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-sandwich Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-sf Update to 2.4.0 2019-01-11 20:16:50 +00:00
R-cran-sm Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-sp Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-SparseM Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-spData Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-spdep Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-SQUAREM Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-sspir Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-stabledist Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-survey - Update to 3.35 2018-12-29 03:16:34 +00:00
R-cran-truncnorm Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-units Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-uroot Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-VGAM Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-xts Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-Zelig Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
R-cran-zoo Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
randlib
rapid
reduce math/reduce: fix stage-qa issues 2019-01-13 16:12:54 +00:00
reduce-psl math/reduce{,-psl}: Drop unused variables 2019-01-08 15:22:52 +00:00
reed-solomon
rexx-regmath
rkward-kde Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
rngstreams
rocs Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
rpcalc Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
rpy Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
rubygem-algebra
rubygem-expression_parser
rubygem-fftw3
rubygem-mathn
rubygem-narray
rubygem-narray_miss
rubygem-numru-misc
rubygem-numru-units
rubygem-rb-gsl
saga math/saga: Update to 7.1.1 2018-12-31 19:14:19 +00:00
sage Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
sc
sc-im
scalapack Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
scilab Make USES=gl conditional on the GUI option to unbreak build when GUI is 2019-01-08 17:51:14 +00:00
scilab-toolbox-swt Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
SCIP Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
scs Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
sdpa Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
sdpara Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
secp256k1 Update to latest snapshot and include module "recovery". 2018-11-26 08:20:12 +00:00
sfft Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
sfst
simd-viterbi
singular math/singular: add USES=ncurses warned by stage-qa 2018-09-21 06:30:15 +00:00
slatec Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
sleef Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
slepc Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
slgrace Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
snns
solitaire
SoPlex Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
sound-of-sorting
spar
spblas Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
spectra math/spectra: 0.6.2 -> 0.7.0 2019-01-16 04:56:45 +00:00
speedcrunch Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
spooles Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
spooles-mpich
spot math/spot: Update 2.6.3 -> 2.7 2018-12-12 18:37:46 +00:00
stp Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
suitesparse Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
sundials Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
superlu Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
superlu_mt Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
symmetrica
tablix
taucs Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
tblis
testu01
tetgen
timbl math/timbl: Update 6.4.2 -> 6.4.13 2018-12-07 23:51:24 +00:00
tmv Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
tomsfastmath Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
topaz Add EXAMPLES options to ports that should have one. 2018-09-10 13:15:47 +00:00
topcom math/topcom: Remove the unnecesary DISTVERSIONPREFIX 2018-12-07 03:55:14 +00:00
triangle
trlan Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
truthtable
tvmet
ump
units Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
unuran Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
viennacl Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
visualpolylib New port: math/visualpolylib: Visualization program for PolyLib 2018-12-07 04:02:58 +00:00
vowpal_wabbit Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
vtk6 Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
vtk8 Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
wcalc
wfmath Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
why3
wingz3
wxMaxima
x12arima Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
xblas
xfce4-calculator-plugin
xgraph Add EXAMPLES options to ports that should have one. 2018-09-10 13:15:47 +00:00
xlapack Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
xldlas
xlife++ Update math/eigen3 to 3.3.7 2018-12-26 09:06:34 +00:00
xplot
xppaut Change x11/xorgproto to become a build dep 2018-09-11 18:34:27 +00:00
xspread
xtensor math/xtensor: Update 0.17.3 -> 0.19.1 2018-12-22 23:22:49 +00:00
yacas Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
yices math/yices: Update 2.6.0 -> 2.6.1 2018-10-28 04:45:48 +00:00
z3 Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
zegrapher Fix Qt5 symbol version scripts to put the catch-all clause first. When 2019-01-16 11:13:44 +00:00
zimpl math/zimpl: Update 3.3.4 -> 3.3.6 2018-11-11 21:06:57 +00:00
Makefile Fix INDEX 2019-01-13 18:31:42 +00:00