Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.0.g20191020_1 30 Sep 2022 20:16:07 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-09-30 devel/flang: Very outdated and unsupported upstream, current version
in tree is several years old and upstream is still active |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
7.0.g20191020_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
7.0.g20191020_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
7.0.g20191020_1 25 Jun 2022 19:33:16 |
Daniel Engberg (diizzy) |
devel/flang: Deprecate and set expiration date to 2022-09-30
Current version is very outdated and unsupported upstream
Upstream is working to improve Flang compiler included in LLVM
See https://github.com/flang-compiler/flang/wiki for more information
This change was also discussed with bapt
PR: 263810
Approved by: jmd (maintainer timeout, 6+ weeks) |
7.0.g20191020_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.0.g20191020_1 05 Sep 2020 20:51:22 |
jmd |
devel/flang: add common workaround |
7.0.g20191020 08 Dec 2019 07:27:04 |
antoine |
Remove duplicate line from plist |
7.0.g20191020 21 Oct 2019 00:23:17 |
jmd |
devel/flang: update to the latest upstream snapshot
OpenMP now works in my tests. |
6.0.g20180904_4 04 Oct 2019 22:13:05 |
linimon |
Factor out hardcoding of the string "clang<version". When doing the
work to identify stale versions of clang tree-wide, these instances
cause extra work.
Refactor this usage into LLVM_VER.
Note: this refactoring causes portlint to complain but IMHO this
annoyance is worth tolerating to help ease maintainability.
PR: 239737, 239738
Approved by: maintainer |
6.0.g20180904_4 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
6.0.g20180904_3 15 Mar 2019 08:43:09 |
tobik |
devel/flang: Attempt to fix TESTS option
In r479159 the TESTS option was incorrectly switched to options
helpers. Options helpers are ineffective when set after
bsd.port.options.mk and it should have used the CMAKE_BOOL helper.
Reported by: tobik (in D19553) |
6.0.g20180904_2 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
6.0.g20180904_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
6.0.g20180904_1 11 Sep 2018 00:15:00 |
jmd |
devel/flang[-clang]: remove wrapper script dependency.
Patch flang-clang directly to link the required libraries and include the proper
library directories. Hence, the need of the wrapper script (and it's non-optimal
behavior) vanishes.
While there, mark flang-clang broken on 10. Its LLVM6 base is not supported
there and due to libpgmath only working on 12+, there is no need for it
anyways. |
6.0.g20180904 06 Sep 2018 20:11:07 |
jmd |
devel/flang[-clang]: update to later snapshots
This introduces flang-driver, a clang6-derived driver / companion compiler, and
uses math/libpgmath as the math library backend. Notably, the latter currently
limits us to 12-CURRENT.
Patches are a combination of carry-over and adapted OpenBSD ones.
While there, pet portlint.
Reviewed by: zeising (mentor), mat
Approved by: zeising (mentor)
Obtained from: Brian Callahan (bcallah@openbsd.org) with adaptations
Differential Revision: https://reviews.freebsd.org/D17036 |
5.0.20171225_2 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
5.0.20171225_1 15 Jan 2018 23:01:07 |
jmd |
devel/flang-clang: Update to a new snapshot and fix pkg-plist to match the
recent upgrade of LLVM 5.0.0 to 5.0.1. Update requires patch to remove -ldl.
devel/flang: Bump PORTREVISION to force recompilation after the above companion
compiler update.
PR: 225174 (for the LLVM 5.0.1)
Approved by: swills (mentor, implicit) |
5.0.20171225 03 Jan 2018 02:14:35 |
jmd |
devel/flang: Update to a later development snapshot.
Contains various improvements and fixes over the last two months.
Reported by: Rainer Hurling <rhurlin@gwdg.de>
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D13727 |
5.0.20171019_2 12 Dec 2017 02:43:49 |
jmd |
devel/flang: silence warnings caused by the wrapper script shortcomings and only
add linking flags if needed.
PR: 220588
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Obtained from: PR220588 (with changes)
Differential Revision: https://reviews.freebsd.org/D13371 |
5.0.20171019_1 23 Oct 2017 14:18:15 |
jmd |
devel/flang, devel/flang-clang: Upgrade to use LLVM5.0 as the backend compiler
and use clang from upstream's LLVM5 branch.
While there, also remove all potential calls to sincos() as the function is, in
difference to what man (3) sincos reports on HEAD, not available in either 10 or
11 branches.
Reported by: jrm (sincos issue on 10/11)
Reviewed by: swills (mentor)
Approved by: swills (mentor), jrm (tested math/R with it)
Differential Revision: https://reviews.freebsd.org/D12735 |
4.0.20171019_1 20 Oct 2017 01:34:43 |
jmd |
devel/flang-clang and devel/flang: Upgrade to later snapshots. They bring a lot
of fixed bugs inside of flang and support for ejecting AVX512 operations.
Removes dependency on lang/openmp since devel/llvm40 brings its own (correct)
libomp.so.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D12734 |
4.0.20170812_1 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(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 |
4.0.20170812 16 Aug 2017 02:15:59 |
jmd |
devel/flang and devel/flang-clang: Update to later snapshots. While there, mark
flang-clang as only for amd64. It is only useful for flang and flang is only for
amd64 at the moment.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D12029 |
4.0.20170717 31 Jul 2017 02:33:10 |
jmd |
devel/flang and devel/flang-clang: Update to snapshots supporting llvm 4.0 and
upgrade dependencies to this version.
PR: 220829
Submitted by: Rainer Hurling (rhurlin@gwdg.de)
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D11709 |
3.9.20170522_1 25 Jun 2017 21:07:58 |
tcberner |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
3.9.20170522_1 24 May 2017 03:21:58 |
jmd |
devel/flang: update to latest github revision to chase their work in progress.
While there include two suggestions by Steve Kargl in the flang wrapper script
(add flang's include directory by default, add libompstub by default). Add a
TESTS option that enables flang's internal unit tests (request on
freebsd-fortran@). The last does not seem to be doing much in upstream yet.
There is still a problem when trying to compile statically. Also, OpenMP code
does compile w/ -fopenmp -L/usr/local/lib but does not execute in parallel yet.
Reported by: Steve Kargl <sgk@troutmask.apl.washington.edu> (flang wrapper
additions)
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10866 |
3.9.20170518_1 19 May 2017 15:57:15 |
jmd |
devel/flang: fix typo, increment port revision
Reported by: mat
Reviewed by: swills (mentor)
Approved by: swills (mentor) |
3.9.20170518 19 May 2017 02:01:51 |
jmd |
new ports: devel/flang and devel/flang-clang.
Welcome the freshly released flang Fortran LLVM compiler (currently only for
amd6) ! It needs as a companion a custom clang, added as flang-clang.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10805 |