non port: devel/llvm-cheri/Makefile |
Number of commits found: 102 (showing only 100 on this page) |
Thursday, 17 Apr 2025
|
20:04 Brooks Davis (brooks)
devel/llvm-{cheri,morello}: allow non-triple targets
aarch64 and aarch64-freebsd are both valid targets so remove all
attempts to validate the target in the wrapper script and slightly
expand the match for possible CHERI targets.
Reported by: jhb
Suggestions from: jrtc27
Sponsored by: DARPA, AFRL
cbb0094 |
Wednesday, 5 Mar 2025
|
23:55 Brooks Davis (brooks)
devel/llvm-cheriot: add missing depend on py-myst-parser
f2d41db |
Friday, 28 Feb 2025
|
19:08 Brooks Davis (brooks)
devel/llvm-{cheri*,morello}: new snapshots
Update llvm-cheri to a new LLVM 17 based snapshot, llvm-cheriot to an
LLVM 18 based snapshot, and llvm-morello to a snapshot with new function
pointer semantics to better support compartmentalization.
Update the wrapper script to enable the new function pointer semantics
on sufficently new CheriBSD system.
Sponsored by: DARPA, AFRL
de86be4 |
Tuesday, 25 Feb 2025
|
15:10 Brooks Davis (brooks)
llvm-{cheri,morello}: Fix wrapper script
grep -q exits when it's found a match so if it exits fast enough,
llvm-readelf might get a SIGPIPE which it failes to handle. Avoid this
by using a redirect to /dev/null to silence grep instead of -q.
Submitted by: def
cda8b6d |
Thursday, 20 Feb 2025
|
17:43 Brooks Davis (brooks)
devel/llvm-{cheri,morello}: align warning with base
FreeBSD's base llvm currently makes -Wimplicit-int and
-Wimplicit-function-declaration not produce errors by default (see
c3450ad127e94d3fa67ae337310e59c002f51bfc) which means a chunk
of the ports collection depends on this behavior. Until this is resolve
we need to mirror that behavior on CheriBSD.
Sponsored by: DARPA, AFRL
91f85b5 |
Friday, 31 Jan 2025
|
17:39 Brooks Davis (brooks)
devel/llvm-{cheri,morello}: explain --start/end-no-unused-arguments use
I'd misunderstood the case where --start/end-no-unused-arguments were
needed in my previous commit. Add a comment with the correct
explanation which is not future proofing, but instead that some
invocations of the compiler (e.g., clang -v) don't end up consuming
the -Xclang arguments.
Reported by: jrtc27
Fixes: 1cf80317e3ec devel/llvm-{cheri,morello}: future-proof ABI arguments
283c8d9 |
Thursday, 30 Jan 2025
|
17:49 Brooks Davis (brooks)
devel/llvm-{cheri,morello}: future-proof ABI arguments
-Xclang arguments may become unused with never compiler versions so
bracket them with --start-no-unused-arguments/--end-no-unused-arguments
to silence warnings.
Reported by: jrtc27
Sponsored by: DARPA, AFRL
1cf8031 |
Tuesday, 28 Jan 2025
|
01:00 Brooks Davis (brooks)
devel/llvm-{cheri,morello}: better target native ABI
Make the wrapper script for llvm-cheri and llvm-morello add the
necessicary ABI flags for the targeted CheriBSD version when targeting a
CHERI platform with a CheriBSD sysroot.
Normally Clang targets the native ABI when no arguments are given, but
on CheriBSD we currently run a hybrd CHERI LLVM on CHERI systems and
want to target purecap CHERI by default. We also need to support
toolchain versions with different defaults and our ABI is evolving
rapidly as we explore fine-grained compartmentalization. We have used
a prior version of this wrapper to build >10K packages for Morello.
While here, fix install when ${LOCALBASE}/llvm-* is not on the same
filesystem as ${LOCALBASE}.
68d58a0 |
Monday, 13 Jan 2025
|
23:53 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
f3f26e7 |
Friday, 10 Jan 2025
|
18:53 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.)
f7f5f91 |
Monday, 6 Jan 2025
|
16:38 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
dab073e |
Saturday, 4 Jan 2025
|
00:33 Brooks Davis (brooks)
devel/llvm-cheri: fix type
Reported by: dvl
Fixes: 57f97b36a7cfe devel/llvm*: flip LICENSE_FILE_BSD3CLAUSE setting [NFC]
1afdc80 |
Friday, 3 Jan 2025
|
23:56 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
57f97b3 |
23: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
18840af |
23: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
d17143d |
23: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
4f177ec |
00:47 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
56f3450 |
00: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
f661b45 |
Wednesday, 16 Oct 2024
|
00:36 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.
ffb78cd |
Friday, 22 Mar 2024
|
17:44 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
06b0508f |
Friday, 15 Mar 2024
|
19:31 Brooks Davis (brooks)
devel/llvm-{cheri,cheriot,morello}: new snapshots
Sponsored by: AFRL, DARPA
0bd18d4 |
Wednesday, 24 Jan 2024
|
20:43 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>
0d92ee1 |
Tuesday, 23 Jan 2024
|
23:30 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).
e96c049 |
22:33 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.
72ae527 |
Sunday, 21 Jan 2024
|
12:51 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)
1bf7d5c |
Wednesday, 17 Jan 2024
|
14:33 Muhammad Moinur Rahman (bofh)
devel/llvm-cheri: Sanitize MANPREFIX
Approved by: brooks (private mail)
d1372a1 |
Tuesday, 16 Jan 2024
|
18:07 Brooks Davis (brooks) Author: Irina Dudina
devel/llvm-cheri: .sinclude Makefile.MAN1SRCS as it may not exist
4d3f74d |
Wednesday, 3 Jan 2024
|
00:22 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
6d28ea4 |
Monday, 11 Dec 2023
|
18:54 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.
c55f7f2 |
Thursday, 16 Nov 2023
|
00:15 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.
ead3707 |
Tuesday, 27 Jun 2023
|
19: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>
3d9a815 |
Monday, 24 Apr 2023
|
17:06 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
fb323df |
Tuesday, 18 Apr 2023
|
16:48 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
8fc3ddb |
16:48 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>
cd40741 |
16:48 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
9e513a7 |
Tuesday, 3 Jan 2023
|
22:20 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
3c1b4ff |
Friday, 2 Dec 2022
|
00:39 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.
bae4ebd |
Saturday, 10 Sep 2022
|
17:41 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)
e79fe1a |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Monday, 29 Aug 2022
|
17:46 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
a42c3d2 |
Friday, 26 Aug 2022
|
07:39 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
a60b5f4 |
Wednesday, 18 May 2022
|
18:34 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
93a0c2d |
Tuesday, 3 May 2022
|
18:58 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
f141ed6 |
18:58 Brooks Davis (brooks)
devel/llvm*: (NFC) extract MAN1SRCS list
Move the lists of manpages into Makefile.MAN1SRCS as with COMMANDS.
Sponsored by: DARPA, AFRL
3a57086 |
Thursday, 28 Apr 2022
|
17:16 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.
056b4e7 |
Monday, 25 Apr 2022
|
22:33 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.
9512a95 |
Sunday, 10 Apr 2022
|
19:11 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)
d63665f |
Saturday, 26 Mar 2022
|
08: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
247c7db |
Friday, 4 Mar 2022
|
21:51 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.
c297fd5 |
Tuesday, 8 Feb 2022
|
00:33 Brooks Davis (brooks)
devel/llvm-cheri: Update to a new snapshot
d507e93 |
Friday, 7 Jan 2022
|
22:31 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.
54b14b7 |
Sunday, 29 Aug 2021
|
19:23 Bernhard Froehlich (decke)
devel/llvm-cheri: Add CPE information
Approved by: portmgr (blanket)
007c8a3 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Thursday, 14 Jan 2021
|
14:34 dbaio
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093
 |
