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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: devel/llvm-devel/Makefile

Number of commits found: 340 (showing only 100 on this page)

1 | 2 | 3 | 4  »  

Wednesday, 2 Jul 2025
20:53 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot

Add libxml2 dependency to LLDB to support openocd.

Update to lua 5.4.

PR:		268303
Submitted by:	arrowd (libxml2)
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D50715
commit hash: c052c587f4ac364b430c5aab221dfc0c5586ab16 commit hash: c052c587f4ac364b430c5aab221dfc0c5586ab16 commit hash: c052c587f4ac364b430c5aab221dfc0c5586ab16 commit hash: c052c587f4ac364b430c5aab221dfc0c5586ab16 c052c58
Monday, 30 Jun 2025
09:04 Baptiste Daroussin (bapt) search for other commits by this committer
libxml2: chase libxml soversion bump
commit hash: 3068854dd0263c7ccc8d62569081d3e150a21651 commit hash: 3068854dd0263c7ccc8d62569081d3e150a21651 commit hash: 3068854dd0263c7ccc8d62569081d3e150a21651 commit hash: 3068854dd0263c7ccc8d62569081d3e150a21651 3068854d
Thursday, 19 Jun 2025
20:28 Charlie Li (vishwin) search for other commits by this committer
python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc

EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.

Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.

Introduce PYTHON_SOABI to align with PEP 3149's specification of a
tag, which consists of implementation name, shorthand version and
any ABI flags present (this and PYTHON_TAG are identical without
ABI flags). This is meant for compiled extension module objects and
other files that depend on a specific Python ABI for the same
version.

Add documentation for these variables that our PYTHON_EXT_SUFFIX
never had.

PR: 274671
Event: Kitchener-Waterloo Hackathon 202506
commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6 commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6 commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6 commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6 4f0eba1
Tuesday, 18 Feb 2025
19:30 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot

The flang runtime is now built as a runtime instead of always being
built with flang.

Sponsored by:	DARPA, AFRL
commit hash: 75ed2eee50c8f185098e46c1d4b771fbe92ff50c commit hash: 75ed2eee50c8f185098e46c1d4b771fbe92ff50c commit hash: 75ed2eee50c8f185098e46c1d4b771fbe92ff50c commit hash: 75ed2eee50c8f185098e46c1d4b771fbe92ff50c 75ed2ee
Monday, 10 Feb 2025
21:43 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot

Sponsored by:	DARPA, AFRL
commit hash: 2170e015ebb46324996bb62d4d31668cc6c308fa commit hash: 2170e015ebb46324996bb62d4d31668cc6c308fa commit hash: 2170e015ebb46324996bb62d4d31668cc6c308fa commit hash: 2170e015ebb46324996bb62d4d31668cc6c308fa 2170e01
Wednesday, 29 Jan 2025
20:10 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: snapshot at release/20.x branch point

Update to the branch point of release/20.x.  The next commit on main
updates to 21.0.0 and 20.1.0-rc1 will be released shortly.

Sponsored by:	DARPA, AFRL
commit hash: cfbada19098e85dd55306477e477cdadd17a6ed7 commit hash: cfbada19098e85dd55306477e477cdadd17a6ed7 commit hash: cfbada19098e85dd55306477e477cdadd17a6ed7 commit hash: cfbada19098e85dd55306477e477cdadd17a6ed7 cfbada1
Tuesday, 28 Jan 2025
04:07 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: fix OPENMP+DOCS plist

Reported by:	Chad Jacob Milios
Fixes:		c34c074fc623 devel/llvm-devel: build openmp as a runtime
commit hash: 5e62ce4a52ddec438dd149201afb575b66f16b0f commit hash: 5e62ce4a52ddec438dd149201afb575b66f16b0f commit hash: 5e62ce4a52ddec438dd149201afb575b66f16b0f commit hash: 5e62ce4a52ddec438dd149201afb575b66f16b0f 5e62ce4
01:00 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: build openmp as a runtime

