notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/llvm13/Makefile

Number of commits found: 42

Sunday, 14 Apr 2024
19:52 Daniel Engberg (diizzy) search for other commits by this committer
devel/llvm*: Remove unnecessary C/CFLAGS definitions

As of 3c5189a0fd4c82addfb659024bf28c5006bf88f7
there's no need to define DNDEBUG manually

PR:		277909
Approved by:	portmgr (maintainer timeout, 2+ weeks)
commit hash: 1f50c8e24264be1d64a96e84536e2e1d59b63180 commit hash: 1f50c8e24264be1d64a96e84536e2e1d59b63180 commit hash: 1f50c8e24264be1d64a96e84536e2e1d59b63180 commit hash: 1f50c8e24264be1d64a96e84536e2e1d59b63180 1f50c8e
Sunday, 21 Jan 2024
12:51 Muhammad Moinur Rahman (bofh) search for other commits by this committer
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)
commit hash: 1bf7d5ccf65019f3d48cd77ba0f929f0d45f5116 commit hash: 1bf7d5ccf65019f3d48cd77ba0f929f0d45f5116 commit hash: 1bf7d5ccf65019f3d48cd77ba0f929f0d45f5116 commit hash: 1bf7d5ccf65019f3d48cd77ba0f929f0d45f5116 1bf7d5c
Wednesday, 17 Jan 2024
14:33 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/llvm13: Sanitize MANPREFIX

Approved by:	brooks (private mail)
commit hash: 3285241c52a21a4995effdd254a6cf7ca7a20625 commit hash: 3285241c52a21a4995effdd254a6cf7ca7a20625 commit hash: 3285241c52a21a4995effdd254a6cf7ca7a20625 commit hash: 3285241c52a21a4995effdd254a6cf7ca7a20625 3285241
Friday, 5 Jan 2024
21:00 Piotr Kubaj (pkubaj) search for other commits by this committer
devel/llvm13: remove ELFv1 support
commit hash: 494e26ffd968234cd89746f056950e78ff5280d7 commit hash: 494e26ffd968234cd89746f056950e78ff5280d7 commit hash: 494e26ffd968234cd89746f056950e78ff5280d7 commit hash: 494e26ffd968234cd89746f056950e78ff5280d7 494e26f
Sunday, 31 Dec 2023
22:36 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/llvm1[0123456]: Fix build

After the EOL of stable/12 sparc related codes were removed which broke
the build. This patches fixes those builds and also the consumers.

Thanks to dim@ for tha patches.

Approved by:	portmgr (blanket)
commit hash: f4206bd5200729a5d2263fb3ba5f662700f16c70 commit hash: f4206bd5200729a5d2263fb3ba5f662700f16c70 commit hash: f4206bd5200729a5d2263fb3ba5f662700f16c70 commit hash: f4206bd5200729a5d2263fb3ba5f662700f16c70 f4206bd
00:37 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 bbab7f5
Monday, 11 Dec 2023
17:42 Brooks Davis (brooks) search for other commits by this committer
devel/llvm1[234567]: enable qsort sanatizer wrapper

I'd disabled it in 10.0.0 when it was found to be broken.  It was then
fixed in LLVM 12, but the patch was never never removed and I propogated
it along for several year.

Reported by:	Brad Smith <brad@comstyle.com>
See also:	https://github.com/llvm/llvm-project/issues/46176
commit hash: 270bf9855c799ac55fcf181229eee7d0063497a4 commit hash: 270bf9855c799ac55fcf181229eee7d0063497a4 commit hash: 270bf9855c799ac55fcf181229eee7d0063497a4 commit hash: 270bf9855c799ac55fcf181229eee7d0063497a4 270bf98
Thursday, 21 Sep 2023
15:23 Brooks Davis (brooks) search for other commits by this committer
devel/llvm13: fix openmp library depends

Use base system libelf and don't link with libffi.

Reformat long and/or multi-line OPTION_FOO variables.

PR:		273801
Co-authored-by:	Ivan Rozhuk <rozhuk.im@gmail.com>
commit hash: f9f9bb0e1871b0c08a3cb83c6157c7918748ec9b commit hash: f9f9bb0e1871b0c08a3cb83c6157c7918748ec9b commit hash: f9f9bb0e1871b0c08a3cb83c6157c7918748ec9b commit hash: f9f9bb0e1871b0c08a3cb83c6157c7918748ec9b f9f9bb0
Wednesday, 13 Sep 2023
15:42 Brooks Davis (brooks) search for other commits by this committer Author: John Hein
devel/llvm1*: remove cmake 4Python3_EXECUTABLE definition

