1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/math
Raphael Kubo da Costa c3f9087c48 Update PyQt to 4.11.1, QScintilla to 2.8.3 and SIP to 4.16.2.
... And bump PORTREVISION on ports that depend on devel/qscintilla2 due to
the shlib version change.

This is brought to you by the KDE on FreeBSD team. Besides updating to newer
upstream releases, this commit also contains a lot of under-the-hood changes
to the PyQt/QScintilla/SIP ports. Their Makefiles had accumulated a lot of
cruft over time, so it was time for some summer cleaning:

- General, belated changes:
  * Use OPTIONS helpers wherever possible, stop including
    <bsd.port.options.mk> when not necessary, stop checking for
    ${PORT_OPTIONS:MDOCS} and ${PORT_OPTIONS:MEXAMPLES} when not necessary,
    add options such as DOCS and/or DEBUG where they were only checked for.

- QScintilla ports:
  * Drop the API option from py-qt4-qscintilla2. It had been broken ever
    since staging support was added, and its existence does not make much
    sense: QScintilla is a hard dependency regardless of the state of this
    option anyway, they all come from the same tarball and the configuration
    script assumes the .api file will always be installed.

- PyQt ports:
  * The configure.py patch shared by all PyQt ports has been trimmed down to
    the minimum. Changes for Qt3 compatibility or for things that are just
    not needed anymore have been removed.

  * Several post-configure targets in the PyQt ports have been removed, as
    they had no effect on the way the ports were built whatsoever.

  * In some cases, instead of calling Python's py_compile.py on `ls *.py
    */*.py */*/*.py` to generate .pyc and .pyo files, we just call
    compileall.py, which is made for this kind of task.

  * The patch + sed hack to build py-qt4-dbussupport has been replaced by
    only extracting the dbus/ directory for that port and excluding it from
    all others.

  * Move the bulk of the code in all Makefiles to bsd.pyqt.mk, like the
    non-Python Qt ports do with bsd.qt.mk and the QT_DIST variable. A large
    portion of all PyQt Makefiles were very similar and contained a lot of
    boilerplate code that can be shared among all of them since they all
    come from the same tarball. bsd.pyqt.mk now has a PYQT4_DIST variable
    that, when set, automatically sets several common variables and the
    do-configure target for a port. This allows us to considerably reduce
    the size of all the py-qt4-* Makefiles.

  * To make the above possible and also to allow us to use as many OPTIONS
    helpers as possible, the ARGS variable is now called CONFIGURE_ARGS.
    That's what it was used for anyway.

PR:		191990
2014-07-23 19:53:11 +00:00
..
aamath Second attempt to fix build on 11.0-CURRENT. 2014-07-21 21:21:59 +00:00
abacus
abakus
abs
add
algae
algotutor
alt-ergo
analitza
ann
apc
aribas
armadillo
arpack Modernize LIB_DEPENDS 2014-07-13 23:36:40 +00:00
arpack-ng Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
arpack++
asir2000
aspcud
asymptote Remove redudant post-install: 2014-07-23 12:43:45 +00:00
atlas Fix some non default LIB_DEPENDS 2014-07-16 08:26:25 +00:00
atlas-devel Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
bamg
bargraph
biggles
bihar Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
blacs Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
blas
blitz++ Fix build with texlive 2014-07-21 22:30:39 +00:00
blocksolve95 Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
bsdnt
calc Add USES=readline to fix build. 2014-07-20 19:48:06 +00:00
calcoo
calctool Fix some non default LIB_DEPENDS 2014-07-16 08:26:25 +00:00
cantor
carve
cblas Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
ccmath
cgal - Convert USE_BZIP2 to USES 2014-07-22 22:17:21 +00:00
chaco
chryzodus
clarence
clasp
clipper
cln Modernize LIB_DEPENDS 2014-07-13 23:36:40 +00:00
cloog
clp
coinmp math/coinmp: some fixes 2014-07-17 19:55:37 +00:00
concorde
convertall
coq Switch to texlive 2014-07-23 13:04:15 +00:00
crlibm Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
cvc3 Stagify. 2014-07-16 03:25:07 +00:00
dcdflib Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
diehard Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
dieharder
djbfft
drgeo
dynare
e
edenmath
eigen2
eigen3
eispack
elmer-umfpack
emc2
ent
entropy
ess
eukleides
eval Add USES=readline to fix build on -current. 2014-07-23 13:24:53 +00:00
facile
fann
fflas-ffpack
fftw
fftw3
fftw3-float
fftw3-long
fftw3-quad
fftw-float
fityk
foma
fpc-fftw
fpc-gmp
fpc-numlib
freemat
fricas
fxt
galculator
gambit
gap
gcalctool
gdcalc
geg
geogebra-i18n
geonext
gexpr
ggobi
giacxcas
GiNaC
givaro Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
gkmap
glgraph
glm
glpk Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
gmm++ Update to 4.3. 2014-07-12 17:06:46 +00:00
gmp
gmp-ecm Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
gnubc
gnumeric
gnuplot Switch to wx 3.0 2014-07-21 22:53:25 +00:00
goblin
gotoblas Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
grace
gracetmpl
graphthing
gretl
gri Switch to texlive 2014-07-23 13:05:38 +00:00
gringo
grpn
gsl
hexcalc
hfst
hs-Agda
hs-categories
hs-comonad
hs-comonad-transformers
hs-comonads-fd
hs-contravariant
hs-data-lens
hs-data-lens-template
hs-distributive
hs-erf
hs-groupoids
hs-ieee754
hs-math-functions
hs-mwc-random
hs-nats
hs-NumInstances
hs-pointed
hs-probability
hs-semigroupoid-extras
hs-semigroupoids
hs-semigroups
hs-statistics
hs-vector-space
igraph Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
isabelle Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
ised
itl Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
jacal
jags
jakarta-commons-math
jakarta-commons-math3
jama
javanns
javaview Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
jeuclid
jlatexmath
jsmath Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
jsmath-fonts
jsmath-fonts-sprite Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
jtransforms
jts
kalgebra
kash3 Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
kbruch
kcalc
kig
kktdirect Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
kmplot
labplot
lambda
lapack
lapack95 Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
lapack++
lapacke Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
laspack
ldouble
levmar
libflame Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
libjbigi
liblbfgs
libmissing
libneural
libocas
liborigin
libqalculate
libR
libranlip
libRmath
libtommath
libtsnnls
linpack
lll_spect
lp_solve
lrng Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
ltl
ltl2ba
lybniz
mate-calc
mathomatic Add USES=readline to fix build. 2014-07-20 19:49:21 +00:00
matio
matlab-installer
matrix Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
maxima Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
mbasecalc
metis Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
metis4
metis-edf
mingw32-libgmp
minisat
miracl
moo
mpc
mpexpr
mpfr
mpir New port: math/mpir 2014-07-15 14:23:11 +00:00
mprime Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
msieve Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
mtl
mtrxmath
mumps
mumps-mpich
muparser
naturalmath
nauty
ndiff
newmat
ngraph
ntl
numdiff
nyh-hoc
ocaml-ocamlgraph Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
ocaml-zarith
ocamlgsl Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
octave Update PyQt to 4.11.1, QScintilla to 2.8.3 and SIP to 4.16.2. 2014-07-23 19:53:11 +00:00
octave-forge
octave-forge-actuarial
octave-forge-ad
octave-forge-audio
octave-forge-base
octave-forge-bim
octave-forge-bioinfo
octave-forge-cgi
octave-forge-civil-engineering
octave-forge-communications
octave-forge-control
octave-forge-data-smoothing
octave-forge-database
octave-forge-dataframe
octave-forge-dicom Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
octave-forge-divand
octave-forge-econometrics
octave-forge-engine
octave-forge-fenv
octave-forge-financial
octave-forge-fits
octave-forge-fl-core
octave-forge-fpl
octave-forge-fuzzy-logic-toolkit
octave-forge-ga
octave-forge-general
octave-forge-generate_html
octave-forge-geometry
octave-forge-gnuplot
octave-forge-gsl Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
octave-forge-ident
octave-forge-image
octave-forge-informationtheory
octave-forge-integration
octave-forge-io
octave-forge-irsa
octave-forge-linear-algebra
octave-forge-lssa
octave-forge-ltfat Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
octave-forge-mapping
octave-forge-mechanics
octave-forge-miscellaneous
octave-forge-missing-functions
octave-forge-msh
octave-forge-multicore
octave-forge-mvn
octave-forge-nan
octave-forge-ncarray
octave-forge-netcdf
octave-forge-nlwing2
octave-forge-nnet
octave-forge-nurbs
octave-forge-ocs
octave-forge-oct2mat
octave-forge-octcdf
octave-forge-octclip
octave-forge-octgpr
octave-forge-octproj Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
octave-forge-odebvp
octave-forge-odepkg
octave-forge-optim
octave-forge-optiminterp
octave-forge-outliers
octave-forge-parallel
octave-forge-pdb
octave-forge-plot
octave-forge-pt_br
octave-forge-quaternion
octave-forge-queueing
octave-forge-secs1d
octave-forge-secs2d
octave-forge-secs3d
octave-forge-signal
octave-forge-simp
octave-forge-sockets
octave-forge-specfun
octave-forge-special-matrix
octave-forge-spline-gcvspl
octave-forge-splines
octave-forge-statistics
octave-forge-strings
octave-forge-struct
octave-forge-symband
octave-forge-symbolic Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
octave-forge-tcl-octave
octave-forge-tsa
octave-forge-video Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
octave-forge-xraylib
octave-forge-zenity
ogdf
oleo
open-axiom
openblas math/openblas: 0.2.8 -> 0.2.9 2014-07-17 19:12:44 +00:00
openfst
orpie Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
p5-AI-DecisionTree
p5-AI-Genetic
p5-AI-NeuralNet-BackProp
p5-AI-Perceptron
p5-Algorithm-Combinatorics
p5-Algorithm-CurveFit
p5-Algorithm-KMeans
p5-Algorithm-Munkres
p5-bignum - update to 0.37 2014-07-15 06:47:20 +00:00
p5-Bit-ShiftReg
p5-Bit-Vector
p5-Bit-Vector-Minimal
p5-CAD-Calc
p5-Chart-Math-Axis
p5-Data-Float
p5-Date-Handler
p5-Geo-Coordinates-UTM
p5-Geo-Distance
p5-Geo-Distance-XS
p5-GIS-Distance
p5-GIS-Distance-Fast
p5-GIS-Distance-Lite
p5-Graph
p5-Math-Algebra-Symbols
p5-Math-Base36
p5-Math-Base85
p5-Math-BaseCalc
p5-Math-BaseCnv
p5-Math-Bezier
p5-Math-Bezier-Convert
p5-Math-BigInt
p5-Math-BigInt-FastCalc
p5-Math-BigInt-GMP
p5-Math-BigInt-Pari
p5-Math-BigRat
p5-Math-Calc-Units
p5-Math-CDF
p5-Math-Cephes
p5-Math-Combinatorics
p5-Math-Complex
p5-Math-ConvexHull
p5-Math-Currency
p5-Math-Derivative
p5-Math-Evol
p5-Math-Expr
p5-Math-FFT
p5-Math-FixedPrecision
p5-Math-Fleximal
p5-Math-Geometry
p5-Math-Geometry-Planar
p5-Math-Geometry-Planar-GPC
p5-Math-Geometry-Planar-GPC-Polygon
p5-Math-Geometry-Planar-Offset
p5-Math-Geometry-Voronoi
p5-Math-GMP
p5-Math-GMPf
p5-Math-GMPq
p5-Math-GMPz
p5-Math-Gradient
p5-Math-GSL
p5-Math-Int64
p5-Math-Int128
p5-Math-Interpolate
p5-Math-Intersection-StraightLine
p5-Math-Logic
p5-Math-Matrix
p5-Math-MatrixReal
p5-Math-MPC
p5-Math-MPFR
p5-Math-NumberCruncher
p5-Math-Pari
p5-Math-Polygon
p5-Math-Polygon-Tree
p5-Math-Polynomial-Solve
p5-Math-Prime-XS
p5-Math-Random
p5-Math-Random-ISAAC
p5-Math-Random-ISAAC-XS
p5-Math-Random-MT
p5-Math-Random-MT-Auto
p5-Math-Random-OO
p5-Math-Random-Secure
p5-Math-RandomOrg
p5-Math-Round
p5-Math-Round-Var
p5-Math-RPN
p5-Math-Sequence
p5-Math-Series
p5-Math-SigFigs
p5-Math-SimpleVariable
p5-Math-Spline
p5-Math-String
p5-Math-Symbolic
p5-Math-Symbolic-Custom-CCompiler
p5-Math-Symbolic-Custom-Contains
p5-Math-Symbolic-Custom-ErrorPropagation
p5-Math-Symbolic-Custom-LaTeXDumper
p5-Math-Symbolic-Custom-Pattern
p5-Math-Symbolic-Custom-Simplification
p5-Math-Symbolic-Custom-Transformation
p5-Math-SymbolicX-BigNum
p5-Math-SymbolicX-Complex
p5-Math-SymbolicX-Error
p5-Math-SymbolicX-Inline
p5-Math-SymbolicX-NoSimplification
p5-Math-SymbolicX-ParserExtensionFactory
p5-Math-SymbolicX-Statistics-Distributions
p5-Math-TrulyRandom
p5-Math-Units
p5-Math-Vec
p5-Math-VecStat
p5-Math-VectorReal
p5-NetCDF
p5-Number-Compare
p5-Number-Fraction
p5-Number-Uncertainty
p5-Number-WithError
p5-Number-WithError-LaTeX
p5-Parse-Range
p5-Roman
p5-Set-IntSpan
p5-Set-IntSpan-Fast
p5-Set-IntSpan-Fast-XS
p5-Set-Partition
p5-Set-Window
p5-Statistics-Basic
p5-Statistics-Benford
p5-Statistics-ChiSquare
p5-Statistics-Contingency
p5-Statistics-Descriptive
p5-Statistics-Descriptive-Discrete
p5-Statistics-Distributions
p5-Statistics-Forecast
p5-Statistics-Frequency
p5-Statistics-LineFit
p5-Statistics-Lite
p5-Statistics-LTU
p5-Statistics-OLS
p5-Statistics-R
p5-Statistics-Regression
p5-Statistics-TTest
p5-Task-Math-Symbolic
p5-Text-AsciiTeX
pari
parmetis - Convert net/openmpi to USES=libtool and bump dependent ports 2014-07-14 16:51:44 +00:00
parmgridgen Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
PDL Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
pear-Math_BigInteger
pear-Math_Combinatorics
pecl-big_int Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
pecl-bitset
pecl-stats
pecl-trader
petsc Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
php5-bcmath
php5-gmp
php53-bcmath
php53-gmp
php55-bcmath
php55-gmp
physcalc
plman
ploticus Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
ploticus-nox11
plplot
plplot-ada
primegen
prng Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
proofgeneral - Add stage support 2014-07-16 16:53:37 +00:00
pspp
pure-mpfr Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
pure-rational Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
py-apgl
py-basemap Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
py-basemap-data
py-bitvector
py-bottleneck
py-fastcluster
py-ffc
py-fiat
py-fpconst
py-gato
py-gmpy Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
py-gnuplot
py-graphillion
py-gsl Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
py-igraph
py-mathdom
py-matplotlib
py-mpmath
py-munkres
py-networkx
py-numarray
py-numeric
py-numexpr
py-numpy math/py-numpy: Use INSTALLS_EGGINFO, fixes pkg_resources detection 2014-07-16 13:16:17 +00:00
py-nzmath Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
py-pandas
py-patsy
py-plastex
py-probstat
py-pybloom
py-pymc
py-roman
py-scientific Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
py-statsmodels
py-svgmath
py-symeig
py-sympy
py-ufl
py-viper
qalculate
qd
qhull
qhull5
qrupdate
qtiplot
qtiplot-doc
qtoctave
qwtplot3d-qt4
R Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
R-cran-bdsmatrix
R-cran-car
R-cran-ChangeAnomalyDetection
R-cran-coda
R-cran-deldir
R-cran-dlmodeler
R-cran-forecast
R-cran-Formula
R-cran-fracdiff
R-cran-gpclib
R-cran-gss
R-cran-gtable
R-cran-igraph
R-cran-inline
R-cran-KFAS
R-cran-labeling
R-cran-LearnBayes
R-cran-MCMCpack
R-cran-memisc
R-cran-mvtnorm
R-cran-nnls
R-cran-outliers
R-cran-psych
R-cran-quadprog
R-cran-RcppArmadillo
R-cran-RHmm
R-cran-RSvgDevice
R-cran-sandwich
R-cran-sm
R-cran-sp
R-cran-spdep
R-cran-sspir
R-cran-stabledist
R-cran-SuppDists
R-cran-xts
R-cran-Zelig
R-cran-zoo
randlib
rapid
reduce
reed-solomon
rkward-kde4 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
rngstreams
rocs
rpcalc Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
rpy
rpy2 Add USES=readline to fix build on -current. 2014-07-23 13:24:53 +00:00
ruby-algebra
ruby-fftw3 Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
ruby-gnuplot
ruby-gsl Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
ruby-narray Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
ruby-narray_miss
ruby-numru_misc
ruby-numru_units
rubygem-narray
rubygem-narray_miss
rubygem-numru-misc
rubygem-numru-units
saga - Remove USE_AUTOTOOLS=libtool 2014-07-11 11:16:06 +00:00
sage - Unset group write priveleges in the pynac subpackage, so that it will build 2014-07-21 12:55:41 +00:00
sc
scalapack Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
scilab Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
scilab-toolbox-sivp
scilab-toolbox-swt
sdpa Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
sdpa-gmp Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
sdpara Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
sedumi Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
sfft Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
sfst
simd-viterbi
slatec
slgrace
snns
solitaire
spar
spblas Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
speedcrunch
spooles
spooles-mpich
stp
suitesparse
superlu Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
superlu_mt Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
surf
tablix
taucs Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
testu01
tetgen
timbl Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
tomsfastmath
topaz Add USES=readline to fix build on -current. 2014-07-23 13:24:53 +00:00
triangle
trlan
truthtable
tvmet
ufc
ump Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
units
unixstat
unuran
vtk5 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
vtk5-data
vtk6 Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES. 2014-07-15 17:52:17 +00:00
wcalc
wfmath
why3
why3-gpl
wingz3 Use the new IA32_BINARY_PORT knob, instead of limiting to archs i386 2014-07-13 19:35:06 +00:00
wxMaxima - Add support for stage dir 2014-07-12 02:05:07 +00:00
x12arima
xblas
xgobi
xgraph
xlapack
xldlas
xplot
xppaut Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
xspread Fix some non default LIB_DEPENDS 2014-07-16 08:26:25 +00:00
yacas
Makefile New port: math/mpir 2014-07-15 14:23:11 +00:00