Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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 |
3.8.d20160808 11 Nov 2016 19:34:36
  |
antoine  |
Fix build with gcc 4.9
PR: 196712 |
3.8.d20160808 21 Oct 2016 12:51:41
  |
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
3.8.d20160808 24 Aug 2016 18:13:38
  |
brooks  |
Update to a fresh snapshot. |
3.8.d20160512 23 May 2016 18:36:52
  |
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
3.8.d20160512 12 May 2016 23:25:20
  |
brooks  |
Upgrade CHERI LLVM and Qemu ports to new snapshots supporting the
upcoming v5 ISA.
Sponsored by: DARPA, AFRL |
3.8.d20160423 24 Apr 2016 07:14:54
  |
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 |
3.8.d20160423 24 Apr 2016 05:50:41
  |
brooks  |
Update to an April 23rd snapshot. |
3.8.d20160303 21 Apr 2016 16:43:15
  |
swills  |
many ports: mark broken on powerpc64 |
3.8.d20160303 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.8.d20160303 04 Mar 2016 14:16:00
  |
brooks  |
Update to a March 3rd snapshot.
Update the Makefile.snapshot generate script to fine the date of the most
recent change rather than using today's date. |
3.8.d20160216 23 Feb 2016 01:53:18
  |
brooks  |
Update to the latest snapshot. |
3.8.d20160125 26 Jan 2016 02:19:06
  |
brooks  |
Upgrade to a new snapshot and switch to a -cheri suffix similar to other
llvm ports.
PR: 206036 |
3.8.d20151209 10 Dec 2015 12:37:59
  |
brooks  |
Add file missed in previous commit.
Reviewed by: FreshPorts Sanity Daemon |
10 Dec 2015 11:37:44
 |
brooks  |
Update to a new CHERI-LLVM/Clang snapshot. |
3.8.d20150730_1 17 Aug 2015 14:20:41
  |
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 |
3.8.d20150730_1 07 Aug 2015 23:44:34
  |
brooks  |
Disable LLDB when the chosen compiler is gcc.
On platforms where the system compiler isn't clang (including 9.x),
USES=compiler:c++11-lib uses gcc48 as the compiler. Unfortunatly, gcc48
does not provide a sufficently complient c++11 environment to build LLDB
when compiled on 9.x and possiably on other platforms. |
3.8.d20150730 30 Jul 2015 22:21:41
  |
brooks  |
Replace lang/clang-cheri with devel/llvm-cheri derived from devel/llvm-devel
and update to the latest versions in git.
Sponsored by: DARPA, AFRL |