Tuesday, 15 Dec 2020
|
00:24 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
 |
Monday, 19 Oct 2020
|
23:06 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.
 |
Tuesday, 13 Oct 2020
|
21:10 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
 |
Wednesday, 17 Jun 2020
|
18:17 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
 |
Wednesday, 10 Jun 2020
|
04:07 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)
 |
Monday, 18 May 2020
|
21:50 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)
 |
Monday, 11 May 2020
|
23:51 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
Shared macro to use with flavors and not break
ports with USES=python (all versions).
Python >=3.5 --> textproc/py-sphinx (v3.0.2)
Python < 3.5 --> textproc/py-sphinx18 (v1.8.5)
All ports that uses sphinx were changed to use the new variable
${PY_SPHINX} in the dependency line, exceptions:
* Ports that fails to build with sphinx 3.0.2 because of code.
They are pointing to textproc/py-sphinx18 directly.
There aren't many ports.
* Ports that doesn't know Python flavors.
- Add several patches to fix Sphinx consumers
The most common issues are related with pkg-plist, the output
files from Sphinx changes between versions, keep this dynamically
is the better approach.
This will save time in future sphinx updates.
PR: 245629
Exp-run by: antoine
 |
Friday, 27 Mar 2020
|
16:11 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
 |
Sunday, 8 Mar 2020
|
17:01 antoine
Deprecate some ports using deprecated version of python
With hat: portmgr
 |