It is now defined in Mk/Uses/python.mk.

PR:		273713
commit hash: 7076fade2f473ec6a6bdf3a0620ead5dccd2ea96 commit hash: 7076fade2f473ec6a6bdf3a0620ead5dccd2ea96 commit hash: 7076fade2f473ec6a6bdf3a0620ead5dccd2ea96 commit hash: 7076fade2f473ec6a6bdf3a0620ead5dccd2ea96 7076fad
Friday, 25 Aug 2023
09:02 Piotr Kubaj (pkubaj) search for other commits by this committer
devel/llvm[0-3]: enable GOLD on all powerpc64
commit hash: e43ec0c487e34d2b4d66c48026065f78391bfaca commit hash: e43ec0c487e34d2b4d66c48026065f78391bfaca commit hash: e43ec0c487e34d2b4d66c48026065f78391bfaca commit hash: e43ec0c487e34d2b4d66c48026065f78391bfaca e43ec0c
Wednesday, 12 Jul 2023
19:00 Brooks Davis (brooks) search for other commits by this committer
devel/llvm13: arm and aarch64 improvements

Change clang to allow -m32 on arm64.  This is a backport from upstream
and will be merged to FreeBSD head soon.  See D40943 for more info.

Remove an obsolete patch which breaks arm64. [0]

When BE_NATIVE is specified on aarch64, include the ARM (32-bit)
backend.

PR:		271616 [0]
Reported by:	jfc@mit.edu [0]
commit hash: 391873c7b9a02d9fdb5cce4dc79630ec3320702c commit hash: 391873c7b9a02d9fdb5cce4dc79630ec3320702c commit hash: 391873c7b9a02d9fdb5cce4dc79630ec3320702c commit hash: 391873c7b9a02d9fdb5cce4dc79630ec3320702c 391873c
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Monday, 24 Apr 2023
17:06 Brooks Davis (brooks) search for other commits by this committer
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
commit hash: fb323dfd2ac2499f35e4d31a24fd9dd958af619a commit hash: fb323dfd2ac2499f35e4d31a24fd9dd958af619a commit hash: fb323dfd2ac2499f35e4d31a24fd9dd958af619a commit hash: fb323dfd2ac2499f35e4d31a24fd9dd958af619a fb323df
Friday, 6 Jan 2023
00:11 Brooks Davis (brooks) search for other commits by this committer
devel/llvm*: Fix CONFLICT on cmark

If the user has the textproc/cmark package installed, the py*-CommonMark
package will fail to install.  This in turn leads to build failures down
the line when sphinx tries to load commonmark.  The result is confusing
and potentially wastes a lot of build time so just conflict upfront.
The previous code attempted to do this, but I'd listed the conflict
incorrectly in 2019. :(

PR:		239636
Reported by:	Stephen Roznowski <sjrbulk@verizon.net>
commit hash: 47c2b0aec1c3e92243d2d3677d4a0268475d6e0c commit hash: 47c2b0aec1c3e92243d2d3677d4a0268475d6e0c commit hash: 47c2b0aec1c3e92243d2d3677d4a0268475d6e0c commit hash: 47c2b0aec1c3e92243d2d3677d4a0268475d6e0c 47c2b0ae
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 6 Jun 2022
18:51 Brooks Davis (brooks) search for other commits by this committer
devel/llvm13: fix hangs with CPUTYPE=skylake-avx512

Merge commit e8305c0b8f49 from llvm git (by Simon Pilgrim)

    [X86] combineX86ShuffleChain - don't fold to truncate(concat(V1,V2)) if it
was already a PACK op

    Fixes #55050

PR:		264480
MFH:		2022Q2
Sponsored by:	DARPA, AFRL
commit hash: 7aba7c32a06718082a54fee86fbb98d056a6a094 commit hash: 7aba7c32a06718082a54fee86fbb98d056a6a094 commit hash: 7aba7c32a06718082a54fee86fbb98d056a6a094 commit hash: 7aba7c32a06718082a54fee86fbb98d056a6a094 7aba7c3
Tuesday, 3 May 2022
18:58 Brooks Davis (brooks) search for other commits by this committer
devel/llvm*: (NFC) extract MAN1SRCS list

Move the lists of manpages into Makefile.MAN1SRCS as with COMMANDS.

Sponsored by:	DARPA, AFRL
commit hash: 3a570865ceb55217f755228ab9ed01597947bd42 commit hash: 3a570865ceb55217f755228ab9ed01597947bd42 commit hash: 3a570865ceb55217f755228ab9ed01597947bd42 commit hash: 3a570865ceb55217f755228ab9ed01597947bd42 3a57086
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
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)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
Thursday, 10 Feb 2022
18:13 Brooks Davis (brooks) search for other commits by this committer
devel/lvm13: fix build without LLDB

