| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=538201
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These changes largely fall into just two categories:
1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away
For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.
For #2, I've fixed these as I can and we should upstream these fixes.
PORTREVISION is bumped for all of the above, because we will almost
certainly build these differently when the replacements actually start
working.
These were all detected by the below-referenced exp-run [1]. The patch
included forbids many ordinary characters from being escaped, since we'll
later imbue those with special meanings. This has had the nice side effect
of picking up various things that we didn't handle properly, e.g. \t and \r
for tab and carriage return.
PR: 229925 [1]
Approved by: koobs (mentor)
Approved by: portmgr (blanket: trivial build fixes)
MFH: no (invasive risk)
Differential Revision: https://reviews.freebsd.org/D25185
Notes:
svn path=/head/; revision=538197
|
|
|
|
|
|
|
|
| |
Upstream changes:
https://stat.ethz.ch/pipermail/r-announce/2020/000655.html
Notes:
svn path=/head/; revision=538162
|
|
|
|
|
|
|
|
| |
PR: 246970
Submitted by: maintainer
Notes:
svn path=/head/; revision=538128
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bugfixes.
- Workflow improvements.
- Improvements for some computations.
- New feature: computation of refined triangulations, using all input
generators or all lattice points in a polytope or being unimodular.
- Optional packages have been updated to the latest versions.
Approved by: gerald (mentor)
Notes:
svn path=/head/; revision=538088
|
|
|
|
| |
Notes:
svn path=/head/; revision=538087
|
|
|
|
| |
Notes:
svn path=/head/; revision=538071
|
|
|
|
|
|
|
|
|
|
| |
It seems that I forgot to ship this patch in the last review/commit.
Approved by: tcberner (mentor), adridg
Differential Revision: https://reviews.freebsd.org/D25142
Notes:
svn path=/head/; revision=538034
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=538027
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2020-06-05 audio/workman: Depends on expired x11-toolkits/xview
2020-05-05 x11-toolkits/xview: 64-bit unsupported
2020-06-05 math/p5-Algorithm-KMeans: Depends on expired math/p5-Math-GSL
2020-05-05 math/p5-Math-GSL: Broken for more than 6 months
2020-06-05 net/openbsc: Depends on expired devel/libosmo-netif
2020-05-05 devel/libosmo-netif: Broken for more than 6 months
2020-06-05 audio/xvmixer: Depends on expired x11-toolkits/xview
2020-06-05 devel/libosmo-sccp: Depends on expired devel/libosmo-netif
2020-06-05 audio/p5-Audio: Depends on expired math/p5-Math-GSL
Notes:
svn path=/head/; revision=538005
|
|
|
|
| |
Notes:
svn path=/head/; revision=537992
|
|
|
|
|
|
|
| |
Same as on powerpc64, USE_THREAD=1 enables OpenMP, so OpenMP will be always enabled.
Notes:
svn path=/head/; revision=537898
|
|
|
|
|
|
|
|
|
|
| |
Merge upstream commit to fix build on powerpc.
Use GCC from ports to build it.
Since this is mostly about G3 and G4 machines that users have and OpenBLAS supports only G4 of those, target G4.
Due to some (still unknown) regression on head, this builds on 12.1, but fails tests on head.
Notes:
svn path=/head/; revision=537882
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Release 0.89.0:
core:
* Add support for ResetForm action. Issue #225
* Fix crash in PDFDoc::getSignatureFields when there's no Forms at all
* Fix exporting to PS of some files with CID fonts
* Use ICC profiles in PS output (if new enough lcms is used)
* Allow almost-singular tiling pattern matrices. Issue #894
* Fix memory leak when failing to load some fonts
* CairoOutputDev: Use stroke opacity when clipping to a stroke path
* CairoOutputDev: Fix tiling patterns when pattern cell is too far. Issue #190
glib:
* Add poppler_movie_get_aspect
cpp:
* Add the font infos to the text_box object
Exp-run by: antoine
PR: 246848
Notes:
svn path=/head/; revision=537559
|
|
|
|
|
|
|
|
|
| |
- Chase devel/apache-commons-io update to 2.7. Although it is binary
compatible with 2.6, scilab hardcodes path to the versioned jar.
- Patch scilab configure script to avoid dependencies on versioned jar files.
Notes:
svn path=/head/; revision=537507
|
|
|
|
| |
Notes:
svn path=/head/; revision=537474
|
|
|
|
| |
Notes:
svn path=/head/; revision=537467
|
|
|
|
|
|
|
|
|
|
|
| |
Update consumer (science/py-abipy) to use Python >= 3.6
(avoid break bulk -a).
PR: 246858
Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer)
Notes:
svn path=/head/; revision=537444
|
|
|
|
|
|
|
| |
- Chase math/scilab update to 6.1.0
Notes:
svn path=/head/; revision=537161
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 6.1.0. Requires decent c++ compiler and iconv from ports.
- Clean up patch target: remove no longer needed patches and those ones which
don't affect build - at least for me.
- Remove MAKE_JOBS_UNSAFE. It was added in svn r417126 arguing that many
ocaml-dependent ports are not jobs safe, but there were no logs to analyse.
The plist change in that commit is unrelated to jobs safety.
Notes:
svn path=/head/; revision=537160
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=537054
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=537053
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=537048
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=537004
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=537003
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=537001
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=536999
|
|
|
|
|
|
|
|
|
|
|
| |
Error: moving to 21st century and adding GNU feature are denied
While here, pet portlint (rearrange lines).
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=536998
|
|
|
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D25047
Notes:
svn path=/head/; revision=536987
|
|
|
|
|
|
|
|
|
|
| |
power elliptic curve L-functions; it can compute up to about 64 digits of
precision.
It was bundled with SageMath, and now will be used as a dependency.
Notes:
svn path=/head/; revision=536974
|
|
|
|
|
|
|
| |
It was bundled with SageMath, and now will be used as a dependency.
Notes:
svn path=/head/; revision=536973
|
|
|
|
|
|
|
|
| |
Release notes at
<https://github.com/libsemigroups/libsemigroups/releases/tag/v1.1.0>.
Notes:
svn path=/head/; revision=536965
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=536946
|
|
|
|
| |
Notes:
svn path=/head/; revision=536945
|
|
|
|
| |
Notes:
svn path=/head/; revision=536932
|
|
|
|
|
|
|
|
|
| |
- Update to 0.3.1
- Remove now needless patches
- Update WWW
Notes:
svn path=/head/; revision=536814
|
|
|
|
| |
Notes:
svn path=/head/; revision=536768
|
|
|
|
| |
Notes:
svn path=/head/; revision=536752
|
|
|
|
|
|
|
|
|
| |
PR: 244746
Submitted by: /me
Approved by: maintainer´s time-out
Notes:
svn path=/head/; revision=536703
|
|
|
|
| |
Notes:
svn path=/head/; revision=536694
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=536680
|
|
|
|
|
|
|
|
| |
Use C11 compiler:
/usr/local/lib/python3.7/site-packages/cysignals/struct_signals.h:45: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'
Notes:
svn path=/head/; revision=536665
|
|
|
|
| |
Notes:
svn path=/head/; revision=536658
|
|
|
|
|
|
|
|
|
| |
Use C++14 compiler:
ERROR: unable to find flag for C++14 compilation
ERROR: test compilation with flag -std=c++14 failed [[cxx14.sh]]
Notes:
svn path=/head/; revision=536597
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=536587
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=536551
|
|
|
|
|
|
|
| |
Reported by: fallout
Notes:
svn path=/head/; revision=536530
|
|
|
|
|
|
|
| |
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons
Notes:
svn path=/head/; revision=536497
|
|
|
|
| |
Notes:
svn path=/head/; revision=536348
|
|
|
|
| |
Notes:
svn path=/head/; revision=536347
|