| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Notes:
svn path=/head/; revision=507372
|
|
|
|
| |
Notes:
svn path=/head/; revision=494126
|
|
|
|
|
|
|
|
|
|
|
| |
to fix build on GCC-based architectures.
PR: 234941
Submitted by: Piotr Kubaj
Approved by: maintainer
Notes:
svn path=/head/; revision=490448
|
|
|
|
|
|
|
|
| |
PR: 213646
Submitted by: maintainer (mizhka@gmail.com)
Notes:
svn path=/head/; revision=429532
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415498
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412344
|
|
- While I'm here:
- Add LICENSE_FILE
- Add OPTIONS_DEFINE
Snzip is one of command line tools using snappy. This supports five types of
file formats:
framing-format,
old framing-format,
SNZ format,
snappy-java format
and snappy-in-java format.
The default format is framing-format.
WWW: https://github.com/kubo/snzip
PR: 205511
Submitted by: <mizhka@gmail.com>
Notes:
svn path=/head/; revision=404258
|