Thursday, 12 Dec 2019
|
00:02 brooks
Update to fresh qemu-cheri and llvm-cheri snapshots.
 |
Monday, 14 Oct 2019
|
17:36 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).
 |
Wednesday, 9 Oct 2019
|
21:59 brooks
Update CHERI LLVM and Qemu to fresh snapshots.
 |
Friday, 26 Jul 2019
|
20:46 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
 |
Tuesday, 19 Mar 2019
|
16:52 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.
 |
Saturday, 9 Feb 2019
|
11:02 tobik
devel/llvm-cheri: Do not set DOCS_CMAKE_ON twice
 |
Wednesday, 30 Jan 2019
|
21:20 brooks
Fix DOCS build.
Add LICENSE info.
Sponsored by: DARPA, AFRL
 |
Monday, 28 Jan 2019
|
23:33 brooks
Update to a new shpashot matching our upcoming paper.
Sponsored by: DARPA, AFRL
 |
Tuesday, 8 Jan 2019
|
09:06 tobik
Do not set OPTIONS_SUB twice
 |
Tuesday, 25 Dec 2018
|
20:25 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
 |
Wednesday, 12 Dec 2018
|
01:35 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
 |
Tuesday, 11 Dec 2018
|
10:10 antoine
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
With hat: portmgr
 |
Tuesday, 21 Aug 2018
|
20:29 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
 |
Thursday, 16 Aug 2018
|
23:48 brooks
Update to a new snapshot.
Reduce diffs to devel/llvm-devel.
 |
Sunday, 29 Jul 2018
|
22:18 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
 |
Monday, 18 Jun 2018
|
21:30 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
 |
Wednesday, 9 May 2018
|
08:34 amdmi3
- Switch to new test framework
Approved by: portmgr blanket
 |
Saturday, 31 Mar 2018
|
03:28 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
 |
Wednesday, 7 Feb 2018
|
01:04 brooks
Update to a new snapshot.
Sponsored by: DARPA, AFRL
 |
Friday, 19 Jan 2018
|
23:38 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
 |
Wednesday, 20 Dec 2017
|
15:18 bapt
switch to swig 3.0
 |
Thursday, 16 Nov 2017
|
21:44 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
 |
Friday, 13 Oct 2017
|
01:25 brooks
Update to a new snapshot.
Add CROSS_TOOLCHAIN files (currently requiring in-tree binutils).
 |
Sunday, 10 Sep 2017
|
20:55 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
 |
Sunday, 25 Jun 2017
|
21:07 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
 |
Monday, 22 May 2017
|
17:39 bdrewery
Fix build when LOCALBASE is not /usr/local.
Reviewed by: brooks
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D10859
 |
Monday, 17 Apr 2017
|
14:40 miwi
- Fix Shebangs
 |
Saturday, 15 Apr 2017
|
14:11 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"
 |
Saturday, 1 Apr 2017
|
15:23 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
 |
Friday, 21 Oct 2016
|
12:51 mat
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
 |
Sunday, 24 Apr 2016
|
07:14 brooks
Add a version of llvm-cheri for 128-bit CHERI capabilities.
No functional change to devel/llvm-cheri, just plist generalization.
Sponsored by: DARPA, AFRL
 |
Thursday, 21 Apr 2016
|
16:43 swills
many ports: mark broken on powerpc64
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Tuesday, 26 Jan 2016
|
02:19 brooks
Upgrade to a new snapshot and switch to a -cheri suffix similar to other
llvm ports.
PR: 206036
 |
Thursday, 10 Dec 2015
|
11:37 brooks
Update to a new CHERI-LLVM/Clang snapshot.
 |
Monday, 17 Aug 2015
|
14:20 mat
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
 |
Number of commits found: 102 (showing only 100 on this page) |