While here, correctly identify several scanbuild-related files as being
part of clang.

PR:		261374
Reported by:	pkubaj
commit hash: f0a48f0f28c23add582223feb72a8b7d35c548af commit hash: f0a48f0f28c23add582223feb72a8b7d35c548af commit hash: f0a48f0f28c23add582223feb72a8b7d35c548af commit hash: f0a48f0f28c23add582223feb72a8b7d35c548af f0a48f0
Tuesday, 8 Feb 2022
00:32 Brooks Davis (brooks) search for other commits by this committer
devel/llvm13: update to 13.0.1

Disable FLANG on armv6 and armv7. It's not 32-bit clean and many
systems lack the RAM to build it natively.

Disable LLDB on riscv64, there is no riscv64 support. [0]

PR:		261374 [0]
MFH:		2022Q1
commit hash: b00578b9b208edb0f805a1b48e2d217435666f53 commit hash: b00578b9b208edb0f805a1b48e2d217435666f53 commit hash: b00578b9b208edb0f805a1b48e2d217435666f53 commit hash: b00578b9b208edb0f805a1b48e2d217435666f53 b00578b
Tuesday, 30 Nov 2021
22:55 Brooks Davis (brooks) search for other commits by this committer
devel/llvm1[23]: Add BE_WASM option

When set, always build the WebAssembly backend (now required by Firefox
via wasi).  This option effects BE_FREEBSD and BE_NATIVE.  It has no
effect on BE_STANDARD.

This option is enabled by default.
commit hash: 95394a8fd25df8a37c28b3fe681ee4737d498443 commit hash: 95394a8fd25df8a37c28b3fe681ee4737d498443 commit hash: 95394a8fd25df8a37c28b3fe681ee4737d498443 commit hash: 95394a8fd25df8a37c28b3fe681ee4737d498443 95394a8
Thursday, 25 Nov 2021
21:40 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-*' from CONFLICTS definitions

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 04b9da4
Friday, 12 Nov 2021
17:05 Brooks Davis (brooks) search for other commits by this committer
devel/llvm13: bump PORTREVISON

The patch fixed in d326758c32dff2938c1da97c0df5926612c3efa2 broke
non-powerpc platforms so we need a bump for all platforms.

Requested by:	kib
commit hash: 7506e42640814a3f02e6392f366d8d6ee1414978 commit hash: 7506e42640814a3f02e6392f366d8d6ee1414978 commit hash: 7506e42640814a3f02e6392f366d8d6ee1414978 commit hash: 7506e42640814a3f02e6392f366d8d6ee1414978 7506e42
Thursday, 11 Nov 2021
23:50 Brooks Davis (brooks) search for other commits by this committer
devel/llvm13: fix install with MLIR disabled

PR:		259570 (reported here, but tangential)
Reported by:	stephen
commit hash: 3f4163a191133d25b424dff14a6cde8d89c34e65 commit hash: 3f4163a191133d25b424dff14a6cde8d89c34e65 commit hash: 3f4163a191133d25b424dff14a6cde8d89c34e65 commit hash: 3f4163a191133d25b424dff14a6cde8d89c34e65 3f4163a1
Monday, 8 Nov 2021
15:39 Piotr Kubaj (pkubaj) search for other commits by this committer
devel/llvm13: revert to the older powerpc64 fix

The newer one apparently causes a regression on amd64 freestanding binaries.

While here, fix some whitespace issues in Makefile.

Submitted by:	adalava
commit hash: d326758c32dff2938c1da97c0df5926612c3efa2 commit hash: d326758c32dff2938c1da97c0df5926612c3efa2 commit hash: d326758c32dff2938c1da97c0df5926612c3efa2 commit hash: d326758c32dff2938c1da97c0df5926612c3efa2 d326758
Thursday, 28 Oct 2021
18:52 Brooks Davis (brooks) search for other commits by this committer
devel/llvm1[123]: Fix VIA PadLock xstore

