Accomplish this by re-enabling the cephes subpackage, and then putting
a wrapper around "ld" so that the option --copy-dt-needed-entries is set.
- Bump portrevision.
PR: 198893
Submitted by: John Marino
Based on the work done by Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>,
OpenBLAS port maintainer.
Hide py-nose dependency under new TESTS option.
Convert to USES=blaslapack.
Differential Revision: D2060
Reviewed by: koobs, thierry
===> Staging for R-cran-car-2.0.25
===> Generating temporary packing list
ERROR: dependencies 'pbkrtest', 'quantreg' are not available for package 'car'
Reported by: pkg-fallout
Changes to Version 2.0-25
* Fixed df check in linearHypothesis.default() (bug report by Pierre Chausse).
* Fixed bug when vcov. argument to Anova() is a function (reported by Liviu
Andronic).
* Now export .carEnv to avoid problem with update() in Boot() (reported by
Alan T. Arnholt).
Changes to Version 2.0-24
* Fixed broken URLs.
* Changed handling of .carEnv environment.
* Moved pbkrtest, quantreg, and mgcv from Suggests: to Imports:.
Changes to Version 2.0-23
* Modified ScatterplotSmoothers to add an 'offset' to the vertical axis of
spread smooths. This are required in the marginal model plot functions.
* Fixed labels on mcPlot with overlay=FALSE
* Check for 0 residual df and 0 residual deviance (within rounding) in Anova()
and linearHypothesis() (problem reported by Jonathan Love).
* Fixed model.matrix.lme and model.matrix.gls utility functions, and hence
Anova and vif, respectively, to work with models specified with formulas
supplied as objects (after problem noted by Gang Chen).
* Added Wong data set, used in mixed-models appendix.
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
This one happens in many, many ports. I only applied it in cases where
it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
The kde@ team presents KDE SC 4.14.3, the last planed release
of the KDE SC 4 series.
In addition to the updates provided by the KDE SC developers, this
update also addresses numerous FreeBSD and PORTS specific
issues, found and solved by the kde@ team and area51 testers,
most notorously Tobias C. Berner <tcberner@gmail.com>
PR: 197751
PR: 197871
PR: 184996
Reviewed by: rakuco (mentor)
Differential: https://reviews.freebsd.org/D1950