| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]
This is correcting issues from r523749 [1][2][4] and r515970 [3]
PR: 231371
Reported by: build cluster [1]
Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by: many [5]
Reviewed by: mat, bapt
Approved by: implicit, since this is a build fix
Notes:
svn path=/head/; revision=524642
|
|
|
|
|
|
|
| |
a bunch of additional ports.
Notes:
svn path=/head/; revision=521020
|
|
|
|
|
|
|
|
| |
See the NEWS file for upstream changes:
https://cran.r-project.org/doc/manuals/r-release/NEWS.html
Notes:
svn path=/head/; revision=520193
|
|
|
|
| |
Notes:
svn path=/head/; revision=520192
|
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Notes:
svn path=/head/; revision=513733
|
|
|
|
|
|
|
|
|
|
|
| |
- Connect tests to the framework to help QA remaining patches
- Force rebuild all consumers after https://reviews.llvm.org/D59783
Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log
ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/
Notes:
svn path=/head/; revision=512535
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
libomp is provided by
- LLVM, which gets pulled in with FLANG
- gcc
So, we *must* only depend on devel/openmp when
- the OPENMP knob is on
- FLANG is off (guaranteed to be off for all archs except amd64)
- clang is the C compiler.
But, we cannot modify LIB_DEPENDS after CHOSEN_COMPILER_TYPE is defined, so
for now, limit the OPENMP knob for i386 and amd64 where clang is the
default compiler.
This will be moot after 12.1 when openmp will be in base.
PR: 240279
Reported by: pkubaj
Reviewed by: pkubaj
Notes:
svn path=/head/; revision=512371
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Upstream changes: See 'CHANGES IN R 3.6.1' and 'CHANGES IN R 3.6.1 patched'
at https://cran.r-project.org/doc/manuals/r-devel/NEWS.html
Notes:
svn path=/head/; revision=506648
|
|
|
|
|
|
|
|
|
| |
This is to fix build of textproc/R-cran-stringi.
Approved by: mentors (implicite approval)
Notes:
svn path=/head/; revision=504483
|
|
|
|
|
|
|
|
|
| |
Compiles fine on powerpc64.
Approved by: mentors (implicite approval)
Notes:
svn path=/head/; revision=504418
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Expire after the last version without /usr/lib/libomp.so
- Drop SOVERSION for seamless transition (i.e., avoid conditionals)
PR: 236907
Approved by: bapt (maintainer)
Differential Revision: https://reviews.freebsd.org/D19767
Notes:
svn path=/head/; revision=501030
|
|
|
|
|
|
|
| |
Pointy-hat: jrm
Notes:
svn path=/head/; revision=500607
|
|
|
|
|
|
|
|
| |
Upstream changes: See 'CHANGES IN R 3.6.0' from
https://cran.r-project.org/doc/manuals/r-devel/NEWS.html
Notes:
svn path=/head/; revision=500605
|
|
|
|
|
|
|
|
|
|
| |
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl
Notes:
svn path=/head/; revision=499638
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
Notes:
svn path=/head/; revision=498476
|
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479
Notes:
svn path=/head/; revision=496981
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
'CHANGES IN R 3.5.3' from
https://cran.r-project.org/doc/manuals/r-devel/NEWS.html
- writeLines(readLines(fnam), fnam) now works as expected, thanks to Peter
Meissner's PR#17528
- setClassUnion() no longer warns, but uses message() for now, when
encountering "non local" subclasses of class members
- stopifnot(exprs = T) no longer fails
Notes:
svn path=/head/; revision=495682
|
|
|
|
|
|
|
|
|
| |
This is mostly a bug-fix release. For details see 'CHANGES IN R 3.5.2' in
the release notes.
https://cran.r-project.org/doc/manuals/r-devel/NEWS.html
Notes:
svn path=/head/; revision=488163
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
Notes:
svn path=/head/; revision=487272
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
Notes:
svn path=/head/; revision=484628
|
|
|
|
|
|
|
|
|
|
| |
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
Notes:
svn path=/head/; revision=483807
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine
Notes:
svn path=/head/; revision=482830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
Notes:
svn path=/head/; revision=475857
|
|
|
|
| |
Notes:
svn path=/head/; revision=474137
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/62
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 229359
Exp-run by: antoine (only 10.4)
Notes:
svn path=/head/; revision=473551
|
|
|
|
|
|
|
|
|
|
| |
When ATLAS is built locally and then injected into poudriere (or other
similar shenanigans) it does not make sense to block building of R.
Approved by: jrm (maintainer)
Notes:
svn path=/head/; revision=470987
|
|
|
|
|
|
|
| |
Upstream changes: https://cran.r-project.org/doc/manuals/r-devel/NEWS.html
Notes:
svn path=/head/; revision=468249
|
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61)
Notes:
svn path=/head/; revision=466648
|
|
|
|
|
|
|
|
| |
Upstream changes:
https://cloud.r-project.org/doc/manuals/r-release/NEWS.html
Notes:
svn path=/head/; revision=464645
|
|
|
|
|
|
|
| |
version 1.1.0 (via revision 464079).
Notes:
svn path=/head/; revision=464084
|
|
|
|
|
|
|
|
|
|
|
| |
The TCLTK option was turned off in r455296, however this breaks
devel/R-cran-gsubfn.
PR: 224472
Submitted by: w.schwarzenfeld@utanet.at
Notes:
svn path=/head/; revision=463169
|
|
|
|
|
|
|
|
| |
files/patch-src_main_Makefile.in, so that the SONAME for libR is included.
This was intended for r455296.
Notes:
svn path=/head/; revision=455297
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Other port changes:
- Add armv6 and armv7 to ONLY_FOR_ARCHS; armv6 and armv7 were tested by mmel@
and working on 11.
- Remove LIBR option and always build the shared library. This was requested by
yuri@ and a RFC was posted on ports@ with no response.
- Exclude OPENMP option for everything except amd64 and i386.
- Turn on OPENMP option by default to match upstream.
- Turn off TCLTK option by default.
- LLVM, which gets pulled in with FLANG, provides libomp, so only depend on
devel/openmp, when GFORTRAN and OPENMP are on.
Notes:
svn path=/head/; revision=455296
|
|
|
|
|
|
|
|
|
| |
addressed in r454161.
PR: 221127
Notes:
svn path=/head/; revision=454429
|
|
|
|
|
|
|
|
|
|
| |
- Rename USES=fortran:gcc to the more appropriate USES=fortran:gfortran.
- Change the options in math/R and math/libRmath so the choice becomes
flang or default instead of flang or gfortran. Use default Fortran
compiler again on amd64.
Notes:
svn path=/head/; revision=454428
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/60
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 223373
Exp-run by: antoine
Notes:
svn path=/head/; revision=453790
|
|
|
|
|
|
|
|
|
|
| |
appropriate BLAS library.
PR: 220418
Submitted by: yuri@rawbw.com
Notes:
svn path=/head/; revision=452928
|
|
|
|
|
|
|
|
|
|
|
| |
Also
- Build Fortran code with flang by default on amd64.
- Remove LTO option. Upstream does not turn it on by default, it has
caused problems with each GCC upgrade, and any benefit is unclear.
- Do not specify USES=compiler:openmp since that just forces GCC.
Notes:
svn path=/head/; revision=450927
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Temporarily keep C++98 working in consumers for Clang's default -std=
Changes: http://site.icu-project.org/download/59
PR: 218788
Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by: antoine
Notes:
svn path=/head/; revision=450556
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
Notes:
svn path=/head/; revision=449591
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifying TCLTK_USES=tk:84+ was pulling in version 8.4 for package builds on
cluster, however the Tcl/Tk 8.4 ports are being deprecated. Simply using
TCLTK_USES=tk pulls in the default version. [1]
While here, silence a portlint warning about the location of ONLY_FOR_ARCHS and
use DISTVESION instead of PORTVERSION.
Reported by: gahr [1]
Notes:
svn path=/head/; revision=449282
|
|
|
|
|
|
|
|
|
|
| |
R-Cran-* on FreeBSD 10
Reported by: pkg-fallout
With hat: portmgr
Notes:
svn path=/head/; revision=448609
|
|
|
|
|
|
|
|
| |
PR: 221127
Reported by: rs.os@t-online.de
Notes:
svn path=/head/; revision=447178
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
permitting FLANG only with RBLAS
- Only apply SONAME patches when the relevant options are chosen. This
prevents install errors when LIBR is off.
- Only permit the FLANG option when RBLAS is chosen, because FLANG causes
some configure-time checks to fail and the shared RBLAS library is fallen
back upon, but not properly packaged, which causes runtime issues.
- Bump PORTREVISION
Reported by: rhurlin@gwdg.de
Differential Revision: https://reviews.freebsd.org/D11726
Notes:
svn path=/head/; revision=446636
|
|
|
|
|
|
|
|
|
|
| |
PR: 219776
Submitted by: pawel
Reviewed by: pawel, mat
Differential Revision: https://reviews.freebsd.org/D11615
Notes:
svn path=/head/; revision=446199
|
|
|
|
|
|
|
|
| |
PR: 220480
Submitted by: Trond.Endrestol@ximalas.info
Notes:
svn path=/head/; revision=445079
|
|
|
|
|
|
|
|
|
| |
OPTIONS_SINGLE_FORTRAN_aarch64.
Submitted by: jbeich
Notes:
svn path=/head/; revision=445027
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream changes:
https://cran.r-project.org/doc/manuals/r-release/NEWS.html
Port changes:
- Add aarch64 to ONLY_FOR_ARCHS [1]
- Add off-by-default option for experimental fortran support via flang [2]
Submitted by: [1] andrew, [2] yuri@rawbw.com
Notes:
svn path=/head/; revision=445026
|
|
|
|
|
|
|
|
|
|
|
| |
internal packages use GNU make. While here, sort ONLY_FOR_ARCHS value to
silence portlint warning.
PR: 220341
Reported by: yuri@rawbw.com
Notes:
svn path=/head/; revision=444603
|