Pull in the code gen portion of upstream LLVM's 2d8c18fbbdd1.

MFH:		2021Q4
Sponsored by:	DARPA
commit hash: 0cb1a5fe81b339b760e1d671269285e63d82c689 commit hash: 0cb1a5fe81b339b760e1d671269285e63d82c689 commit hash: 0cb1a5fe81b339b760e1d671269285e63d82c689 commit hash: 0cb1a5fe81b339b760e1d671269285e63d82c689 0cb1a5f
Saturday, 16 Oct 2021
09:51 Jimmy Olgeni (olgeni) search for other commits by this committer
*: fix tab vs. space issues, and comments according to the guide.
commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a 4460cf7
Monday, 11 Oct 2021
22:50 Brooks Davis (brooks) search for other commits by this committer
devel/llvm13: fix build without AMDGPU

PR:		259044
Reported by:	Evgeniy Khramtsov
MFH:		2021Q4
Sponsored by:	DARPA
commit hash: b3dde6830b535fd1c6a72bc480662fe2c74af66f commit hash: b3dde6830b535fd1c6a72bc480662fe2c74af66f commit hash: b3dde6830b535fd1c6a72bc480662fe2c74af66f commit hash: b3dde6830b535fd1c6a72bc480662fe2c74af66f b3dde68
Thursday, 7 Oct 2021
19:38 Brooks Davis (brooks) search for other commits by this committer
devel/llvm13: Update to 13.0.0 RELEASE

MFH:		2021Q4
Sponsored by:	DARPA
commit hash: ef505eaca6425dd075e64e166f7be7a0ead3fa59 commit hash: ef505eaca6425dd075e64e166f7be7a0ead3fa59 commit hash: ef505eaca6425dd075e64e166f7be7a0ead3fa59 commit hash: ef505eaca6425dd075e64e166f7be7a0ead3fa59 ef505ea
Tuesday, 5 Oct 2021
18:53 Brooks Davis (brooks) search for other commits by this committer
devel/llvm13: fix BE_NATIVE build

Handle new per-backend Exegesis libraries.  Awkwardly, they use the
opposite convention of all other per-arch binaries so add (hopefuly
temporary) machinery to support libLLVM<Foo><Arch>.a libraries.

PR:		258897
MFH:		2021Q4
Sponsored by:	DARPA
commit hash: 1fca16446ff2ff675ee3cfd6284fa46016a7d498 commit hash: 1fca16446ff2ff675ee3cfd6284fa46016a7d498 commit hash: 1fca16446ff2ff675ee3cfd6284fa46016a7d498 commit hash: 1fca16446ff2ff675ee3cfd6284fa46016a7d498 1fca164
Thursday, 30 Sep 2021
22:49 Brooks Davis (brooks) search for other commits by this committer
devel/llvm13: Update to 13.0.0rc4
commit hash: 76b33a81a38ff75a1fe15286abe6c1bf37314316 commit hash: 76b33a81a38ff75a1fe15286abe6c1bf37314316 commit hash: 76b33a81a38ff75a1fe15286abe6c1bf37314316 commit hash: 76b33a81a38ff75a1fe15286abe6c1bf37314316 76b33a8
21:23 Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Wednesday, 29 Sep 2021
17:55 Brooks Davis (brooks) search for other commits by this committer
devel/llvm13: Disable OpenMP amdgcn bit code

Fix a typo in 79207f500c9bf7daf9c1517d71f71b4a2950300f so it actually
has an effect.

PR:		258706
Reported by:	pkubaj
Sponsored by:	DARPA
commit hash: 90c91e5530189942662fa703649f52e3061d85dc commit hash: 90c91e5530189942662fa703649f52e3061d85dc commit hash: 90c91e5530189942662fa703649f52e3061d85dc commit hash: 90c91e5530189942662fa703649f52e3061d85dc 90c91e5
Monday, 27 Sep 2021
22:23 Brooks Davis (brooks) search for other commits by this committer
devel/llvm13: Disable OpenMP amdgcn bit code

Due to a bug in the CMakefiles these build for aarch64 and maybe
ppc64le.  This resulted in plist breakage for aarch64.

It would be straightforward to enable them for amd64, but I have no way
to test them and the current CMake bits build them for linux targets so
I suspect they won't work.

