non port: devel/llvm12/Makefile |
SVNWeb
|
Number of commits found: 31 |
Fri, 6 Jan 2023
|
[ 00:11 Brooks Davis (brooks) ] 47c2b0ae
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>
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
[ 10:26 Tobias C. Berner (tcberner) ] b86221f (Only the first 10 of 99 ports in this commit are shown above. )
cleanup: remove trailing whitepaces
|
Mon, 13 Jun 2022
|
[ 16:40 Brooks Davis (brooks) ] 5509f8e
devel/llvm12: 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
|
Tue, 3 May 2022
|
[ 18:58 Brooks Davis (brooks) ] 3a57086 (Only the first 10 of 21 ports in this commit are shown above. )
devel/llvm*: (NFC) extract MAN1SRCS list
Move the lists of manpages into Makefile.MAN1SRCS as with COMMANDS.
Sponsored by: DARPA, AFRL
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] d63665f (Only the first 10 of 892 ports in this commit are shown above. )
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)
|
Sat, 26 Mar 2022
|
[ 08:27 Matthias Fechner (mfechner) ] 247c7db (Only the first 10 of 867 ports in this commit are shown above. )
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
Tue, 30 Nov 2021
|
[ 22:55 Brooks Davis (brooks) ] 95394a8
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.
|
Thu, 25 Nov 2021
|
[ 21:40 Stefan Eßer (se) ] 04b9da4 (Only the first 10 of 188 ports in this commit are shown above. )
*/*: 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)
|
Thu, 28 Oct 2021
|
[ 18:52 Brooks Davis (brooks) ] 0cb1a5f
devel/llvm1[123]: Fix VIA PadLock xstore
Pull in the code gen portion of upstream LLVM's 2d8c18fbbdd1.
MFH: 2021Q4
Sponsored by: DARPA
|
Sat, 16 Oct 2021
|
[ 09:51 Jimmy Olgeni (olgeni) ] 4460cf7 (Only the first 10 of 476 ports in this commit are shown above. )
*: fix tab vs. space issues, and comments according to the guide.
|
Thu, 30 Sep 2021
|
[ 21:23 Rene Ladan (rene) ] 620968a (Only the first 10 of 399 ports in this commit are shown above. )
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
|
Mon, 27 Sep 2021
|
[ 22:23 Brooks Davis (brooks) ] 6911dd4
devel/llvm*: avoid crossdir links
Avoid hardlinks between PREFIX/bin and PREFIX/llvm##. This permits
them be on different filesystems.
PR: 244439
|
Sun, 29 Aug 2021
|
[ 19:20 Bernhard Froehlich (decke) ] d94cfbe
devel/llvm12: Add CPE information
Approved by: portmgr (blanket)
|
Fri, 27 Aug 2021
|
[ 23:49 Dmitry Marakasov (amdmi3) ] 0494585
devel/llvm12: mark incompatible with python 3.10
This limitation is inherited from py-sphinx and should be recondidered when it's
updated
Approved by: portmgr blanket
|
[ 18:22 Piotr Kubaj (pkubaj) ] e6d23ad
devel/llvm12: fix for broken binaries generated by llvm12
Selectively reverts LLVM commit 2518433f861fcb877d0a7bdd9aec1aec1f77505a that
was pointed as the source of regression on LLVM12.
This affects powerpc64*, making binaries crash with segmentation fault due to
bad code generation around "__stack_chk_guard"
Root cause and/or proper fix is under investigation:
https://bugs.llvm.org/show_bug.cgi?id=51590
Submitted by: adalava
Differential review (for base): https://reviews.freebsd.org/D31698
|
Fri, 13 Aug 2021
|
[ 19:28 Piotr Kubaj (pkubaj) ] 3b5dff3
devel/llvm12: make elfv2 the default on powerpc64 elfv2 systems
Currently when clang is passed --target=powerpc64-unknown-freebsd argument, it
creates elfv1 objects, which breaks build of firefox onpowerpc64.
|
Tue, 10 Aug 2021
|
[ 20:42 Brooks Davis (brooks) ] f4fb63c
devel/llvm12: lld fix compressed input sections
Apply upstream lld fix for compressed input sections on BE targets
[LLD] Support compressed input sections on big-endian targets
This patch enables compressed input sections on big-endian targets by
checking the target endianness and selecting an appropriate `Chdr`
structure.
Fixes PR51369
Differential Revision: https://reviews.llvm.org/D107635
MFH: 2021Q3
Sponsored by: DARPA
|
Fri, 30 Jul 2021
|
[ 18:12 Brooks Davis (brooks) Author: Mark Johnston ] f8617a2
devel/llvm12: Add patches to enable kernel sanitizers on FreeBSD
I use CROSS_TOOLCHAIN quite frequently, but can't do so when building
kernels with KASAN or KMSAN enabled since these patches didn't make it
into LLVM 12. This diff just backports them to the port. I believe this
is low-risk and thus is acceptable for the port, as opposed to waiting
for LLVM 13.
Differential Revision: https://reviews.freebsd.org/D31316
|
Fri, 16 Jul 2021
|
[ 18:00 Brooks Davis (brooks) ] 1d5b2f9
devel/llvm12: Update to 12.0.1 release
This release restores Reporter.py required for scan-build. [0]
Correct missing renames of lit modules. [1]
Remove no-op LLD_LINK option.
PR: 256297 [0], 257123 [1]
Reported by: phk [0], Derek Schrock <dereks@lifeofadishwasher.com> [1]
|
Fri, 9 Jul 2021
|
[ 09:14 Piotr Kubaj (pkubaj) ] bacf057
devel/llvm12: enable OPENMP on riscv64
|
Tue, 15 Jun 2021
|
[ 08:42 Piotr Kubaj (pkubaj) ] c548864
devel/llvm12: enable GOLD on powerpc
While here, fix some whitespaces.
|
Thu, 20 May 2021
|
[ 23:33 Brooks Davis (brooks) ] 72f87a5
devel/llvm*: Fix BE_NATIVE on aarch64
Fix two bugs in native-only backend support (BE_NATIVE). First, ARCH
is aarch64 not arm64. Second, consistently spell AArch64 not AAarch64
(extra 'a').
Because this only effects aarch64 in a non-default configuration, skip
the PORTREVISION bump that is technically required to reduce excess
heating in common cases.
Reported by: Mark Millard
|
Mon, 3 May 2021
|
[ 17:35 Brooks Davis (brooks) ] 6354328
devel/llvm12: address build issues in some configs
In some cases (notably when LLDB is not selected), COMPILER_RT fails to
build owing to not finding unwind.h. Add USES=localbase to COMPILER_RT
to address this.[0]
When building on amd64 without /usr/lib32 compat libraries installed,
COMPILER_RT doesn't build i386 sanitizer libs. Detect this case and
don't add to plist.[1]
Submitted by: Tatsuki Makino [0]
PR: 254048 [0], 255527 [1]
MFH: 2020Q2
|
Wed, 21 Apr 2021
|
[ 22:03 Brooks Davis (brooks) ] 95d9554
devel/llvm12: Update to 12.0.0 release
|
Wed, 7 Apr 2021
|
[ 17:26 Brooks Davis (brooks) ] c9a3a74
llvm12: rework handling undefined options
Define a list of options and for any that aren't defined for the current
architecture add a PLIST_SUB entry as through the option were defined and
disabled.
|
[ 17:26 Brooks Davis (brooks) ] cc0bbd8
llvm12: Disable LLDB on non-x86 architectures
The 12.0.0 branch point hit point in the rework of FreeBSD debug targets
were non-x86 architectures are broken. For now, simply disable LLDB
builds on those platforms.
PR: 254082
|
[ 17:26 Brooks Davis (brooks) ] 847e7c3
llvm12: Update to 12.0.0rc4
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 5 Mar 2021
|
[ 01:47 brooks ] (Only the first 10 of 26 ports in this commit are shown above. )
Welcome LLVM 12 (12.0.0rc2) to the tree
Notable *port* changes (vs devel/llvm11):
- Switch to single llvm-project distfile. This simplifies the port
and support for the old style build process is rotting upstream
after the mono-repo conversion.
- Disable libedit dependency in libLLVM (still used by LLDB). This
is one small step toward a dependency-less clang.
- LLDB docs are disabled due to issues finding python includes when
autogenerating API docs.
Sponsored by: DARPA
|
Number of commits found: 31 |