OpenMP support can be built as a project or a runtime.  LLVM build
documentation says that when both are available, runtime is to be
prefered.  I'm making this change in advance of an expected change to
split the Flang runtime from the Flang compiler build
(https://github.com/llvm/llvm-project/pull/110217).

This changes where omp_lib.h is installed for Flang use and which
Fortran modules are installed (removes .f18.mod versions).

Sponsored by:	DARPA, AFRL
commit hash: c34c074fc62387168159b9f011f99265daef5faf commit hash: c34c074fc62387168159b9f011f99265daef5faf commit hash: c34c074fc62387168159b9f011f99265daef5faf commit hash: c34c074fc62387168159b9f011f99265daef5faf c34c074
Monday, 13 Jan 2025
23:53 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: 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
commit hash: 66b3823c32b3a0a1b9afac6a830a37cb8c7760fb commit hash: 66b3823c32b3a0a1b9afac6a830a37cb8c7760fb commit hash: 66b3823c32b3a0a1b9afac6a830a37cb8c7760fb commit hash: 66b3823c32b3a0a1b9afac6a830a37cb8c7760fb 66b3823
Friday, 3 Jan 2025
23:56 Brooks Davis (brooks) search for other commits by this committer
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
commit hash: 57f97b36a7cfe19702fbf967e31e0403b72a7ea3 commit hash: 57f97b36a7cfe19702fbf967e31e0403b72a7ea3 commit hash: 57f97b36a7cfe19702fbf967e31e0403b72a7ea3 commit hash: 57f97b36a7cfe19702fbf967e31e0403b72a7ea3 57f97b3
23:56 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot

Fix USE_LDCONFIG for OPENMP. [0]

Reported by:	tijl [0]
Sponsored by:	DARPA, AFRL
commit hash: 1fadfc2262fcafe373ddd2710cf8f1212bfdd2e8 commit hash: 1fadfc2262fcafe373ddd2710cf8f1212bfdd2e8 commit hash: 1fadfc2262fcafe373ddd2710cf8f1212bfdd2e8 commit hash: 1fadfc2262fcafe373ddd2710cf8f1212bfdd2e8 1fadfc2
23:56 Brooks Davis (brooks) search for other commits by this committer
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
commit hash: 18840affe5cd004d73517102a0a11b56ed087bab commit hash: 18840affe5cd004d73517102a0a11b56ed087bab commit hash: 18840affe5cd004d73517102a0a11b56ed087bab commit hash: 18840affe5cd004d73517102a0a11b56ed087bab 18840af
23:56 Brooks Davis (brooks) search for other commits by this committer
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
commit hash: d17143d1b73eee11b9196c2603636eebdcb8c2fe commit hash: d17143d1b73eee11b9196c2603636eebdcb8c2fe commit hash: d17143d1b73eee11b9196c2603636eebdcb8c2fe commit hash: d17143d1b73eee11b9196c2603636eebdcb8c2fe d17143d
23:56 Brooks Davis (brooks) search for other commits by this committer
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
commit hash: 4f177eced75e0e3fb1c5a9f782b6810e253265f9 commit hash: 4f177eced75e0e3fb1c5a9f782b6810e253265f9 commit hash: 4f177eced75e0e3fb1c5a9f782b6810e253265f9 commit hash: 4f177eced75e0e3fb1c5a9f782b6810e253265f9 4f177ec
Wednesday, 18 Dec 2024
01:22 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: build compiler-rt as a runtime

This begins to pave the way for an upcoming change were the Flang runtime
is seperate from the compiler.  It may also allow us to build sanitizer
runtimes for multiple targets.

No functional change.
commit hash: 6333c7f1de04ccdc430bbb86a46c5e2cbb1cd858 commit hash: 6333c7f1de04ccdc430bbb86a46c5e2cbb1cd858 commit hash: 6333c7f1de04ccdc430bbb86a46c5e2cbb1cd858 commit hash: 6333c7f1de04ccdc430bbb86a46c5e2cbb1cd858 6333c7f
Thursday, 14 Nov 2024
22:35 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot, 32-bit improvements

Apply a patch based on one posted by Mark Millard in the comments of
https://reviews.freebsd.org/D46239 which defaults lld to using a single
thread on 32-bit systems.

Switch lua to 5.4, matching the intalled path of lldb.so.

Sponsored by: 	DARPA, AFRL
commit hash: daa99286ef8104d1df6c22e35d02b081cab2ed0f commit hash: daa99286ef8104d1df6c22e35d02b081cab2ed0f commit hash: daa99286ef8104d1df6c22e35d02b081cab2ed0f commit hash: daa99286ef8104d1df6c22e35d02b081cab2ed0f daa9928
Wednesday, 16 Oct 2024
00:36 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot

Flang is now installed as $PREFIX/bin/flang-devel.  I've done no testing
and work is in progress upstream on improving cross building the runtime.

Apply a fix for LLDB builds on aarch64.
commit hash: de16aa64b8a84c612b8bbba125b670ac2972ee8c commit hash: de16aa64b8a84c612b8bbba125b670ac2972ee8c commit hash: de16aa64b8a84c612b8bbba125b670ac2972ee8c commit hash: de16aa64b8a84c612b8bbba125b670ac2972ee8c de16aa6
Monday, 30 Sep 2024
22:11 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot
commit hash: d0e7f199fae39b1a8e64c5c30a296692e1cf1c82 commit hash: d0e7f199fae39b1a8e64c5c30a296692e1cf1c82 commit hash: d0e7f199fae39b1a8e64c5c30a296692e1cf1c82 commit hash: d0e7f199fae39b1a8e64c5c30a296692e1cf1c82 d0e7f19
Tuesday, 27 Aug 2024
19:23 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot

Sponsored by:	DARPA, AFRL
commit hash: 3a45fb6849c4d1dd54c3b1e92ecd5ca61c80458d commit hash: 3a45fb6849c4d1dd54c3b1e92ecd5ca61c80458d commit hash: 3a45fb6849c4d1dd54c3b1e92ecd5ca61c80458d commit hash: 3a45fb6849c4d1dd54c3b1e92ecd5ca61c80458d 3a45fb6
Monday, 22 Jul 2024
18:52 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot, plist fix

Fix plists without FLANG enabled.  This broke i386 builds among others.

Sponsored by:	DARPA, AFRL
commit hash: a5942ffe5a0c6202869972fca3f1ad8f2dc37fb7 commit hash: a5942ffe5a0c6202869972fca3f1ad8f2dc37fb7 commit hash: a5942ffe5a0c6202869972fca3f1ad8f2dc37fb7 commit hash: a5942ffe5a0c6202869972fca3f1ad8f2dc37fb7 a5942ff
Friday, 19 Jul 2024
22:16 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot

Also patch sanitizer runtimes to link without -lsys on FreeBSD 15+.
commit hash: 15f5dcf7059a256134e3d04ddbc9fc901781b3ed commit hash: 15f5dcf7059a256134e3d04ddbc9fc901781b3ed commit hash: 15f5dcf7059a256134e3d04ddbc9fc901781b3ed commit hash: 15f5dcf7059a256134e3d04ddbc9fc901781b3ed 15f5dcf
Friday, 17 May 2024
18:28 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot

Includes a fix for OpenMP child processes with affinity_none.

PR:		278843
commit hash: 83f1b7559314d822cae3a9fd90f6996e094b7bc5 commit hash: 83f1b7559314d822cae3a9fd90f6996e094b7bc5 commit hash: 83f1b7559314d822cae3a9fd90f6996e094b7bc5 commit hash: 83f1b7559314d822cae3a9fd90f6996e094b7bc5 83f1b75
Friday, 26 Apr 2024
20:50 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot

Sponsored by:	AFRL, DARPA
commit hash: 95ad99efb39c482ba4871053b015f710b76526cd commit hash: 95ad99efb39c482ba4871053b015f710b76526cd commit hash: 95ad99efb39c482ba4871053b015f710b76526cd commit hash: 95ad99efb39c482ba4871053b015f710b76526cd 95ad99e
Wednesday, 17 Apr 2024
22:24 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot

Allow sanitizers to work without a direct link to libsys.
commit hash: 056b0756eb70007f74416de3d940a394a916418a commit hash: 056b0756eb70007f74416de3d940a394a916418a commit hash: 056b0756eb70007f74416de3d940a394a916418a commit hash: 056b0756eb70007f74416de3d940a394a916418a 056b075
Tuesday, 16 Apr 2024
21:48 Piotr Kubaj (pkubaj) search for other commits by this committer
devel/llvm-devel: fix build on non-amd64 / non-14.0
commit hash: c8f7adea62571d6e3d9ae5a0c55fac16bda58169 commit hash: c8f7adea62571d6e3d9ae5a0c55fac16bda58169 commit hash: c8f7adea62571d6e3d9ae5a0c55fac16bda58169 commit hash: c8f7adea62571d6e3d9ae5a0c55fac16bda58169 c8f7ade
Wednesday, 3 Apr 2024
22:40 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: handle the edge case where FLANG is on and OPENMP is off

PR:		277989
Submitted by:	Trond Endrestøl <Trond.Endrestol@ximalas.info>
commit hash: 2986fba67c34cc693e18344beb0cb71094bb8149 commit hash: 2986fba67c34cc693e18344beb0cb71094bb8149 commit hash: 2986fba67c34cc693e18344beb0cb71094bb8149 commit hash: 2986fba67c34cc693e18344beb0cb71094bb8149 2986fba
Tuesday, 26 Mar 2024
13:46 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: add missing $

Submitted by:	Trond.Endrestol@ximalas.info
commit hash: d153eae26a4d484eb54e1349cf27c3a691176c6b commit hash: d153eae26a4d484eb54e1349cf27c3a691176c6b commit hash: d153eae26a4d484eb54e1349cf27c3a691176c6b commit hash: d153eae26a4d484eb54e1349cf27c3a691176c6b d153eae
Monday, 25 Mar 2024
15:19 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: add py-pexpect build dep

LLDB now requires pexpect to build.

I forgot to add this dependency after completing the rest of the update.
commit hash: e9a704b9b21d08d3402411d37dd4e3b11b7aa9b0 commit hash: e9a704b9b21d08d3402411d37dd4e3b11b7aa9b0 commit hash: e9a704b9b21d08d3402411d37dd4e3b11b7aa9b0 commit hash: e9a704b9b21d08d3402411d37dd4e3b11b7aa9b0 e9a704b
Friday, 22 Mar 2024
17:44 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: update to new snapshot

Update for new libary suffixes which include both major and minor
version.

Includes a fix for https://github.com/llvm/llvm-project/issues/86038
commit hash: d13066e64e6ee6be64ed7aa393cc1f61ab54b9ba commit hash: d13066e64e6ee6be64ed7aa393cc1f61ab54b9ba commit hash: d13066e64e6ee6be64ed7aa393cc1f61ab54b9ba commit hash: d13066e64e6ee6be64ed7aa393cc1f61ab54b9ba d13066e
Tuesday, 13 Feb 2024
16:40 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot

Bump major version to 19.

Add a build conflict with ${ARCH}-binutils for COMPILER_RT.  Technically
this is only an issue for 64-bit architectures that build 32-bit
sanitizers (the presence of <triple>-ld is picked up and it doesn't
pass some cmake test), but it's easier to just block all of them.
commit hash: b3cbb02bd163af4d91af16073ecde70db9628e80 commit hash: b3cbb02bd163af4d91af16073ecde70db9628e80 commit hash: b3cbb02bd163af4d91af16073ecde70db9628e80 commit hash: b3cbb02bd163af4d91af16073ecde70db9628e80 b3cbb02
Monday, 29 Jan 2024
18:18 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: fix lite flavor plist
commit hash: 07456817ff75e4eff4a0ded21c649b66ed776843 commit hash: 07456817ff75e4eff4a0ded21c649b66ed776843 commit hash: 07456817ff75e4eff4a0ded21c649b66ed776843 commit hash: 07456817ff75e4eff4a0ded21c649b66ed776843 0745681
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/llvm-devel: Sanitize MANPREFIX

Approved by:	brooks (private mail)
commit hash: a5aad1306ad10c440d7b6a49c1508054194e7269 commit hash: a5aad1306ad10c440d7b6a49c1508054194e7269 commit hash: a5aad1306ad10c440d7b6a49c1508054194e7269 commit hash: a5aad1306ad10c440d7b6a49c1508054194e7269 a5aad13
Sunday, 31 Dec 2023
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
Tuesday, 28 Nov 2023
00:28 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: fix plist without FLANG

ISO_Fortran_binding.h is installed in both clang and flang include
paths.  The clang one was inappropriately tagged as conditional on CLANG
and not both.
commit hash: c3a33020c0e8a681690fd9322ddb68481a62424a commit hash: c3a33020c0e8a681690fd9322ddb68481a62424a commit hash: c3a33020c0e8a681690fd9322ddb68481a62424a commit hash: c3a33020c0e8a681690fd9322ddb68481a62424a c3a3302
Thursday, 12 Oct 2023
23:45 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot

Add a DOCS build dependency on py-myst-parser.

Rewrap long <OPTION>_<FOO> lines.
commit hash: 00d414e1dad718489c37167c33a0dad63115a0a6 commit hash: 00d414e1dad718489c37167c33a0dad63115a0a6 commit hash: 00d414e1dad718489c37167c33a0dad63115a0a6 commit hash: 00d414e1dad718489c37167c33a0dad63115a0a6 00d414e
Saturday, 23 Sep 2023
08:09 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot, library depends

Don't link openmp with libffi.

Reformat long or multi-line OPTION_FOO variables.

PR:		273801
Co-authored-by:	Ivan Rozhuk <rozhuk.im@gmail.com>
commit hash: b79d9546e0073437942f19383feb04bbd35ec9ef commit hash: b79d9546e0073437942f19383feb04bbd35ec9ef commit hash: b79d9546e0073437942f19383feb04bbd35ec9ef commit hash: b79d9546e0073437942f19383feb04bbd35ec9ef b79d954
Wednesday, 13 Sep 2023
15:42 Brooks Davis (brooks) search for other commits by this committer Author: John Hein
devel/llvm-devel: don't set cmake PYTHON_EXECUTABLE

The PYTHON_EXECUTABLE spelling is not used at all in the newer python
support modules - FindPython{,2,3}.cmake and the framework now sets the
correct values.

PR:		273713
commit hash: ef25b4bbd15686236014276ef6792fb7f8c9a279 commit hash: ef25b4bbd15686236014276ef6792fb7f8c9a279 commit hash: ef25b4bbd15686236014276ef6792fb7f8c9a279 commit hash: ef25b4bbd15686236014276ef6792fb7f8c9a279 ef25b4b
Tuesday, 8 Aug 2023
14:54 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: Fix plist

Newly added ompx.h was incorreclty tagged as being part of CLANG not
OPENMP.  This broke systems without OPENMP (all 32-bit systems).
commit hash: e91543469143ce0fe5f436b22b1afb75e1302e0b commit hash: e91543469143ce0fe5f436b22b1afb75e1302e0b commit hash: e91543469143ce0fe5f436b22b1afb75e1302e0b commit hash: e91543469143ce0fe5f436b22b1afb75e1302e0b e915434
Monday, 31 Jul 2023
23:46 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: Update to new snapshot

This snapshot is the first commit of the release/17.x branch and the
last llvm-devel snapshot before bumping to the 18 branch.
commit hash: 534a547bcd405b36b55f76d84a493171cacbe888 commit hash: 534a547bcd405b36b55f76d84a493171cacbe888 commit hash: 534a547bcd405b36b55f76d84a493171cacbe888 commit hash: 534a547bcd405b36b55f76d84a493171cacbe888 534a547
Friday, 14 Jul 2023
19:07 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: restore delete STATIC_LIBS_DESC

Accidentlly deleted with the introduction of POLLY.

Fixes:		2eae0958d55329a790b2f964e4d5d0bc619a8c7d
commit hash: b1ffb81458083a5987bfbe1ed3d56fbe218888c8 commit hash: b1ffb81458083a5987bfbe1ed3d56fbe218888c8 commit hash: b1ffb81458083a5987bfbe1ed3d56fbe218888c8 commit hash: b1ffb81458083a5987bfbe1ed3d56fbe218888c8 b1ffb81
Tuesday, 11 Jul 2023
23:11 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot

This includes the change to clang proposed in D40943 and committed
upstream by jtrc27 to allow -m32 to work on arm64.
commit hash: b38875aa6cf52007130c68271cc6414494ee59b0 commit hash: b38875aa6cf52007130c68271cc6414494ee59b0 commit hash: b38875aa6cf52007130c68271cc6414494ee59b0 commit hash: b38875aa6cf52007130c68271cc6414494ee59b0 b38875a
23:11 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: enable polyhedral optimizations

The POLLY option enables the Polly optimizer.  It is enabled by default.

From the website (https://polly.llvm.org):

  Polly is a high-level loop and data-locality optimizer and
  optimization infrastructure for LLVM. It uses an abstract mathematical
  representation based on integer polyhedra to analyze and optimize the
  memory access pattern of a program. We currently perform classical
  loop transformations, especially tiling and loop fusion to improve
  data-locality. Polly can also exploit OpenMP level parallelism, expose
  SIMDization opportunities.

PR:		272400
commit hash: 2eae0958d55329a790b2f964e4d5d0bc619a8c7d commit hash: 2eae0958d55329a790b2f964e4d5d0bc619a8c7d commit hash: 2eae0958d55329a790b2f964e4d5d0bc619a8c7d commit hash: 2eae0958d55329a790b2f964e4d5d0bc619a8c7d 2eae095
Thursday, 29 Jun 2023
15:59 Piotr Kubaj (pkubaj) search for other commits by this committer
devel/llvm-devel: enable assertions by default

PR:	272012
Approved by:	brooks (maintainer timeout)
commit hash: 0990299817478f318e95661326f674f851052131 commit hash: 0990299817478f318e95661326f674f851052131 commit hash: 0990299817478f318e95661326f674f851052131 commit hash: 0990299817478f318e95661326f674f851052131 0990299
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
Friday, 23 Jun 2023
20:05 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot

Includes a fix for i386 build issues.

Work around broken compiler-rt compilation on aarch64 by disabling the
COMPILER_RT option there.  Not ideal, but seems better than marking the
whole port broken. [0]

PR:		272164 [0]
Reported by:	jfc@mit.edu [0]
commit hash: 1a779a48ef968c58acb43de5c6459a385042b9ff commit hash: 1a779a48ef968c58acb43de5c6459a385042b9ff commit hash: 1a779a48ef968c58acb43de5c6459a385042b9ff commit hash: 1a779a48ef968c58acb43de5c6459a385042b9ff 1a779a4
Tuesday, 20 Jun 2023
16:39 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: typo fix (llcm->llvm)

PR:		272084
Fixes:		5a6a8d9fff8f9 devel/llvm-devel: Update to new snapshot
commit hash: 9fe34588c282299a717604426cac7470c72ef75e commit hash: 9fe34588c282299a717604426cac7470c72ef75e commit hash: 9fe34588c282299a717604426cac7470c72ef75e commit hash: 9fe34588c282299a717604426cac7470c72ef75e 9fe3458
05:47 Cy Schubert (cy) search for other commits by this committer
devel/llvm-devel: Fix llvm-devel patch regression

Fix:

/bin/sh:
/export/wrkdir/amd64/export/freebsd/git/ports/devel/llvm-devel/work-default/llvm-project-8a7a2da18f9add7fb58fe707e4f0256e3abeb8fa/llvm/utils/lit/lit/formats/__init__.py:
Permission denied
*** Error code 126

PR:		272084
Approved by:	brooks (Maintainer)
commit hash: 8bf321a61f45f0cce03c5145f615ab3284a354b6 commit hash: 8bf321a61f45f0cce03c5145f615ab3284a354b6 commit hash: 8bf321a61f45f0cce03c5145f615ab3284a354b6 commit hash: 8bf321a61f45f0cce03c5145f615ab3284a354b6 8bf321a
Monday, 19 Jun 2023
18:44 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: Update to new snapshot

Improve lit install adding the contents of the llvm directory and
patching builtin_commands.
commit hash: 5a6a8d9fff8f989adbfa29c5613ea6c15ab42a87 commit hash: 5a6a8d9fff8f989adbfa29c5613ea6c15ab42a87 commit hash: 5a6a8d9fff8f989adbfa29c5613ea6c15ab42a87 commit hash: 5a6a8d9fff8f989adbfa29c5613ea6c15ab42a87 5a6a8d9
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
Wednesday, 12 Apr 2023
18:01 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot, lit fixes

Fix the the python module name to use an '_' in place of '-' in the
port-specific module name.

Remove a workaround that is now upstream.

PR:		270670, 269931
Co-Authored-by:	Pawel Biernacki <kaktus@freebsd.org>
commit hash: bcc6ffd087d07cdee35c8633863fb0a92f00d346 commit hash: bcc6ffd087d07cdee35c8633863fb0a92f00d346 commit hash: bcc6ffd087d07cdee35c8633863fb0a92f00d346 commit hash: bcc6ffd087d07cdee35c8633863fb0a92f00d346 bcc6ffd
Sunday, 2 Apr 2023
02:17 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: update to a new snapshot

Sponsored by:	DARPA, AFRL
commit hash: bc815b0dd60cd40868f096a56107955e21c55ae3 commit hash: bc815b0dd60cd40868f096a56107955e21c55ae3 commit hash: bc815b0dd60cd40868f096a56107955e21c55ae3 commit hash: bc815b0dd60cd40868f096a56107955e21c55ae3 bc815b0
02:17 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: reduce diffs to llvm16

Mostly whitespace and style, but a few functional changes:
 - It is new possible to enable COMPILER_RT for the lite flavor.
 - Fix installation of internal lit depends.
commit hash: d21523ff202208a1808ef4bbc603b1427371e044 commit hash: d21523ff202208a1808ef4bbc603b1427371e044 commit hash: d21523ff202208a1808ef4bbc603b1427371e044 commit hash: d21523ff202208a1808ef4bbc603b1427371e044 d21523f
Tuesday, 14 Mar 2023
19:03 Piotr Kubaj (pkubaj) search for other commits by this committer
devel/llvm-devel: fix packaging on powerpc

pkg-static: Unable to access file
/wrkdirs/usr/ports/devel/llvm-devel/work-default/stage/usr/local/llvm-devel/lib/clang/17/share/:No
such file or directory
commit hash: c035b4ff5df2809f7d976e5ad6f6937a458fa7a6 commit hash: c035b4ff5df2809f7d976e5ad6f6937a458fa7a6 commit hash: c035b4ff5df2809f7d976e5ad6f6937a458fa7a6 commit hash: c035b4ff5df2809f7d976e5ad6f6937a458fa7a6 c035b4f
Wednesday, 22 Feb 2023
00:20 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: Update to new snapshot

Stop installing a link from flang-new to flang.  The former has a
deliberately obtuse interface intended to prevent casual use.  While the
community sorts it self out, just stick with that to avoid future
confusion.  See:

https://discourse.llvm.org/t/reviving-rename-flang-new-to-flang

Sponsored by: DARPA
commit hash: 39efb1ee9d94eb53ad60efcafe4bf08bbdbafff6 commit hash: 39efb1ee9d94eb53ad60efcafe4bf08bbdbafff6 commit hash: 39efb1ee9d94eb53ad60efcafe4bf08bbdbafff6 commit hash: 39efb1ee9d94eb53ad60efcafe4bf08bbdbafff6 39efb1e
Friday, 27 Jan 2023
23:54 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: update to new snapshot

The first snapshot of the 17 development branch.  It should be fairly
similar to devel/llvm16 (coming soon).
commit hash: 710fef9e837525e1d0d08b00db905c9ed18751d0 commit hash: 710fef9e837525e1d0d08b00db905c9ed18751d0 commit hash: 710fef9e837525e1d0d08b00db905c9ed18751d0 commit hash: 710fef9e837525e1d0d08b00db905c9ed18751d0 710fef9
23:53 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: fix packaging with debug python

The actual suffix if python extensions (at least as built by the LLVM
infrastructure) is ${PYTHON_EXT_SUFFIX}${PYTHON_ABIVER} not merely the
former.

PR:		268437
Sponsored by:	DARPA
commit hash: aeb2ce7f4b401deff1b71280d147f3d2c2b5fafd commit hash: aeb2ce7f4b401deff1b71280d147f3d2c2b5fafd commit hash: aeb2ce7f4b401deff1b71280d147f3d2c2b5fafd commit hash: aeb2ce7f4b401deff1b71280d147f3d2c2b5fafd aeb2ce7
Thursday, 12 Jan 2023
22:58 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: Update to new snapshot

Also disable OpenMP runtime on 12.  It fails to compile with:

/wrkdirs/usr/ports/devel/llvm-devel/work-default/llvm-project-6df5464a463b8ada2df167595286aa2b6510dd16/openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp:425:14:
error: call to deleted constructor of 'llvm::Error'
      return Err;
             ^~~
/wrkdirs/usr/ports/devel/llvm-devel/work-default/llvm-project-6df5464a463b8ada2df167595286aa2b6510dd16/llvm/include/llvm/Support/Error.h:185:3:
note: 'Error' has been explicitly marked deleted here
  Error(const Error &Other) = delete;
  ^
/wrkdirs/usr/ports/devel/llvm-devel/work-default/llvm-project-6df5464a463b8ada2df167595286aa2b6510dd16/llvm/include/llvm/Support/Error.h:492:18:
note: passing argument to parameter 'Err' here
  Expected(Error Err)
                 ^
1 error generated.
commit hash: 7e787f8d24244bcd7ece5dd7b9802e9fa1217a05 commit hash: 7e787f8d24244bcd7ece5dd7b9802e9fa1217a05 commit hash: 7e787f8d24244bcd7ece5dd7b9802e9fa1217a05 commit hash: 7e787f8d24244bcd7ece5dd7b9802e9fa1217a05 7e787f8
Tuesday, 3 Jan 2023
23:43 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: Update to new snapshot
commit hash: ee83585085c3600b49650e2567517fe0912a8d44 commit hash: ee83585085c3600b49650e2567517fe0912a8d44 commit hash: ee83585085c3600b49650e2567517fe0912a8d44 commit hash: ee83585085c3600b49650e2567517fe0912a8d44 ee83585
Wednesday, 21 Dec 2022
00:03 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: Update to a new sanapshot

Add missing dependency on zstd

PR:		268211
Reported by:	amdmi3
commit hash: 3096292f790c298af1812aae4487eacb91961cde commit hash: 3096292f790c298af1812aae4487eacb91961cde commit hash: 3096292f790c298af1812aae4487eacb91961cde commit hash: 3096292f790c298af1812aae4487eacb91961cde 3096292
Friday, 9 Dec 2022
22:47 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: update to a fresh snapshot

Fix builds with clang15 using with the patch applied to devel/llvm15 in
830bbdd84a53aa33b48c01ee16048d1400094e26.

PR:		268196
commit hash: e9c750b7ee8c734028113d316bf46a070ac3dd67 commit hash: e9c750b7ee8c734028113d316bf46a070ac3dd67 commit hash: e9c750b7ee8c734028113d316bf46a070ac3dd67 commit hash: e9c750b7ee8c734028113d316bf46a070ac3dd67 e9c750b
Tuesday, 29 Nov 2022
18:59 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: fix packaging without FLANG option
commit hash: 8fc9ee02cc73b52cfc0585fd52d858fd93f60edb commit hash: 8fc9ee02cc73b52cfc0585fd52d858fd93f60edb commit hash: 8fc9ee02cc73b52cfc0585fd52d858fd93f60edb commit hash: 8fc9ee02cc73b52cfc0585fd52d858fd93f60edb 8fc9ee0
Monday, 28 Nov 2022
23:24 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: update to a new snapshot

Remove a no longer needed workaround in openmp compilation.

Chase a reorganization of the install tree that changed the location of
clang library files from a per-version directory to a per-major-version
directory (e.g., 16.0.0 -> 16).
commit hash: 70f69fa039be70fc492391fbeac6ce06909faf73 commit hash: 70f69fa039be70fc492391fbeac6ce06909faf73 commit hash: 70f69fa039be70fc492391fbeac6ce06909faf73 commit hash: 70f69fa039be70fc492391fbeac6ce06909faf73 70f69fa
Monday, 14 Nov 2022
18:41 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: fix plist w/o FLANG option

I missed the new library libHLFIRDialect.a.
commit hash: 8fc659e4124b309c17a61f992594b26336713bd0 commit hash: 8fc659e4124b309c17a61f992594b26336713bd0 commit hash: 8fc659e4124b309c17a61f992594b26336713bd0 commit hash: 8fc659e4124b309c17a61f992594b26336713bd0 8fc659e
Wednesday, 9 Nov 2022
21:27 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: update to a new snapshot

Remove no longer needed workaround for flang build and float128.
commit hash: 1b29ddc7040809062eb9486238276526758a8ca0 commit hash: 1b29ddc7040809062eb9486238276526758a8ca0 commit hash: 1b29ddc7040809062eb9486238276526758a8ca0 commit hash: 1b29ddc7040809062eb9486238276526758a8ca0 1b29ddc
Thursday, 29 Sep 2022
22:48 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: deduplicate information (NFC)

In COMPILER_RT, key the existance of <san>_ignorelist.txt files on
libclang_rt.<san>.a in the set of installed runtimes.  This avoids
needing to maintain per-architecture list of ignore lists.
commit hash: bf050595e31dcb6c8cb7292ac5ad875b5839cc02 commit hash: bf050595e31dcb6c8cb7292ac5ad875b5839cc02 commit hash: bf050595e31dcb6c8cb7292ac5ad875b5839cc02 commit hash: bf050595e31dcb6c8cb7292ac5ad875b5839cc02 bf05059
22:48 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: rename ignorelist dir variable (NFC)

A few years ago sanitizer black lists were renamed to ignore lists.
The directory variable's value didn't change at the time so I didn't
think to update it.  Do so now so it's less oddly named.
commit hash: 4ca5c8c042c7e7123b63e31936d5f1edc5d42969 commit hash: 4ca5c8c042c7e7123b63e31936d5f1edc5d42969 commit hash: 4ca5c8c042c7e7123b63e31936d5f1edc5d42969 commit hash: 4ca5c8c042c7e7123b63e31936d5f1edc5d42969 4ca5c8c
22:48 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot

Fix a plist bug with EXTRAS disabled.

This update contains a workaround for an issue causing flang not to
compile on amd64 due to a lack of __float128 support.  Power may need a
similar fix, but I'd prefer not to apply it blindly.

PR:		266662
commit hash: 547397723678cd4d68d95ac24b7e98ccf197f0c2 commit hash: 547397723678cd4d68d95ac24b7e98ccf197f0c2 commit hash: 547397723678cd4d68d95ac24b7e98ccf197f0c2 commit hash: 547397723678cd4d68d95ac24b7e98ccf197f0c2 5473977
22:48 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: use PLIST_FILES for GOLD (NFC)

The GOLD option causes a single file to be built so move it to
GOLD_PLIST_FILES and exclude it from the generated pkg-plist.  This
simplifies doing port maintenance on aarch64 systems were we don't
currently build the gold plugin.
commit hash: 38c131e442256c38b219a93018d0ff28f2c3bac7 commit hash: 38c131e442256c38b219a93018d0ff28f2c3bac7 commit hash: 38c131e442256c38b219a93018d0ff28f2c3bac7 commit hash: 38c131e442256c38b219a93018d0ff28f2c3bac7 38c131e
22:48 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: simplify option declerations (NFC)

In for non-lite flavors, include and DEFINE and DEFAULT COMPILER_RT and
OPENMP and then EXCLUDE them on 32-bit arm and all 32-bit systems
respectively.
commit hash: a3c9588e81ddae1fe37bb1f091b135c7b8e423d1 commit hash: a3c9588e81ddae1fe37bb1f091b135c7b8e423d1 commit hash: a3c9588e81ddae1fe37bb1f091b135c7b8e423d1 commit hash: a3c9588e81ddae1fe37bb1f091b135c7b8e423d1 a3c9588
Wednesday, 21 Sep 2022
21:03 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: update to a new version
commit hash: 91c455fae14e4a501f7e2f0655b1bec231c340e2 commit hash: 91c455fae14e4a501f7e2f0655b1bec231c340e2 commit hash: 91c455fae14e4a501f7e2f0655b1bec231c340e2 commit hash: 91c455fae14e4a501f7e2f0655b1bec231c340e2 91c455f
21:03 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: enable COMPILER_RT on aarch64
commit hash: 70ba510bcb2ac63503c258e2a946456e76dd25b1 commit hash: 70ba510bcb2ac63503c258e2a946456e76dd25b1 commit hash: 70ba510bcb2ac63503c258e2a946456e76dd25b1 commit hash: 70ba510bcb2ac63503c258e2a946456e76dd25b1 70ba510
Friday, 16 Sep 2022
17:28 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: fix name collision

Use _COMPILER_RT_LIBS rather than COMPILER_RT_LIBS for the list of
library paths installed by the COMPILER_RT option.  This worked because
it was added after bsd.port.options.mk, but triggered a bsd.sanity.mk
warning.

PR:		266447
commit hash: 25e93187069e74c4050dd39f1f38075a8b597b2c commit hash: 25e93187069e74c4050dd39f1f38075a8b597b2c commit hash: 25e93187069e74c4050dd39f1f38075a8b597b2c commit hash: 25e93187069e74c4050dd39f1f38075a8b597b2c 25e9318
12:43 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: update to a fresh snapshot

This update includes a switch to a new layout for
runtime libraries.  Rather than being stored in
llvm-devel/lib/clang/${LLVM_RELEASE}/lib/freebsd
with -<arch> suffixes, they are now stored in
llvm-devel/lib/clang/${LLVM_RELEASE}/lib/${CONFIGURE_TARGET}.
In principle, the compiler should just use the new locations
and this should be a no-op.
commit hash: eb0de48b82b59bfc46c3aca58d959076d5e51e92 commit hash: eb0de48b82b59bfc46c3aca58d959076d5e51e92 commit hash: eb0de48b82b59bfc46c3aca58d959076d5e51e92 commit hash: eb0de48b82b59bfc46c3aca58d959076d5e51e92 eb0de48
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
Tuesday, 6 Sep 2022
23:43 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: Update to a new snapshot
commit hash: 446d275aa3fb625eb58b17bfa2401d0206713363 commit hash: 446d275aa3fb625eb58b17bfa2401d0206713363 commit hash: 446d275aa3fb625eb58b17bfa2401d0206713363 commit hash: 446d275aa3fb625eb58b17bfa2401d0206713363 446d275
Thursday, 11 Aug 2022
23:34 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: Update to a new snapshot

This is the first snapshot of the LLVM 16 development branch. Since 16
is a popular number to put in file names, some reshuffling of plist
generation was required to avoid things like "16bits" becoming
%%LLVM_MAJOR%%bits".
commit hash: fdc7f3f37b35f797ef369bde5a0f5a43ccd0fc5c commit hash: fdc7f3f37b35f797ef369bde5a0f5a43ccd0fc5c commit hash: fdc7f3f37b35f797ef369bde5a0f5a43ccd0fc5c commit hash: fdc7f3f37b35f797ef369bde5a0f5a43ccd0fc5c fdc7f3f
Wednesday, 20 Jul 2022
19:14 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: Update to a fresh snapshot
commit hash: 59a631e412b070b0da651b98f64d71823f261143 commit hash: 59a631e412b070b0da651b98f64d71823f261143 commit hash: 59a631e412b070b0da651b98f64d71823f261143 commit hash: 59a631e412b070b0da651b98f64d71823f261143 59a631e
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alan Somers <asomers@FreeBSD.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alessandro Sagratini <ale_sagra@hotmail.com>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Kapranoff <alex@kapranoff.ru>
  *  Alex Kapranoff <ka@nadoby.ru>
  *  Alex Kapranoff <kappa@FreeBSD.org.ua>
  *  Alex Kapranoff <kappa@rambler-co.ru>
  *  Alex Kapranoff <kapr@crosswinds.net>
  *  Alex Miller (<asm@asm.kiev.ua>)
  *  Alex Pesternikov <apesternikov@page2rss.com>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alex Varju <freebsd-ports@varju.ca>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Botero-Lowry <alexbl@FreeBSD.org>
  *  Alexander Churannov <churanov.port.maintainer@gmail.com>
  *  Alexander Churanov <churanov.port.maintainer@gmail.com>
  *  Alexander Leidinger <netchild@FreeBSD.org>
  *  Alexander Logvinov <avl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Nedotsukov <bland@mail.ru>
  *  Alexander Novitsky <alecn2002@yandex.ru>
  *  Alexander Nusov <alexander.nusov@nfvexpress.com>
  *  Alexandros Kosiaris <akosiaris+ports@gmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Alexey V. Antipovsky <kemm@in-line.ru>
  *  Alexey V. Degtyarev
  *  Alexey V. Degtyarev <alexey@renatasystems.org>
  *  Alfred Perlstein <alfred@FreeBSD.org>
  *  Alfred Perlstein <alfred@freebsd.org>
  *  Alistair King <alistair@caida.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Anatoliy Dmytriyev
  *  Anatoliy Dmytriyev <tolid@plab.ku.dk>
  *  Anatoliy Dmytriyev <tolid@tolid.eu.org>
  *  Andre Rikkert de Koe - ARK-ICT <andre@ark-ict.nl>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andreas Kohn
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andreas Kohout <shanee@augusta.de>
  *  Andreev Maxim <andreevmaxim@gmail.com>
  *  Andrej Ebert <andrej@ebert.su>
  *  Andrew Baznikin <dikiy@scn.ru>
  *  Andrew Elble <aweits@rit.edu>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Turner <andrew+ports@fubar.geek.nz>
  *  Andrew Wingorodov <mail@andr.ru>
  *  Andrey <gugu@zoo.rambler.ru>
  *  Andrey Chernov <ache@FreeBSD.org>
  *  Andrey Ignatov <rdna@rdna.ru>
  *  Andrey Kostenko <andrey@kostenko.name>
  *  Andrey V. Elsukov <bu7cher@yandex.ru>
  *  Andrey Zakhvatov
  *  Andrey Zonov <andrey@zonov.org>
  *  Andriy Gapon
  *  Andriy Pylypenko <bamby@sippysoft.com>
  *  Anes Muhametov <anes@anes.su>
  *  Anes Mukhametov <anes@anes.su>
  *  Anish Mistry (<amistry@am-productions.biz>)
  *  Anish Mistry <amistry@am-productions.biz>
  *  Antoine Brodin <antoine@FreeBSD.org>
  *  Anton Berezin
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Tornqvist <antont@inbox.lv>
  *  Anton tornqvist <antont@inbox.lv>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Antonio Carlos Venancio Junior (<antonio@php.net>)
  *  Archie Cobbs
  *  Armin Pirkovitsch <armin@frozen-zone.org>
  *  Arun Sharma <arun@sharma-home.net>
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Ashish SHUKLA <wahjava@gmail.com>
  *  Autrijus Tang <autrijus@autrijus.org>
  *  Axel Rau <axel.rau@chaos1.de>
  *  Babak Farrokhi <farrokhi@FreeBSD.org>
  *  Balwinder S "bsd" Dheeman <bsd@rubyforge.org>
  *  Balwinder S Dheeman <bdheeman@gmail.com>
  *  Baptiste Daroussin
  *  Bartek Rutkowski <ports@robakdesign.com>
  *  Bartek Rutkowski <robak@FreeBSD.org>
  *  Ben Haga <tuximus@tuximus.mine.nu>
  *  Ben Woods <woodsb02@FreeBSD.org>
  *  Bill Brinzer <bill.brinzer@gmail.com>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Björn König <bkoenig@alpha-tierchen.de>
  *  Boris B. Samorodov <bsam@ipt.ru>
  *  Boris Samorodov <bsam@FreeBSD.org>
  *  Brad Davis <brd@FreeBSD.org>
  *  Brad Hendrickse <bradh@uunet.co.za>
  *  Brad Jones <brad@kazrak.com>
  *  Brendan Molloy <brendan+freebsd@bbqsrc.net>
  *  Brian Dean <bsd@FreeBSD.org>
  *  Brian Minard <bminard@flatfoot.ca>
  *  Brian Skrab <brian@quynh-and-brian.org>
  *  Brooks Davis
  *  Bruce M Simpson
  *  Bruce M Simpson <bms@spc.org>
  *  Bruce M. Simpson
  *  Bruce M. Simpson <bms@FreeBSD.org>
  *  Bruce Simpson
  *  Bryan Drewery <bryan@shatow.net>
  *  Carlo Strub
  *  Carlo Strub <cs@FreeBSD.org>
  *  Carlos A M dos Santos <unixmania@gmail.com>
  *  Carlos J Puga Medina <cpm@fbsd.es>
  *  Carlos J. Puga Medina <cpm@FreeBSD.org>
  *  Cezary Morga <cm@therek.net>
  *  Charlie & <root@meatwad.mouf.net>
  *  Cheng-Lung Sung
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Choe, Cheng-Dae
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris St Denis <chris@ctgameinfo.com>
  *  Chris St Denis <chris@smartt.com>
  *  Christer Edwards <christer.edwards@gmail.com>
  *  Christian Geier <geier@lostpackets.de>
  *  Christoph Kick
  *  Christoph Mallon <christoph.mallon@gmx.de>
  *  Christoph Moench-Tegeder <cmt@burggraben.net>
  *  Christopher Boumenot <boumenot@gmail.com>
  *  Christopher Elkins <chrise@scardini.com>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Christopher Nehren <apeiron+ports@coitusmentis.info>
  *  Christopher Nehren <apeiron@coitusmentis.info>
  *  Christopher Nehren <apeiron@comcast.net>
  *  Chuck Swiger <chuck@pkix.net>
  *  Conrad Meyer <cem@FreeBSD.org>
  *  Cory R. King <coryking@mozimedia.com>
  *  Cory R. King <coryking@mozimediacom>
  *  Craig Leres <leres@FreeBSD.org>
  *  Craig Leres <leres@freebsd.org>
  *  Craig Manley
  *  Cristiano Rolim Pereira <cristianorolim@hotmail.com>
  *  Cristiano Rolim Pereira <cristianorolim@outlook.com>
  *  Cyrille Lefevre <clefevre@citeweb.net>
  *  D'Arcy J.M. Cain <darcy@druid.net>
  *  Daichi GOTO <daichi@FreeBSD.org>
  *  Dan Langille
  *  Dan Langille <dvl@FreeBSD.org>
  *  Dan Rench <citric@cubicone.tmetic.com>
  *  Daniel Gerzo <danger@FreeBSD.org>
  *  Daniel Roethlisberger <daniel@roe.ch>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  Danny Warren <danny@dannywarren.com>
  *  Dave Cottlehuber <dch@skunkwerks.at>
  *  Dave Grochowski
  *  Dave Grochowski <malus.x@gmail.com>
  *  David Chaplin-Loebell <direct@klatha.com>
  *  David Kalliecharan <dave@dal.ca>
  *  David Naylor <dbn@FreeBSD.org>
  *  David Naylor <dbn@dragon.local>
  *  David Naylor <naylor.b.david@gmail.com>
  *  David O'Brien (obrien@FreeBSD.org)
  *  David O'Brien (obrien@NUXI.com)
  *  David Romano <unobe@cpan.org>
  *  David Shane Holden <dpejesh@yahoo.com>
  *  David Sugar <dyfet@gnu.org>
  *  David Thiel <lx@freebsd.org>
  *  David Thiel <lx@redundancy.redundancy.org>
  *  David Xu
  *  David Yeske <dyeske@gmail.com>
  *  David Yeske <dyeske@yahoo.com>
  *  Davíð Steinn Geirsson <david@isnic.is>
  *  Denis Pokataev <catone@cpan.org>
  *  Denis Shaposhnikov <dsh@vlink.ru>
  *  Denise H. G. <darcsis@gmail.com>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Derek Schrock <dereks@lifeofadishwasher.com>
  *  Devaux Fabien <fab@gcu.info>
  *  Dikshie <dikshie@sfc.wide.ad.jp>
  *  Dima Panov <fluffy@FreeBSD.org>
  *  Dima Sivachenko <dima@chg.ru>
  *  Dimitry Andric <dim@FreeBSD.org>
  *  Dirk Jagdmann <doj@cubic.org>
  *  Ditesh Shashikant Gathani <ditesh@gathani.org>
  *  Dmitry Karasik (<dk@catpipe.net>)
  *  Dmitry Karasik <dmitry@karasik.eu.org>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Dominic Marks <d.marks@student.umist.ac.uk>
  *  Don Croyle <croyle@gelemna.org>
  *  Donald Burr <dburr@FreeBSD.org>
  *  Douglas Thrift
  *  Douglas Thrift <douglas@douglasthrift.net>
  *  Dryice Liu
  *  Dryice Liu <dryice@dryice.name>
  *  Dusan Vejnovic <freebsd@dussan.org>
  *  Ed Schouten <ed@FreeBSD.org>
  *  Ed Schouten <ed@fxq.nl>
  *  Edward Chuang <edwardchuang@gmail.com>
  *  Edward Tomasz Napierala <trasz@FreeBSD.org>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Edwin Groothuis <edwin2mavetju.org>
  *  Eivind Eklund <eivind@FreeBSD.org>
  *  Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Eric Anholt
  *  Eric Anholt <anholt@FreeBSD.org>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Eric Schnoebelen <eric@cirr.com>
  *  Erik Greenwald <erik@smluc.org>
  *  Ernst de Haan <znerd@FreeBSD.org>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Espen Skoglund <esk@ira.uka.de>
  *  Espen Volden aka voldern <voldern@hoeggen.net>
  *  Euan Thoms <euan@potensol.com>
  *  Eugene Grosbein <ports@grosbein.net>
  *  Evan Sarmiento <bsdports@wayfair.com>
  *  Evgeniy Kosov <evgeniy@kosov.su>
  *  Evgueni V. Gavrilov <aquatique@rusunix.org>
  *  Eygene Ryabinkin <rea-fbsd@codelabs.ru>
  *  Fabian Keil <fk@fabiankeil.de>
  *  Felippe M. Motta <lippe@shire.freebsd.org>
  *  Felippe de Meirelles Motta <lippemail@gmail.com>
  *  Felix Hanley
  *  Felix Palmen <felix@palmen-it.de>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Florian Limberger <flo@snakeoilproductions.net>
  *  Frank Laszlo <laszlof@vonostingroup.com>
  *  Frank Mayhar <frank@exit.com>
  *  Frank Steinborn <steinex@nognu.de>
  *  Frank Wall <freebsd@moov.de>
  *  Frank Wall <fw@moov.de>
  *  Franz Klammer <klammer@webonaut.com>
  *  Frederic Culot <culot@FreeBSD.org>
  *  Frederic Culot <frederic@culot.org>
  *  Frederic Praca <frederic.praca@freebsd-fr.org>
  *  FreeBSD GNOME Team <gnome@FreeBSD.org>
  *  FreeBSD GNOME Team <gnome@freebsd.org>
  *  Frerich Raabe <frerich.raabe@gmx.de>
  *  Fukang Chen <loader@FreeBSD.org>
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Gabor Kovesdan <gabor@FreeBSD.org>
  *  Gabor Pali <pgj@FreeBSD.org>
  *  Gabriel M. Dutra <0xdutra@gmail.com>
  *  Garrett Rooney <rooneg@electricjellyfish.net>
  *  Garrett Wollman <wollman@lcs.mit.edu>
  *  Gasol Wu <gasol.wu@gmail.com>
  *  Gea-Suan Lin
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geistteufel <geistteufel@yahoo.fr>
  *  Geoffrey Mainland <mainland@apeiron.net>
  *  Geoffroy Desvernay <dgeo@centrale-marseille.fr>
  *  George Hartzell <hartzell@alerce.com>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gerald Pfeifer <gerald@FreeBSD.org>
  *  Geraud CONTINSOUZAS <geraud@gcu.info>
  *  Geraud Continsouzas <geraud@gcu.info>
  *  Gerrit Beine (<gerrit.beine@gmx.de>)
  *  Gerrit Beine (<gerrit@beine-computer.de>)
  *  Gerrit Beine (<tux@pinguru.net>)
  *  Gerrit Beine <mail+freebsd@gerritbeine.de>
  *  Giacomo Mariani <giacomomariani_at_yahoo_dot_it>
  *  Gilbert Morgan <gmm@tutanota.com>
  *  Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
  *  Glenn Johnson
  *  Green Dog <fiziologus@gmail.com>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Gregory Shapiro <gshapiro@FreeBSD.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Hajimu UMEMOTO <ume@FreeBSD.org>
  *  Hakisho Nukama <nukama@gmail.com>
  *  Hardy Schumacher <hardy.schumacher@gmx.de>
  *  Hardy Schumacher <lowmaster@web.de>
  *  Henk van Oers <hvo.pm@xs4all.nl>
  *  Henrik Motakef <henrik.motakef@web.de>
  *  Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Hirohisa Yamaguchi <umq@ueo.co.jp>
  *  Hiroyuki Iwatsuki <don@na.rim.or.jp>
  *  Horance Chou <horance@freedom.ie.cycu.edu.tw>
  *  Hung-Yi Chen <gaod@hychen.org>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@FreeBSD.org>
  *  IWATSUKI Hiroyuki <don@na.rim.or.jp>
  *  Ian Vaudrey <i.vaudrey@bigfoot.com>
  *  Iblis Lin <iblis@hs.ntnu.edu.tw>
  *  Igor Vinokurov <igor@zynaps.ru>
  *  Ilia Chipitsine <ilia@cgu.chel.su>
  *  Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
  *  J Han <hjh@photino.com>
  *  J. Giovannangeli
  *  J.R. Oldroyd <fbsd@opal.com>
  *  Jaap Boender <jaapb@kerguelen.org>
  *  Jacob Atzen <jatzen@gmail.com>
  *  Jacques Marneweck <jacques@php.net>
  *  Jake Smith <jake@xz.cx>
  *  James Bailie <jimmy@mammothcheese.ca>
  *  James E Keenan <jkeenan@cpan.org>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jan Siml <jsi@jules.de>
  *  Janni
  *  Janni <jannisan@t-online.de>
  *  Janos Mohacsi
  *  Jase Thew <freebsd@beardz.net>
  *  Jason Heiss <jheiss@aput.biz>
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jason Portwood <jason@iac.net>
  *  Jean Milanez Melo <jmelo@FreeBSD.org>
  *  Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeffrey Hsu <hsu@FreeBSD.org>
  *  Jens Grassel <freebsd-ports@jan0sch.de>
  *  Jeremy Norris <ishmael27@home.com>
  *  Jeremy Norris <ishmael27x@yahoo.com>
  *  Jeremy Shaffner <jeremy@external.org>
  *  Jerry A! <jerry@thehutt.org>
  *  Jerry Hicks
  *  Jerry Hicks <wghicks@bellsouth.net>
  *  Jesper Dalberg <jesper@jdn.dk>
  *  Jesse Kempf (jessekempf@gmail.com)
  *  Jesse McConnell <jesse@gallup.com>
  *  Jim Pirzyk <pirzyk@uiuc.edu>
  *  Jim Riggs <ports@christianserving.org>
  *  Jimmy Olgeni <olgeni@FreeBSD.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Jin-Sih, Lin <linpct@gmail.com>
  *  Joachim Strombergson
  *  Jochen Neumeister (<joneum@bsdproject.de>)
  *  Joe Horn <joehorn@gmail.com>
  *  Joe Kelsey
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Joep Grooten <joep@di.nl>
  *  Joerg Wunsch <joerg@FreeBSD.org>
  *  Johan Kerckaert <kirk@bricsnet.com>
  *  Johan Str??m <johan@stromnet.se>
  *  Johann Visagie <johann@egenetics.com>
  *  Johann Visagie <wjv@FreeBSD.org>
  *  Johannes Dieterich <jmd@freebsd.org>
  *  Johannes Jost Meixner <xmj@FreeBSD.org>
  *  Johannes Lundberg <johalun0@gmail.com>
  *  Johannes M Dieterich <jmd@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  Johannes Meixner <xmj@FreeBSD.org>
  *  John Alden + Eric Freeman <freebsdports@chillibear.com>
  *  John Chen <johnpupu@gmail.com>
  *  John Hein <jhein@symmetricom.com>
  *  John Hood <cgull@glup.org>
  *  John Marino <marino@FreeBSD.org>
  *  John Merryweather Cooper
  *  John Merryweather Cooper et al
  *  Johnny Sorocil <jsorocil@gmail.com>
  *  Jon M. Dugan <jdugan@x1024.net>
  *  Jon Nistor <nistor@snickers.org>
  *  Jona Joachim <walkingshadow@grummel.net>
  *  Jonas Palm <jonaspalm@posteo.de>
  *  Jonathan Anderson <jonathan@FreeBSD.org>
  *  Jonathan Weiss (<jw@innerewut.de>)
  *  Jordi Haarman
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Jose Jachuf <jjachuf@gmail.com>
  *  Joseph Benden <joe@thrallingpenguin.com>
  *  Joseph Scott <joseph@randomnetworks.com>
  *  Josh Tiefenbach <josh@zipperup.org>
  *  Jov <amutu@amutu.com>
  *  Ju Pengfei <jupengfei@gmail.com>
  *  Juergen Lock <nox@FreeBSD.org>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Julien Laffaye <kimelto@gmail.com>
  *  Jun Kuriyama <kuriyama@FreeBSD.org>
  *  Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
  *  June-Yen Huang <jihuang@gate.sinica.edu.tw>
  *  Juraj Lutter <otis@sk.freebsd.org>
  *  Justin Stanford <jus@security.za.net>
  *  KIMURA Yasuhiro <yasu@utahime.org>
  *  Kan Sasaki <sasaki@fcc.ad.jp>
  *  Kapil Chowksey <kchowksey@hss.hns.com>
  *  Karsten Pedersen <kpedersen@opencde.org>
  *  Keith Gaughan <k@stereochro.me>
  *  Kelly Hays <kelly.hays@jkhfamily.org>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Khairil Yusof <kaeru@inigo-tech.com>
  *  Kimo <kimor79@yahoo.com>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kimura Fuyuki <fuyuki@nigredo.org>
  *  Kirill Ponomarev <krion@FreeBSD.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
  *  Klaus Aehlig <aehlig@linta.de>
  *  Klaus Goger <klaus.goger@reflex.at>
  *  Klaus T. Aehlig <aehlig@linta.de>
  *  Koichiro IWAO <meta@FreeBSD.org>
  *  Konstantin Lepa <konstantin.lepa@gmail.com>
  *  Konstantinos Konstantinidis <kkonstan@daemon.gr>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Moore <kris@pcbsd.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kurt Jaeger <fbsd-ports@opsec.eu>
  *  Kurt Kanzenbach <kurt@kmk-computers.de>
  *  Kurt Lidl <kurt.lidl@cello.com>
  *  Kyle Evans <kevans@FreeBSD.org>
  *  Kyle Martin <mkm@ieee.org>
  *  Landon Fuller <landonf@opendarwin.org>
  *  Lapo Luchini <lapo@lapo.it>
  *  Lars Balker Rasmussen <lbr@FreeBSD.org>
  *  Lars Eggert <lars.eggert@gmx.net>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Leif Pedersen <pedersen@meridian-enviro.com>
  *  Leo Kim <leo@florida.sarang.net>
  *  Leo Vandewoestijne <freebsd@dns.company>
  *  Lev A. Serebryakov <lev@serebryakov.spb.ru>
  *  Lev Serebryakov <lev@serebryakov.spb.ru>
  *  Lev Walkin <vlm@lionet.info>
  *  Lewis Thompson <purple@lewiz.net>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Li-Wen Hsu <lwhsu@lwhsu.org>
  *  Loic Pefferkorn <loic-freebsd@loicp.eu>
  *  Loïc BARTOLETTI <lbartoletti@FreeBSD.org>
  *  Luca Pizzamiglio <luca.pizzamiglio@trivago.com>
  *  Luke Jee <lukejee@gmail.com>
  *  Lung-Pin Chang <changlp@cs.nctu.edu.tw>
  *  Lutz Boehne <lboehne@damogran.de>
  *  MANTANI Nobutaka <nobutaka@FreeBSD.org>
  *  Mahdi Mokhtari <mokhi64@gmail.com>
  *  Manuel Giraud <manuel.giraud@gmail.com>
  *  Marc E.E. van Woerkom <marc.vanwoerkom@fernuni-hagen.de>
  *  Marcello Coutinho <marcellocoutinho@gmail.com>
  *  Marco Broeder <marco.broeder@posteo.eu>
  *  Marco Molteni <molterSPAM@gufiSPAM.org>
  *  Mario S F Ferreira <lioux@linf.unb.br> et al.
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Markus Dolze <bsdfan@nurfuerspam.de>
  *  Martin Jackson (mhjacks@swbell.net)
  *  Martin Jackson <mhjacks@swbell.net>
  *  Martin Kammerhofer
  *  Martin Kammerhofer <mkamm@gmx.net>
  *  Martin Matuska <martin@matuska.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Preuss <martin@libchipcard.de>
  *  Martin Tournoij <carpetsmoker@gmail.com>
  *  Martin Waschbuesch <martin@waschbuesch.de>
  *  Martin Wilke (miwi@FreeBSD.org)
  *  Martin Wilke <miwi@FreeBSD.org
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Marzhan Mykola <delgod@portaone.com>
  *  Masahiro Teramoto <markun@onohara.to>
  *  Mathieu Arnold
  *  Mathieu Arnold <m@absolight.net>
  *  Matt Harris <mattdharris@users.sourceforge.net>
  *  Matt Peterson <matt@peterson.org>
  *  Matthew Hunt <mph@pobox.com>
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Matthew Will <mwill@spingen.com>
  *  Matthias Andree <matthias.andree@gmx.de>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Matthias Sund <m.sund@arcor.de>
  *  Mauricio Herrera Cuadra <mauricio@arareko.net>
  *  Max Campos <mcampos@bpsw.biz>
  *  Max Khon <fjoe@FreeBSD.org>
  *  Maxim Maximov (mcsi@agava.com)
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Meikel Brandmeyer <ocaml-ounit-port@kotka.de>
  *  Michael Beer <beerml@sigma6audio.de>
  *  Michael Gmelin <grembo@FreeBSD.org>
  *  Michael Grunewald
  *  Michael Grünewald <michipili@gmail.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael L. Hostbaek <mich@freebsdcluster.org>
  *  Michael Le Barbier Grünewald <michipili@gmail.com>
  *  Michael Lyngbøl <lyngbol@wheel.dk>
  *  Michael Moll <kvedulv at kvedulv.de>
  *  Michael Moll <kvedulv@kvedulv.de>
  *  Michael Schout <mschout@gkg.net>
  *  Michael Winking <mwfp@foldl.net>
  *  Michal Bielicki <m.bielicki@llizardfs.com>
  *  Michaël Grünewald
  *  Miguel Mendez <flynn@energyhq.homeip.net>
  *  Mike Buchanon <buchanon@msu.edu>
  *  Mike Fisher <Michael_Fisher@URMC.Rochester.edu>
  *  Mike McGaughey <mmcg@cs.monash.edu.au>
  *  Mikhail T. <m.tsatsenko@gmail.com>
  *  Mikhail T. <michael@fun-box.ru>
  *  Mikhail Teterin
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Mikolaj Golub <to.my.trociny@gmail.com>
  *  Mirko Zinn <mail@derzinn.de>
  *  Mitsuru YOSHIDA
  *  Mons Anderson <mons@cpan.org>
  *  Motoyuki Kasahara <m-kasahr@sra.co.jp>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Muhammad Moinur Rahman<5u623l20@gmail.com>
  *  Muhammad Moinur Rahman<bofh@FreeBSD.org>
  *  Murilo Opsfelder <mopsfelder@gmail.com>
  *  Murray Stokely <murray@cdrom.com>
  *  Mykola Marzhan <delgod@portaone.com>
  *  NAKATA Maho <maho@FreeBSD.org>
  *  NECDET COKYAZICI <cokyazici@yahoo.co.uk>
  *  Neal Nelson <neal@nelson.name>
  *  Nemo Liu <nemoliu@FreeBSD.org>
  *  Nicholas Esborn <nick@netdot.net>
  *  Nick Hilliard <nick@foobar.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicolas Embriz <nbari@tequila.io>
  *  Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
  *  Niels Kristensen <niels@kristensen.io>
  *  Nik Clayton <nik@FreeBSD.org>
  *  Nikolay Dachev <freebsd@dacehv.info>
  *  Nikos Ntarmos <ntarmos@ceid.upatras.gr>
  *  Nobutaka Mantani <nobutaka@FreeBSD.org>
  *  Oleg A. Mamontov <oleg@mamontov.net>
  *  Oleg Mamontov <oleg@mamontov.net>
  *  Oleg Ukraincev <oleg@ht-systems.ru>
  *  Oleh Hushchenkov <o.hushchenkov@gmail.com>
  *  Oleksii Tsai <oleksii.tsai@gmail.com>
  *  Oliver Braun
  *  Oliver Braun <obraun@FreeBSD.org>
  *  Oliver Fromme
  *  Oliver Lehmann
  *  Oliver Lehmann <lehmann@ans-netz.de>
  *  Oliver Lehmann <oliver@FreeBSD.org>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Olivier Duchateau
  *  Olivier Duchateau <duchateau.olivier@gmail.com>
  *  Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br>
  *  Palle Girgensohn <girgen@FreeBSD.org>
  *  Palle Girgensohn <girgen@pingpong.net>
  *  Parv <parv@pair.org>
  *  Patrice Clement <monsieurp@gentoo.org>
  *  Patrick Alken <alken@colorado.edu>
  *  Patrick Li <pat@databits.net>
  *  Patrick MARIE <mycroft@virgaria.org>
  *  Paul Mather <paul@gromit.dlib.vt.edu>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Pedro F Giffuni
  *  Pedro F. Giffuni
  *  Pedro F. Giffuni <giffunip@asme.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <pfg@FreeBSD.org>
  *  Pete Fritchman <petef@databits.net>
  *  Peter Bozarov (kingofgib@users.sourceforge.net)
  *  Peter Haight <peterh@sapros.com>
  *  Peter Jeremy <peterjeremy@acm.org>
  *  Peter Johnson <johnson.peter@gmail.com>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Peter Schuller <peter.schuller@infidyne.com>
  *  Peter Vereshagin <peter@vereshagin.org>
  *  Petr Holub <hopet@ics.muni.cz>
  *  Petri Totterman <petri.totterman@hmv.fi>
  *  Phil Maker <pjm@gnu.org>
  *  Phil Oleson <oz@nixil.net>
  *  Philip Drapeau <pdrapeau@advanis.ca>
  *  Philip M. Gollucci
  *  Philip Paeps <philip@FreeBSD.org>
  *  Philip Paeps <philip@paeps.cx>
  *  Philip Schulz <phs@deadc0.de>
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Pietro Cerutti <gahr@FreeBSD.org>
  *  Piotr Florczyk <p.florczyk@adminworkshop.pl>
  *  Piotr Kubaj <emulation@FreeBSD.org$
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chien Lin <linpc@cs.nctu.edu.tw>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Ralf Gebhart <gebhart@secnetix.de>
  *  Ralf S. Engelschall
  *  Ralf S. Engelschall <rse@gnu.org>
  *  Randall Hopper <aa8vb@nc.rr.com>
  *  Remington Lang <MrL0Lz@gmail.com>
  *  René Ladan <rene@freebsd.org>
  *  Richard Gallamore <ultima@freebsd.org>
  *  Robert Gogolok <gogo@cs.uni-sb.de>
  *  Robert Noland <rnoland@FreeBSD.org>
  *  Robert Schlotterbeck <robert@rs.tarrant.tx.us>
  *  Rod Person <rodperson@rodperson.com>
  *  Rod Taylor <ports@rbt.ca>
  *  Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
  *  Rodrigo OSORIO <rodrigo@FreeBSD.org>
  *  Roger Hardiman <roger@freebsd.org>
  *  Roland van Laar <roland@micite.net>
  *  Romain Tartiere <romain@FreeBSD.org>
  *  Romain Tartiere <romain@blogreen.org>
  *  Roman Bogorodskiy <novel@FreeBSD.org>
  *  Roman Shterenzon <romanbsd@yahoo.com>
  *  Ronald Klop <ronald@echteman.nl>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Rong-En Fan <rafan@infor.org>
  *  Ross Timson <ross@rosstimson.com>
  *  Rouslan Iskhakov <rouslan@rshell.net>
  *  Rozhuk Ivan
  *  Ruben de Groot <rdg@bzerk.org>
  *  Ruben van Staveren
  *  Rui Lopes (<rgl ruilopes com>)
  *  Rui Lopes (rgl ruilopes com)
  *  Rui Lopes <rgl ruilopes com>
  *  Rui Lopes <rui@ruilopes.com>
  *  Rui Paulo <rpaulo@FreeBSD.org>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Russell Francis <johntabularasa@users.sf.net>
  *  Ryan Steinmetz (<rpsfa@rit.edu>)
  *  Ryan Steinmetz <rpsfa@rit.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  SADA Kenji <sada@FreeBSD.org>
  *  Sahil Tandon <sahil@FreeBSD.org>
  *  Sahil Tandon <sahil@tandon.net>
  *  Sam Lawrance <boris@brooknet.com.au>
  *  Samuel Tardieu <sam@rfc1149.net>
  *  Samy Al Bahra <samy@kerneled.com>
  *  Samy Al Bahra <samy@kerneled.org>
  *  Sander Vesik <sander@haldjas.folklore.ee>
  *  Sandro Sigala
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sean Chittenden <sean@chittenden.org>
  *  Sean Chittenden <seanc@FreeBSD.org>
  *  Sean Farley <sean-freebsd@farley.org>
  *  Sean McLaughlin <sigma.zx@gmail.com>
  *  Serge Gagnon <serge.gagnon.1@ulaval.ca>
  *  Serge Gagnon <serge.gagnon@b2b2c.ca>
  *  Sergei Gnezdov <sergeiga@yahoo.com>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergei Vyshenski
  *  Sergei Vyshenski <svysh.fbsd@gmail.com>
  *  Sergei Vyshenski <svysh@pn.sinp.msu.ru>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Golyashov <svvord@soft-wizard.ru>
  *  Sergey Kozlov <kozlov.sergey.404@gmail.com>
  *  Sergey Matveychuk <sem@ciam.ru>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sergey V. Dyatko <Sergey.Dyatko@gmail.com>
  *  Sergey V. Dyatko <sergey.dyatko@gmail.com>
  *  Serguei Okladnikov <oklaspec@gmail.com>
  *  Shane Ambler <FreeBSD@Shaneware.biz>
  *  Shaun Amott <shaun@FreeBSD.org>
  *  Sheldon Hearn <sheldonh@FreeBSD.org>
  *  Shell Hung <shell@shellhung.org>
  *  Shin-ya MURAKAMI <murashin@gfd-dennou.org>
  *  Shinsuke Matsui <smatsui@karashi.org>
  *  Simon Barner <barner@gmx.de>
  *  Simon Marlow <simonmar@microsoft.com>
  *  Simon Olofsson <simon@olofsson.de>
  *  Simun Mikecin <numisemis@yahoo.com>
  *  Sir l33tname <sirl33tname@gmail.com>
  *  Sofian Brabez <sbrabez@gmail.com>
  *  Sofian Brabez <sbz@FreeBSD.org>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Stanislav Sedov <stas@FreeBSD.org>
  *  Stanislav Sedov <stas@fonon.realnet>
  *  Stefan Bethke <stb@lassitu.de>
  *  Stefan Ehmann <shoesoft@gmx.net>
  *  Stefan Pauly <stefan@fh-mainz.de>
  *  Stefan Wendler <stefan.wendler@tngtech.com>
  *  Stephen J. Roznowski <sjr@home.net>
  *  Stephon Chen <stephon@gmail.com>
  *  Steve Franks <stevefranks@ieee.org>
  *  Steve Wills <steve@mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steve Wills <swills@rubick>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@exit2shell.com>
  *  Stéphane D'Alu <sdalu@sdalu.com>
  *  Sulev-Madis Silber <madis555@hot.ee>
  *  Sun Chang-Ming
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  Sutra Zhou <zhoushuqun@gmail.com>
  *  Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  Sébastien Santoro <dereckson@gmail.com>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TAKATSU Tomonari <tota@rtfm.jp>
  *  TERAMOTO Masahiro <markun@onohara.to>
  *  Takefu
  *  Takumi Takahashi <takumiiinn@gmail.com>
  *  Takuya Tsuchida <tsucchi@cpan.org>
  *  Tatsuya Ueda <ml+freebsd@tatsuya.info>
  *  Terry Sposato <terry@sucked-in.com>
  *  Thaddeus Covert <tcovert@grimmy.sahuagin.net>
  *  Thawatchai Piyawat <piyawat@usablelabs.com>
  *  Thierry Thomas (<thierry@FreeBSD.org>)
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thinker K.F. Li <thinker@eeebox.branda.to>
  *  Thomas Abthorpe <thomas@goodking.ca>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thomas Gellekum <tg@freebsd.org>
  *  Thomas Zander <riggs@FreeBSD.org>
  *  Thomas-Martin Seck <tmseck@netcologne.de>
  *  Tillman Hodgson <tillman@seekingfire.com>
  *  Tim Bishop <tdb@FreeBSD.org>
  *  Tim Bishop <tim@bishnet.net>
  *  Tim Niemueller <tim@niemueller.de>
  *  Tim Vanderhoek <hoek@FreeBSD.org>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Timur I. Bakeyev <bat@cpan.org>
  *  Ting-Wei Lan <lantw44@gmail.com>
  *  Tobias Gion <freebsd@gionet.de>
  *  Tobias Roth <ports@fsck.ch>
  *  Tom Judge <tj@FreeBSD.org>
  *  Tom Judge <tom@tomjudge.com>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Tomoyuki Sakurai <cherry@trombik.org>
  *  Toni Andjelkovic <toni@soth.at>
  *  Toni Viemerö <toni.viemero@iki.fi>
  *  Tony Maher <tonym@biolateral.com.au>
  *  Tony Narlock <tony@git-pull.com>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Torsten Zuehlsdorff <tz@FreeBSD.org>
  *  Torsten Zuhlsdorff <ports@toco-domains.de>
  *  Torsten Zühlsdorff <ports@toco-domains.de>
  *  Travis Campbell <hcoyote@ghostar.org>
  *  Trevor Caira <trevor@bitba.se>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Uffe Jakobsen <uffe@uffe.org>
  *  Ulrich Spoerlein <uspoerlein@gmail.com>
  *  Vadim Vatlin
  *  Valery Komarov <komarov@valerka.net>
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Vany Serezhkin <ivan@serezhkin.com>
  *  Vasil Dimov <vd@datamax.bg>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Viacheslav Mikerov <SlavaMikerov@gmail.com>
  *  Vitaly Magerya <vmagerya@gmail.com>
  *  Vivek Khera <vivek@khera.org>
  *  Vladimir Chukharev
  *  Vladimir Gorelov <virtual.lark@gmail.com>
  *  Vladimir Kondratiev <wulf@mail.mipt.ru>
  *  Vladimir Kondratyev <wulf@FreeBSD.org>
  *  Vladimir Perepelitsa <mons@cpan.org>
  *  Vladimir Timofeev <vovkasm@gmail.com>
  *  Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
  *  Volker Stolz <vs@FreeBSD.org>
  *  Volodymyr Kostyrko <c.kworr@gmail.com>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Waitman Gobble <waitman@waitman.net>
  *  Warner Losh <imp@FreeBSD.org>
  *  Warren Block <wblock@wonkity.com>
  *  Wen Heping <ruby@FreeBSD.org>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping<wen@FreeBSD.org>
  *  Wen Heping<wenheping@gmail.com>
  *  Wes Peters <@FreeBSD.org>
  *  Wes Peters <wes@FreeBSD.org>
  *  Will Andrews <andrews@technologist.com>
  *  Will Andrews <will@FreeBSD.org>
  *  William Grzybowski
  *  William Grzybowski <sunpoet@FreeBSD.org>
  *  William Grzybowski <wg@FreeBSD.org>
  *  William Grzybowski <william88@gmail.com>
  *  Xavier Beaudouin <kiwi@oav.net>
  *  Xin LI <delphij@FreeBSD.org>
  *  Xin Li <delphij@FreeBSD.org>
  *  Yarema <yds@CoolRat.org>
  *  Yasuhiro KIMURA <yasu@utahime.org>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Ming Lee <leeym@leeym.com>
  *  Yevgen Drachenko <geka@sippysoft.com>
  *  Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
  *  Yi-Jheng Lin <yzlin@FreeBSD.org>
  *  Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
  *  Ying-Chieh Chen
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
  *  Yinghong Liu <relaxbsd@gmail.com>
  *  Yoshihiko Sarumaru <mistral@imasy.or.jp>
  *  Yuan-Chen Cheng <ycheng@sinica.edu.tw>
  *  Yuan-Chung Hsiao & <ychsiao@ychsiao.org>
  *  Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
  *  Yuan-Chung Hsiao <ychsiao@ychsiao.org>
  *  Yuichiro NAITO <naito.yuichiro@gmail.com>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Thompson <hideo@lastamericanempire.com>
  *  Zane C, Bowers <vvelox@vvelox.net>
  *  Zane C. Bowers-Hadley <vvelox@vvelox.net>
  *  Zeus Panchenko <zeus@gnu.org.ua>
  *  aaron@FreeBSD.org
  *  ache
  *  adamw
  *  ade@FreeBSD.org
  *  alan <Alan@Wave2.org>
  *  alepulver
  *  alexander smishlajev
  *  alfred
  *  alfred@FreeBSD.org
  *  andreas@syndrom23.de
  *  andrew morton
  *  andrew@scoop.co.nz
  *  andrey@kostenko.name
  *  antoine@FreeBSD.org
  *  arved
  *  asmith
  *  aturetta@commit.it
  *  autrijus@autrijus.org
  *  b.f. <bf@FreeBSD.org>
  *  bf <bf2006a@yahoo.com>
  *  bf <bf@FreeBSD.org>
  *  bland@FreeBSD.org
  *  blubee <hello@blubee.me>
  *  bms
  *  bms@FreeBSD.org
  *  bra@fsn.hu
  *  brix@FreeBSD.org
  *  buganini@gmail.com
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  christian
  *  chuckr@FreeBSD.org
  *  clsung
  *  clsung@dragon2.net
  *  darius@dons.net.au
  *  dcf@aracnet.com
  *  dchapes@zeus.leitch.com
  *  devin@spamcop.net
  *  dlowe
  *  dom
  *  dom@happygiraffe.net
  *  dpejesh@yahoo.com
  *  dwm
  *  ejc@bazzle.com
  *  elbarto
  *  erik@habatech.no
  *  estith
  *  frase@frase.id.au
  *  gahr
  *  gahr@FreeBSD.org
  *  gebhart@secnetix.de
  *  giffunip
  *  glarkin
  *  glarkin@
  *  glewis
  *  gno@yahoo-inc.com
  *  gordon@FreeBSD.org
  *  gugu
  *  iblis <iblis@hs.ntnu.edu.tw>
  *  ijliao
  *  ijliao@FreeBSD.org
  *  is grammatically incorrect in this context.
  *  jaapb@kerguelen.org
  *  jagapen@home.com
  *  jaharkes
  *  janos.mohacsi@bsd.hu
  *  jasone
  *  jeffhung
  *  jesse@cs.uni-magdeburg.de
  *  jessekempf@gmail.com
  *  jhanna@home.com
  *  jkh
  *  jkoshy
  *  jnlin@freebsd.cs.nctu.edu.tw
  *  joerg
  *  joerg@FreeBSD.org
  *  jraynard
  *  jupengfei <jupengfei@gmail.com>
  *  kargl@apl.washington.edu
  *  kevit
  *  kipz <somicide@gmail.com>
  *  knu@FreeBSD.org
  *  kris@FreeBSD.org
  *  kuriyama
  *  lars.eggert@gmx.net
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  lbr
  *  lbr@FreeBSD.org
  *  lightside <lightside@gmx.com>
  *  lippe
  *  lonewolf@flame.org
  *  lth@FreeBSD.org
  *  matthew.closson@gmail.com
  *  meka
  *  mfechner@FreeBSD.org
  *  mi@aldan.algebra.com
  *  michael johnson <ahze@ahze.net>
  *  mig
  *  mikeh@FreeBSD.org
  *  milki <milki@rescomp.berkeley.edu>
  *  milki@rescomp.berkeley.edu
  *  mk
  *  mm
  *  moeding
  *  mp39590@gmail.com
  *  mr
  *  mr@freebsd.org
  *  mukai
  *  mwest@uct.ac.za
  *  nbm
  *  ndewing@experts-exchange.com
  *  netchild@FreeBSD.org
  *  never@nevermind.kiev.ua
  *  nils@guru.ims.uni-stuttgart.de
  *  nork@FreeBSD.org
  *  nork@cityfujisawa.ne.jp
  *  novator24 <novator24@gmail.com>
  *  nox@FreeBSD.org
  *  obraun@FreeBSD.org
  *  olevole@olevole.ru
  *  olgeni@FreeBSD.org
  *  osa
  *  petef
  *  petef@FreeBSD.org
  *  philip@FreeBSD.org
  *  ports@c0decafe.net
  *  ports@c0decafe.net <ports@c0decafe.net>
  *  pst@FreeBSD.org
  *  pvh@egenetics.com
  *  rafan@FreeBSD.org
  *  redcrash@gmail.com
  *  renchap@cocoa-x.com
  *  roam@FreeBSD.org
  *  roberto
  *  rooneg@electricjellyfish.net
  *  rousskov
  *  rpsfa@rit.edu
  *  rv@FreeBSD.org
  *  rv@gnu.org
  *  simond@irrelevant.org
  *  skreuzer@FreeBSD.org
  *  skreuzer@exit2shell.com
  *  sobomax
  *  stas
  *  stas@FreeBSD.org
  *  sunghyuk
  *  tdb
  *  thierry@pompo.net
  *  thinker@branda.to
  *  tiger <tiger@whitetigersd.com>
  *  tiger@whitetigersd.com
  *  tobez
  *  tobez@FreeBSD.org
  *  torstenb@FreeBSD.org
  *  trasz <trasz@pin.if.uz.zgora.pl>
  *  trevor
  *  trociny
  *  vanilla
  *  vanilla@
  *  vazquez@iqm.unicamp.br
  *  vsevolod
  *  wahjava
  *  wenheping@gmail.com
  *  wghicks@bellsouth.net
  *  will
  *  ws Christoph Kick
  *  xenophon+fbsdports@irtnog.org
  * # Created by Matthias Fechner <mfechner@FreeBSD.org>
  * # Created by johalun0@gmail.com
  * //www.tomek.cedro.info)
  * org>

With hat:	portmgr
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 aa6eefd
Sunday, 10 Jul 2022
10:32 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: Update to new snapshot

Enable OPENMP for aarch64 and disable it for i386. The lack of aarch64
support was an oversite. Upstream has broken 32-bit support (at least
for libomptarget).

Fix plist with COMPILER_RT disabled.
commit hash: 1683b78f04c5f958fde13e60a20c48b1145a4089 commit hash: 1683b78f04c5f958fde13e60a20c48b1145a4089 commit hash: 1683b78f04c5f958fde13e60a20c48b1145a4089 commit hash: 1683b78f04c5f958fde13e60a20c48b1145a4089 1683b78
Tuesday, 5 Jul 2022
12:32 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot

Sponsored by:	DARPA, AFRL
commit hash: f0035aa579bf89fc4929cc51f08aa6c235ca3dbb commit hash: f0035aa579bf89fc4929cc51f08aa6c235ca3dbb commit hash: f0035aa579bf89fc4929cc51f08aa6c235ca3dbb commit hash: f0035aa579bf89fc4929cc51f08aa6c235ca3dbb f0035aa
Monday, 6 Jun 2022
18:51 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: New snapshot
commit hash: c5f56989b486a9fd6d3189df9dfe5add7dadb9a5 commit hash: c5f56989b486a9fd6d3189df9dfe5add7dadb9a5 commit hash: c5f56989b486a9fd6d3189df9dfe5add7dadb9a5 commit hash: c5f56989b486a9fd6d3189df9dfe5add7dadb9a5 c5f5698
Thursday, 26 May 2022
18:15 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: New snapshot

Disable FLANG on arm6/arm7.  It's not 32-bit clean, is unlikely to
ever be so, and fails to build on many people's systems due to running
out of memory.  This matches other llvm-* ports.

Replace a patch reverting a commit that is broken with our libc++ with a
patch with a workaround that is likely to land upstream.
commit hash: cfe8f1001ff0d8d0484883f3b5fd34e03ce61b84 commit hash: cfe8f1001ff0d8d0484883f3b5fd34e03ce61b84 commit hash: cfe8f1001ff0d8d0484883f3b5fd34e03ce61b84 commit hash: cfe8f1001ff0d8d0484883f3b5fd34e03ce61b84 cfe8f100
Tuesday, 17 May 2022
20:23 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: New snapshot

Add support for COMPILER_RT on powerpc*. [0]

Don't enable MLIR by default.  Instead, rely on FLANG's dependency
on it to turn it on for architectures that support FLANG.  This removes
MLIR from default packages on 32-bit system.

PR:		263803 [0]
Submitted by:	pkubaj [0]
commit hash: 70d8d9125c9f5b1da36b134408b3d580a39f1aa8 commit hash: 70d8d9125c9f5b1da36b134408b3d580a39f1aa8 commit hash: 70d8d9125c9f5b1da36b134408b3d580a39f1aa8 commit hash: 70d8d9125c9f5b1da36b134408b3d580a39f1aa8 70d8d91
Friday, 6 May 2022
13:50 Piotr Kubaj (pkubaj) search for other commits by this committer
devel/llvm-devel: fix plist on riscv64

profile library has been added in
https://github.com/llvm/llvm-project/commit/b5047c7329789c1ad905a3b7268c49b73fe34e2b
commit hash: 8f80c007c94f947cc37ec88cce3631d7f75e8685 commit hash: 8f80c007c94f947cc37ec88cce3631d7f75e8685 commit hash: 8f80c007c94f947cc37ec88cce3631d7f75e8685 commit hash: 8f80c007c94f947cc37ec88cce3631d7f75e8685 8f80c00
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
Friday, 15 Apr 2022
17:48 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: Update to new snapshot

Enable COMPILER_RT on RISC-V. [0]

PR:		263051 [0]
Submitted by:	pkubaj [0]
commit hash: 5a4ca752487f4b7716b0e4debbaeada1bbe12f3e commit hash: 5a4ca752487f4b7716b0e4debbaeada1bbe12f3e commit hash: 5a4ca752487f4b7716b0e4debbaeada1bbe12f3e commit hash: 5a4ca752487f4b7716b0e4debbaeada1bbe12f3e 5a4ca75
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
Tuesday, 29 Mar 2022
16:41 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: Update to a new snapshot.

Avoid a dependency of libunwind on sufficently recent systems where
the installed unwind.h can be found.

PR:		262707
commit hash: 452e507d4c92a28382a6181bb869b656690c47f2 commit hash: 452e507d4c92a28382a6181bb869b656690c47f2 commit hash: 452e507d4c92a28382a6181bb869b656690c47f2 commit hash: 452e507d4c92a28382a6181bb869b656690c47f2 452e507
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
Saturday, 12 Mar 2022
20:46 Piotr Kubaj (pkubaj) search for other commits by this committer
devel/llvm-devel: enable OPENMP on riscv64
commit hash: 4aa24c6ac54ee17c5baaeded7ac9f3ebc856a7a9 commit hash: 4aa24c6ac54ee17c5baaeded7ac9f3ebc856a7a9 commit hash: 4aa24c6ac54ee17c5baaeded7ac9f3ebc856a7a9 commit hash: 4aa24c6ac54ee17c5baaeded7ac9f3ebc856a7a9 4aa24c6
Tuesday, 8 Mar 2022
20:54 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: new snapshot (now LLVM 15)

Disable OpenMP DeviceRtl.

PR:		261921
commit hash: d7120b446433e15d2a14b18f9068d91827fa2247 commit hash: d7120b446433e15d2a14b18f9068d91827fa2247 commit hash: d7120b446433e15d2a14b18f9068d91827fa2247 commit hash: d7120b446433e15d2a14b18f9068d91827fa2247 d7120b4
Friday, 21 Jan 2022
19:56 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: update to new snapshot

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

PR:		261374 [0]
commit hash: dba1bdc3d9dba812f2c012fe08ce59f87f8d99b4 commit hash: dba1bdc3d9dba812f2c012fe08ce59f87f8d99b4 commit hash: dba1bdc3d9dba812f2c012fe08ce59f87f8d99b4 commit hash: dba1bdc3d9dba812f2c012fe08ce59f87f8d99b4 dba1bdc
Tuesday, 11 Jan 2022
17:12 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: fix i386 builds, minor improvements

Fix OpenMP build on i386 by removing a bogus assert. The assert was
added in https://reviews.llvm.org/D114270 and is wrong on 32-bit. It's
a little unclear if this will work of if we should disable the AMDGPU
plugin on i386.

Remove some conflicts for long-removed packages (clang-devel and
iomp5-devel).

Don't hardcode PYTHON_EXT_SUFFIX in the plist. [0]

PR:		261034 [0]
Reported by:	Trond.Endrestol@ximalas.info [0]
commit hash: bbe2fcc4d6715ada89d47b132a383e06faee80c0 commit hash: bbe2fcc4d6715ada89d47b132a383e06faee80c0 commit hash: bbe2fcc4d6715ada89d47b132a383e06faee80c0 commit hash: bbe2fcc4d6715ada89d47b132a383e06faee80c0 bbe2fcc
Monday, 10 Jan 2022
23:06 Stefan Eßer (se) search for other commits by this committer
devel/llvm-devel: update CONFLICTS_INSTALL

There are 2 packages that can be built from this port (llvm-devel and
llvm-devel-lite) and they conflict with each other.

Approved by:	portmgr (implicit)
commit hash: 2f60a4c22c0e16fe16472cda3412682481cf1b43 commit hash: 2f60a4c22c0e16fe16472cda3412682481cf1b43 commit hash: 2f60a4c22c0e16fe16472cda3412682481cf1b43 commit hash: 2f60a4c22c0e16fe16472cda3412682481cf1b43 2f60a4c
15:15 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
Friday, 7 Jan 2022
22:31 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: Update to a new snapshot

Remove the -fformat-extensions patch. The flag is ignored and no FreeBSD
source tree with a chance of compiling with LLVM 13 uses it when the
compiler is clang.  I intend to drop this patch in devel/llvm14 when it
is created from llvm13 so consider this a trial run.
commit hash: 75ca21c4960879ce3f9068b8b45a332ec402e72a commit hash: 75ca21c4960879ce3f9068b8b45a332ec402e72a commit hash: 75ca21c4960879ce3f9068b8b45a332ec402e72a commit hash: 75ca21c4960879ce3f9068b8b45a332ec402e72a 75ca21c
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
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
Thursday, 7 Oct 2021
22:36 Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: Update to a new snapshot

Fix build without FLANG (plist issue).

Fix LLDB build on non-CURRENT, I accidently committed the removal of
the workaround patch (which didn't work on i386) with an llvm13 update
in ef505eaca6425dd075e64e166f7be7a0ead3fa59.  This snapshot includes
the correct fix from upstream.

Sponsored by:	DARPA
commit hash: 20283e1aecca279bc7d58d17b00e20be6c8da393 commit hash: 20283e1aecca279bc7d58d17b00e20be6c8da393 commit hash: 20283e1aecca279bc7d58d17b00e20be6c8da393 commit hash: 20283e1aecca279bc7d58d17b00e20be6c8da393 20283e1

Number of commits found: 340 (showing only 100 on this page)

1 | 2 | 3 | 4  »