PR:		258706
Reviewed by:	jbeich
Sponsored by:	DARPA
commit hash: 79207f500c9bf7daf9c1517d71f71b4a2950300f commit hash: 79207f500c9bf7daf9c1517d71f71b4a2950300f commit hash: 79207f500c9bf7daf9c1517d71f71b4a2950300f commit hash: 79207f500c9bf7daf9c1517d71f71b4a2950300f 79207f5
Thursday, 23 Sep 2021
23:39 Brooks Davis (brooks) search for other commits by this committer
devel/llvm13: update to RC3

Fix the link to FileCheck

PR:		244439
Sponsored by:	DARPA
commit hash: 150e5ca73f3ea7c84c9eabece43ec5315233f3d9 commit hash: 150e5ca73f3ea7c84c9eabece43ec5315233f3d9 commit hash: 150e5ca73f3ea7c84c9eabece43ec5315233f3d9 commit hash: 150e5ca73f3ea7c84c9eabece43ec5315233f3d9 150e5ca
Tuesday, 31 Aug 2021
19:18 Brooks Davis (brooks) search for other commits by this committer
devel/llvm13: enable FLANG by default

The FLANG option was broken and accidently not enabled by default.
Include in plist and update build depends to allow docs to build.

Reported by:	fluffy
Sponsored by:	DARPA
commit hash: f96f435c43a50dd949fdd7892b7966bbfb154eb1 commit hash: f96f435c43a50dd949fdd7892b7966bbfb154eb1 commit hash: f96f435c43a50dd949fdd7892b7966bbfb154eb1 commit hash: f96f435c43a50dd949fdd7892b7966bbfb154eb1 f96f435
Monday, 30 Aug 2021
22:20 Brooks Davis (brooks) search for other commits by this committer
devel/llvm13: update to RC2
commit hash: 827d8ed62ca2b71e73a7bbb92e13bc4dd42dac77 commit hash: 827d8ed62ca2b71e73a7bbb92e13bc4dd42dac77 commit hash: 827d8ed62ca2b71e73a7bbb92e13bc4dd42dac77 commit hash: 827d8ed62ca2b71e73a7bbb92e13bc4dd42dac77 827d8ed
Sunday, 29 Aug 2021
19:20 Bernhard Froehlich (decke) search for other commits by this committer
devel/llvm13: Add CPE information

Approved by:	portmgr (blanket)
commit hash: f20bfddcac439b9d0dbf5fd95f7f5a4ac1897ebf commit hash: f20bfddcac439b9d0dbf5fd95f7f5a4ac1897ebf commit hash: f20bfddcac439b9d0dbf5fd95f7f5a4ac1897ebf commit hash: f20bfddcac439b9d0dbf5fd95f7f5a4ac1897ebf f20bfdd
Friday, 27 Aug 2021
16:13 Brooks Davis (brooks) search for other commits by this committer
devel/llvm13: assorted build/plist fixes

Disable compiler-rt on FreeBSD 11 as it doesn't compile with current
patches.

Correct plist issues preventing packaging in certain situations.

PR:		258062
Sponsored by:	DARPA
commit hash: 150110612df671da9ae395e8b92f05f1c11716bc commit hash: 150110612df671da9ae395e8b92f05f1c11716bc commit hash: 150110612df671da9ae395e8b92f05f1c11716bc commit hash: 150110612df671da9ae395e8b92f05f1c11716bc 1501106
Tuesday, 24 Aug 2021
17:44 Brooks Davis (brooks) search for other commits by this committer
devel/llvm13: Update to 13.0.0rc1, connect

This port is derived from devel/llvm12 and adds support for the flang
Fortran compiler extracted from devel/llvm-devel.

Sponsored by:	DARPA
commit hash: acdf72266d25ed555b9b83977c9b391e08a2e087 commit hash: acdf72266d25ed555b9b83977c9b391e08a2e087 commit hash: acdf72266d25ed555b9b83977c9b391e08a2e087 commit hash: acdf72266d25ed555b9b83977c9b391e08a2e087 acdf722
17:44 Brooks Davis (brooks) search for other commits by this committer
devel/llvm13: copy from devel/llvm12

Create copy llvm12 to llvm13 but do not connect to the build.
commit hash: 52290b5abd7bb30d023dda1ad743df30214a7c52 commit hash: 52290b5abd7bb30d023dda1ad743df30214a7c52 commit hash: 52290b5abd7bb30d023dda1ad743df30214a7c52 commit hash: 52290b5abd7bb30d023dda1ad743df30214a7c52 52290b5

Number of commits found: 42