Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
15.0.d20241111_1 13 Jan 2025 23:53:15 |
Brooks Davis (brooks) |
devel/llvm-cheriot: Fix !CLANG plist
llvm-debuginfo-analyzer isn't part of Clang, but was matched by the
overly broad pattern `-analyzer`.
Reported by: jrtc27
Sponsored by: DARPA, AFRL |
15.0.d20241111_1 10 Jan 2025 18:53:22 |
Brooks Davis (brooks) |
devel/llvm-{cheri,morello}: add clang-tools-extras
This adds clangd among other things.
(Due to the port structure, this includes a graturious PORTREVISION bump
in llvm-cheriot. It doesn't seem worth the effort to avoid at this
point.) |
15.0.d20241111 06 Jan 2025 16:38:15 |
Brooks Davis (brooks) |
devel/llvm-cheri: Actually add files/llvm## to patches
Move condiationl EXTRA_PATCHES additions after bsd.port.pre.mk so
PATCHDIR is defined.
Sponsored by: DARPA, AFRL |
15.0.d20241111 04 Jan 2025 00:33:38 |
Brooks Davis (brooks) |
devel/llvm-cheri: fix type
Reported by: dvl
Fixes: 57f97b36a7cfe devel/llvm*: flip LICENSE_FILE_BSD3CLAUSE setting [NFC] |
03 Jan 2025 23:56:57
|
Brooks Davis (brooks) |
devel/llvm*: flip LICENSE_FILE_BSD3CLAUSE setting [NFC]
The location of this license file moved in LLVM 16. Since I'm doing
cleanup in this area and the split of ports is about 50/50, switch to
setting the old location in the older ports so the newer ports set fewer
variables.
Sponsored by: DARPA, AFRL |
15.0.d20241111 03 Jan 2025 23:56:56 |
Brooks Davis (brooks) |
devel/llvm*: LICENSE_DIR simplification
WRKSRC moved to the top of the source tree with llvm12. As a result,
LICENSE_DIR became ${WRKSRC}/llvm. Given that llvm11 the only port that
wasn't setting LICENSE_DIR, flip the script and default to
${WRKSRC}/llvm with llvm11 overriding.
Sponsored by: DARPA, AFRL |
15.0.d20241111 03 Jan 2025 23:56:56 |
Brooks Davis (brooks) |
devel/llvm*: don't define the ARM license [NFC]
All LLVM ports excluded it from the list as it was removed many years
ago.
Sponsored by: DARPA, AFRL |
15.0.d20241111 03 Jan 2025 23:56:56 |
Brooks Davis (brooks) |
devel/llvm*: Always define LLVM2 license [NFC]
All LLVM ports in the tree use the Apache License 2.0 with LLVM
Exceptions license so cerntralize the definition.
Sponsored by: DARPA, AFRL |
15.0.d20241111 03 Jan 2025 23:56:55 |
Brooks Davis (brooks) |
devel/llvm-cheriot: remove stray patches
These patches apply to LLVM 13 and should have been removed when
llvm-cheriot was updated.
Fixes: 56f3450f8ac1 devel/llvm-cheriot: new LLVM 17 based snapshot
Sponsored by: DARPA, AFRL |
15.0.d20241111 03 Jan 2025 00:47:48 |
Brooks Davis (brooks) |
devel/llvm-cheriot: new LLVM 17 based snapshot
The CHERIoT LLVM baseline has been updated to LLVM 17.
Sponsored by: DARPA, AFRL |
15.0.d20241111 03 Jan 2025 00:47:47 |
Brooks Davis (brooks) |
devel/llvm-cheri: minor tidying [NFC]
Align license section with other devel/llvm* ports.
Only add per-LLVM release patches if any exist.
Sponsored by: DARPA, AFRL |
15.0.d20241111 03 Jan 2025 00:47:47 |
Brooks Davis (brooks) |
devel/llvm-cheri: new snapshot
Sponsored by: DARPA, AFRL |
15.0.d20240613 03 Jan 2025 00:47:46 |
Brooks Davis (brooks) |
devel/llvm-morello: New LLVM 15 based snapshot
Arm has merged LLVM 15 changes into Morello LLVM.
Sponsored by: DARPA, AFRL |
15.0.d20240613 16 Oct 2024 00:36:37 |
Brooks Davis (brooks) |
devel/llvm-{cheri,cheriot,morello}: update
Update to the latest snapshots.
We've done OK so far with installing standard headers as part of
devel/llvm## ports so extend that to these ports. This is certainly
correct for llvm-cheriot. Practical testing is likely required for the
others. |
15.0.d20240218_1 22 Mar 2024 17:44:59 |
Brooks Davis (brooks) |
devel/llvm-{cheri,cheriot,morello}: link llvm-cxx{dump,filt}
These commands were some how not linked into bin long ago. Correct
this error.
(Some other commands are also missing, but were specifically missing
llvm-cxxfilt).
Reported by: jrtc27
Sponsoredy by: AFRL, DARPA |
15.0.d20240218 15 Mar 2024 19:31:38 |
Brooks Davis (brooks) |
devel/llvm-{cheri,cheriot,morello}: new snapshots
Sponsored by: AFRL, DARPA |
15.0.d20231212_2 24 Jan 2024 20:43:41 |
Brooks Davis (brooks) |
devel/llvm-{cheri,cheriot,morello}: assorted fixups
Allow override of GH_PROJECT and GH_ACCOUNT[0] and fix GH_PROJECT in
llvm-cheriot. No change in the source, but the filename is now
corrected.
Centralize include of Makefile.snapshot.
Reported by: Irina Dudina <irina.dudina@ed.ac.uk> |
15.0.d20231212_1 23 Jan 2024 23:30:34 |
Brooks Davis (brooks) |
devel/llvm-{cheri,cheriot,morello}: XTOOLCHAIN option
Make the cross toolchain file optional and disable it completely for
cheriot where the compiler targets an architecture we'll ever support
(RV32E). |
15.0.d20231212 23 Jan 2024 22:33:31 |
Brooks Davis (brooks) |
devel/llvm-{cheri,cheriot,morello}: new snapshots
Major changes:
llvm-cheri: merge LLVM 15
llvm-cheriot: switch the fork at github.com/CHERIoT-Platform
llvm-morello: merge LLVM 14
Rework patching and filtering of commands and man pages to better
accomdate version skew between the different ports now that all three
have different bases.
Centralize the addition of ${.CURDIR}/files to EXTRA_PATCHS. |
14.0.d20230818_1 21 Jan 2024 12:51:14 |
Muhammad Moinur Rahman (bofh) |
devel/llvm*: Sanitize MANPREFIX
Not bumping as there is no change in PKG. This should have been done in
my previous commit.
Approved by: portmgr (blanket) |
14.0.d20230818_1 17 Jan 2024 14:33:13 |
Muhammad Moinur Rahman (bofh) |
devel/llvm-cheri: Sanitize MANPREFIX
Approved by: brooks (private mail) |
14.0.d20230818 16 Jan 2024 18:07:04 |
Brooks Davis (brooks) Author: Irina Dudina |
devel/llvm-cheri: .sinclude Makefile.MAN1SRCS as it may not exist |
14.0.d20230818 03 Jan 2024 00:22:03 |
Brooks Davis (brooks) |
devel/llvm-{cheri,cheriot,morello}: fix for lld 17
Grab the patches from devel/llvm13 and devel/llvm14 to fix these ports
build with lld 17.
PR: 273959 |
14.0.d20230818 11 Dec 2023 18:54:34 |
Brooks Davis (brooks) |
devel/llvm-cheri: append to SUB_FILES and SUB_LIST
Allow slave ports to add entries to these without having to do it after
the .include. |
14.0.d20230818 16 Nov 2023 00:15:36 |
Brooks Davis (brooks) |
devel/llvm-cheri: use github if not using gitlab
This will support a port of the CHERIoT compiler which is hosted on
github. |
14.0.d20230818 15 Sep 2023 16:23:33 |
Brooks Davis (brooks) |
devel/llvm-{cheri,morello}: update to new snapshots
llvm-cheri: a few months of updates and fixes
llvm-morello: support for Morello benchmarking ABI
Sponsored by: DARPA |
14.0.d20230609 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
14.0.d20230609 12 Jun 2023 23:04:11 |
Brooks Davis (brooks) |
devel/llvm-{cheri,morello}: new snapshots
Update CHERI and Morello LLVM to the latest snapshots.
Sponsored by: DARPA |
14.0.d20230420 24 Apr 2023 17:06:48 |
Brooks Davis (brooks) |
devel/llvm-cheri: new snapshot
Includes support for C{Get,Set}High intrinsics on RISC-V.
Sponsored by: DARPA |
14.0.d20230414 24 Apr 2023 17:06:31 |
Brooks Davis (brooks) |
devel/llvm*: Consistently use python:3.7+
llvm12 was inappropriately constrained to 3.6-3.9 breaking the ability
to set 3.10 as the default. llvm11 just specified "python", but there's
no need to keep 2.7 support around. The rest had obsolete 3.6+ entries.
No functional change: This is not expected to change the version of
python used.
PR: 270978
MFH: 2023Q2
Reported by: michael.osipov@siemens.com
Sponsored by: DARPA |
14.0.d20230414 18 Apr 2023 16:48:33 |
Brooks Davis (brooks) |
devel/llvm-{cheri,morello}: new snapshots, lit fixes
Fix the the python module name to use an '_' in place of '-' in the
port-specific module name.
PR: 270670, 269931
Sponsored by: DARPA
Co-Authored-by: Pawel Biernacki <kaktus@freebsd.org> |
14.0.d20230104 18 Apr 2023 16:48:33 |
Brooks Davis (brooks) |
devel/llvm-{cheri,morello}: reduce runtime dependencies
Disable libedit and libxml2 dependencies as they have no obvious use.
Disable the the perl and python runtime deps. While we do install
scripts that require these, most users of these ports will either use
them on a full system where perl and python will end up installed or use
them on a CHERI system were reducing bootstrap time is valuable.
Sponsored by: DARPA |
14.0.d20230104 18 Apr 2023 16:48:32 |
Brooks Davis (brooks) |
devel/llvm-{cheri,morello}: add a STATIC_LIBS option
When enabled assorted LLVM componant static libraries are included in
the package. Unlike mainstream LLVM ports I've disabled this by
default as the libraries are of limited use here.
Sponsored by: DARPA |
14.0.d20230104 04 Feb 2023 01:27:12 |
Brooks Davis (brooks) |
devel/llvm-cheri: update to a new snapshot |
14.0.d20221208 03 Jan 2023 22:20:37 |
Brooks Davis (brooks) |
devel/llvm-{cheri,morello}: Update to new snapshots
llvm-cheri:
- This updates from an LLVM 13 base to an LLVM 14 base.
- Save a little compile time by dropping MIPS support. The CHERI
MIPS target still exists, but CheriBSD no longer supports it and the
places that use it (e.g., https://cheri-compiler-explorer.cl.cam.ac.uk)
use a Linux build.
llvm-morello:
- Minor optimization improvements |
13.0.d20221114_1 02 Dec 2022 00:39:34 |
Brooks Davis (brooks) |
llvm-{cheri,morello}: don't install std*.h
As with regular llvm ports, don't install std*.h as they conflict with
FreeBSD versions.
While here, update llvm-cheri to the latest snapshot. |
13.0.d20221104 07 Nov 2022 19:17:50 |
Brooks Davis (brooks) |
devel/llvm-cheri: update to a new snapshot
Sponsored by: DARPA, AFRL |
13.0.d20221003 03 Oct 2022 21:30:04 |
Brooks Davis (brooks) |
devel/llvm-cheri: 2022-10-03 snapshot
Sponsored by: DARPA, AFRL |
13.0.d20220825 10 Sep 2022 17:41:16 |
Stefan Eßer (se) Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
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) |
13.0.d20220825 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 ) |
13.0.d20220825 29 Aug 2022 17:46:29 |
Brooks Davis (brooks) |
llvm-{cheri,morello}: Update to new shapshots
Update llvm-cheri to the latest commit on the dev branch and
llvm-morello to the latest on morello/main.
For llvm-morello this update includes a change to the default varargs
ABI (all major consumers have already switched to using this ABI).
Sponsored by: DARPA, AFRL |
13.0.d20220421_2 26 Aug 2022 07:39:03 |
Baptiste Daroussin (bapt) |
compiler: use CHOSEN_COMPILER_TYPE instead of COMPILER_TYPE
CHOSEN_COMPILER_TYPE is the only safe variable to let a port know which
typer of compiler has been elected to be used by the framework
PR: 199098 |
13.0.d20220421_2 18 May 2022 18:34:14 |
Brooks Davis (brooks) |
devel/llvm-morello: Fix stack register selection
Apply a patch to fix a bug where the varargs register was improperly
reused as a scratch register.
Merge
Request: https://git.morello-project.org/morello/llvm-project/-/merge_requests/185 |
13.0.d20220421_1 03 May 2022 18:58:34 |
Brooks Davis (brooks) |
devel/llvm-{cheri,morello}: Fix plist without LLD
The ld -> ld.lld symlink is enabled by the LLD option.
Sponsored by: DARPA, AFRL |
13.0.d20220421_1 03 May 2022 18:58:33 |
Brooks Davis (brooks) |
devel/llvm*: (NFC) extract MAN1SRCS list
Move the lists of manpages into Makefile.MAN1SRCS as with COMMANDS.
Sponsored by: DARPA, AFRL |
13.0.d20220421_1 28 Apr 2022 17:16:14 |
Brooks Davis (brooks) |
devel/llvm-{cheri,morello}: Add ld symlink
Add an ld -> ld.lld symlink in ${PREFIX}/llvm-{cheri,morello}/bin so
that clang finds the linker without adding -fuse-ld=ld.lld. |
13.0.d20220421 25 Apr 2022 22:33:25 |
Brooks Davis (brooks) |
devel/llvm-{cheri,morello}: new snapshots
Update both llvm-cheri and llvm-morello to new snapshots as we head for
a CheriBSD release with package support.
Switch llvm-morello to use a Makefile.snapshot for more consistancy
with other LLVM snapshot ports. |
13.0.d20220126_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
13.0.d20220126_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
13.0.d20220126 04 Mar 2022 21:51:20 |
Brooks Davis (brooks) |
devel/llvm-morello: Add a port of Morello LLVM
This port of LLVM to the Arm Morello prototype architecture is based
on the University of Cambridge's CHERI LLVM. |
13.0.d20220126 08 Feb 2022 00:33:02 |
Brooks Davis (brooks) |
devel/llvm-cheri: Update to a new snapshot |
13.0.d20211210 07 Jan 2022 22:31:20 |
Brooks Davis (brooks) |
devel/llvm-cheri: Update to a new snapshot
Adopt Makefile.COMMANDS file used in other llvm ports to reduce the size
of the main Makefile and limit churn there. |
11.0.d20201209 29 Aug 2021 19:23:13 |
Bernhard Froehlich (decke) |
devel/llvm-cheri: Add CPE information
Approved by: portmgr (blanket) |
11.0.d20201209 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
11.0.d20201209 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
11.0.d20201209 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
11.0.d20201209 14 Jan 2021 14:34:38 |
dbaio |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
11.0.d20201209 15 Dec 2020 00:24:36 |
brooks |
Update to a new snapshot
Allow to build on powerpc64 and add PowerPC target. [0]
Add ARM target (needed for boot/firmware bits in some cases for Arm64).
PR: 251826 [0]
Submitted by: pkubaj [0]
Sponsored by: DARPA |
11.0.d20201018 19 Oct 2020 23:06:01 |
brooks |
New snapshot and infrastructure updates
Reduce the number of targets built to CHERI targets (RISC-V and Mips)
and plausable host targets (AArch64 and X86).
Allow this port to be used as a master port by an port in an overlay.
That is mostly allowing certain variables to be overridden plus using
.PARSEDIR to find llvm-devel's license files. |
11.0.d20201009 13 Oct 2020 21:10:32 |
brooks |
Resurrect devel/llvm-cheri and update
This version comes from the dev branch as that is close to the base for
the upcoming release of the Arm Morello toolchain.
Make the CROSS_TOOLCHAIN file machine-independent and install it as
llvm-cheri.
Sponsored by: DARPA |
11.0.d20200309 19 Sep 2020 13:01:00 |
rene |
Remove expired ports:
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
11.0.d20200309 17 Jun 2020 18:17:45 |
sunpoet |
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
- Fix build with swig 4.0.1
- Update *_DEPENDS
- Remove BINARY_ALIAS
Changes: http://www.swig.org/news.php
PR: 246613
Exp-run by: antoine |
11.0.d20200309 10 Jun 2020 04:07:20 |
kevans |
devel/llvm*: Avoid extraneous escapes
All of these single quotes are safe on their own, as they're enclosed in
double quotes. Removes the escapes, because they're currently passed through
to the underlying regex engine as \' to be interpreted as '.
A future change will forbid this escape, then an even further future change
will actually imbue \' with special meaning based on GNU interpretation
("end of subject").
No PORTREVISION bump or rebuild is needed, as they're functionally
equivalent.
PR: 247058
Approved by: koobs (mentor), brooks (maintainer)
MFH: 2020Q2 (blanket: trivial build fix) |
11.0.d20200309 18 May 2020 21:50:29 |
dbaio |
devel/llvm*: Upgrade Sphinx dependency to 3.X
This avoids conflicts between Sphinx ports when not using Poudriere.
PR: 246500
Approved by: brooks (maintainer) |
11.0.d20200309 11 May 2020 23:51:58 |
dbaio |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
11.0.d20200309 27 Mar 2020 16:11:54 |
brooks |
Update qemu-cheri and llvm-cheri to recent snapshots.
In qemu-cheri:
* Fix build with llvm10 [0]
* Remove the 256-bit capability version
* Add CHERI RISC-V
PR: 244768 [0]
Submitted by: dim [0]
Sponsored by: DARPA |
10.0.d20191211_1 08 Mar 2020 17:01:47 |
antoine |
Deprecate some ports using deprecated version of python
With hat: portmgr |
10.0.d20191211_1 12 Dec 2019 00:02:20 |
brooks |
Update to fresh qemu-cheri and llvm-cheri snapshots. |
10.0.d20191009_1 14 Oct 2019 17:36:47 |
brooks |
Exclude from 32-bit systems.
While it may build on some, no one is likely to develop CHERI software
from a 32-bit platform (maybe with exception of an armv7 SoC on an
FPGA and we can enable the build there that if that ever happens). |
10.0.d20191009_1 09 Oct 2019 21:59:13 |
brooks |
Update CHERI LLVM and Qemu to fresh snapshots. |
9.0.d20190312_1 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 |
9.0.d20190312 20 Mar 2019 22:51:44 |
brooks |
Correct distinfo after a last minute update of the llvm version. |
9.0.d20190312 19 Mar 2019 16:52:54 |
brooks |
Upgrade to a new LLVM 9-pre based snapshot.
- Update LICENSE data for new project license
- Switch from seperate git repos to the new mono-repo. |
8.0.d20190119_2 09 Feb 2019 11:02:12 |
tobik |
devel/llvm-cheri: Do not set DOCS_CMAKE_ON twice |
8.0.d20190119_2 30 Jan 2019 21:20:06 |
brooks |
Fix DOCS build.
Add LICENSE info.
Sponsored by: DARPA, AFRL |
8.0.d20190119_1 28 Jan 2019 23:33:24 |
brooks |
Update to a new shpashot matching our upcoming paper.
Sponsored by: DARPA, AFRL |
7.0.d20180806_1 08 Jan 2019 09:06:38 |
tobik |
Do not set OPTIONS_SUB twice |
7.0.d20180806_1 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 |
7.0.d20180806_1 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 |
7.0.d20180806 11 Dec 2018 10:10:02 |
antoine |
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
With hat: portmgr |
7.0.d20180806 14 Nov 2018 18:12:23 |
bdrewery |
Use exec in wrapper to avoid an extra shell process sticking around.
I purposely didn't bump PORTREVISION for this as it's not really
worth a rebuild even though technically required.
Approved by: brooks |
7.0.d20180806 21 Aug 2018 20:29:02 |
brooks |
Limit LLVM builds to linking a single binary at a time.
Regular builds can requires multiple gigabytes of memory at Debug builds
can exceed 100GB. This should help low-memory systems such as
Raspberry-Pis and VMs.
Submitted by: dim |
7.0.d20180806 16 Aug 2018 23:48:14 |
brooks |
Update to a new snapshot.
Reduce diffs to devel/llvm-devel. |
7.0.d20180615_1 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 |
7.0.d20180615 18 Jun 2018 21:30:39 |
brooks |
Update CHERI LLVM and QEMU to new snapshots.
Committed together as code generated by the new LLVM requires updated
(virtual) hardware.
Sponsored by: DARPA, AFRL |
7.0.d20180205_1 09 May 2018 08:34:01 |
amdmi3 |
- Switch to new test framework
Approved by: portmgr blanket |
7.0.d20180205_1 31 Mar 2018 03:28:42 |
tobik |
devel/llvm*: Fix wrapper scripts to support symlinking to them
The wrapper scripts currently do not resolve the real path to $0:
$ install -l rs /usr/local/bin/clang50 gcc
$ ./gcc
./gcc: /usr/local/llvm50/bin/gcc: not found
Here /usr/local/llvm50/bin/clang should be called not
/usr/local/llvm50/bin/gcc.
Approved by: brooks (maintainer)
Differential Revision: https://reviews.freebsd.org/D14727 |
7.0.d20180205 07 Feb 2018 01:04:22 |
brooks |
Update to a new snapshot.
Sponsored by: DARPA, AFRL |
6.0.d20171203 19 Jan 2018 23:38:18 |
brooks |
Fix python dependency: restrict to python 2.7.
No PORTREVISON bump as build would fail without python 2.7
PR: 225144
Submitted by: sunpoet |
6.0.d20171203 20 Dec 2017 15:18:27 |
bapt |
switch to swig 3.0 |
6.0.d20171203 07 Dec 2017 23:49:42 |
brooks |
Update llvm-cheri to a new snapshot.
The CHERI LLVM backend can now target both 128-bit and 256-bit (as well
as 64-bit and 512-bit if hardware existed) from a single binary so remove
devel/llvm-cheri128.
Sponsored by: DARPA, AFRL |
6.0.d20171113 16 Nov 2017 21:44:19 |
brooks |
Update to a new snapshot and apply the patch for posix_fallocate()
support being remove for ZFS
PR: 223383, 223440
Sponsored by: DARPA, AFRL |
5.0.d20171005 13 Oct 2017 01:25:39 |
brooks |
Update to a new snapshot.
Add CROSS_TOOLCHAIN files (currently requiring in-tree binutils). |
3.8.d20160808_3 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 |
3.8.d20160808_2 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.8.d20160808_2 22 May 2017 17:39:26 |
bdrewery |
Fix build when LOCALBASE is not /usr/local.
Reviewed by: brooks
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D10859 |
3.8.d20160808_2 17 Apr 2017 14:40:16 |
miwi |
- Fix Shebangs |
3.8.d20160808_1 15 Apr 2017 14:11:44 |
linimon |
Remove the misspelled ONLY_FOR_ARCH definitions, which referred to an
arch we no longer support in any case.
Approved by: portmgr (tier-2 blanket), "just fix it" |
3.8.d20160808_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |