notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/llvm11/Makefile
SVNWeb

Number of commits found: 38

Thu, 21 Sep 2023
[ 15:23 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:784b096f01e8c65c3f5aaddadc4b9ed231354c76  commit hash:784b096f01e8c65c3f5aaddadc4b9ed231354c76  commit hash:784b096f01e8c65c3f5aaddadc4b9ed231354c76  784b096 
devel/llvm11: fix openmp library depends

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

Reformat long and/or multi-line OPTION_FOO variables.

PR:		273801
Co-authored-by: Ivan Rozhuk <rozhuk.im@gmail.com>
[ 15:23 Brooks Davis (brooks) search for other commits by this committer Author: Dimitry Andric ]    commit hash:e198f066ecc3c6dc0a86a75629eba3922ff43f40  commit hash:e198f066ecc3c6dc0a86a75629eba3922ff43f40  commit hash:e198f066ecc3c6dc0a86a75629eba3922ff43f40  e198f06 
devel/llvm11: fix build with lld 17

PR:		273959
Wed, 13 Sep 2023
[ 15:42 Brooks Davis (brooks) search for other commits by this committer Author: John Hein ]    commit hash:7076fade2f473ec6a6bdf3a0620ead5dccd2ea96  commit hash:7076fade2f473ec6a6bdf3a0620ead5dccd2ea96  commit hash:7076fade2f473ec6a6bdf3a0620ead5dccd2ea96  7076fad 
devel/llvm1*: remove cmake 4Python3_EXECUTABLE definition

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

PR:		273713
Fri, 25 Aug 2023
[ 09:02 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:e43ec0c487e34d2b4d66c48026065f78391bfaca  commit hash:e43ec0c487e34d2b4d66c48026065f78391bfaca  commit hash:e43ec0c487e34d2b4d66c48026065f78391bfaca  e43ec0c 
devel/llvm[0-3]: enable GOLD on all powerpc64
Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
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>
Mon, 24 Apr 2023
[ 17:06 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:fb323dfd2ac2499f35e4d31a24fd9dd958af619a  commit hash:fb323dfd2ac2499f35e4d31a24fd9dd958af619a  commit hash:fb323dfd2ac2499f35e4d31a24fd9dd958af619a  fb323df 
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
Tue, 18 Apr 2023
[ 21:39 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:64a65d814b715524ecea8cff715b09f21b674b43  commit hash:64a65d814b715524ecea8cff715b09f21b674b43  commit hash:64a65d814b715524ecea8cff715b09f21b674b43  64a65d8 
devel/llvm11: Use swig40 instead of swig

Some issues for swig 4.1.1 has been fixed in patch-swig. However, it still does
not build successfully, Therefore, use swig40 instead of swig for now.

PR:             270720
Fri, 6 Jan 2023
[ 00:11 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:47c2b0aec1c3e92243d2d3677d4a0268475d6e0c  commit hash:47c2b0aec1c3e92243d2d3677d4a0268475d6e0c  commit hash:47c2b0aec1c3e92243d2d3677d4a0268475d6e0c  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) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
[ 10:26 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b86221feeafaacbff38b27dd5999866460e3a67b  commit hash:b86221feeafaacbff38b27dd5999866460e3a67b  commit hash:b86221feeafaacbff38b27dd5999866460e3a67b  b86221f  (Only the first 10 of 99 ports in this commit are shown above. View all ports for this commit)
cleanup: remove trailing whitepaces
Tue, 5 Jul 2022
[ 12:32 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:8c5c5a01e50d37cbcc50c0499fee610f55570c99  commit hash:8c5c5a01e50d37cbcc50c0499fee610f55570c99  commit hash:8c5c5a01e50d37cbcc50c0499fee610f55570c99  8c5c5a0 
devel/llvm11: 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:		2022Q3
Sponsored by:	DARPA, AFRL
Tue, 3 May 2022
[ 18:58 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:3a570865ceb55217f755228ab9ed01597947bd42  commit hash:3a570865ceb55217f755228ab9ed01597947bd42  commit hash:3a570865ceb55217f755228ab9ed01597947bd42  3a57086  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  d63665f  (Only the first 10 of 892 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  247c7db  (Only the first 10 of 867 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
Wed, 1 Dec 2021
[ 16:25 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:0222663900dcbbc905dc8d7c0dea37b55300ed55  commit hash:0222663900dcbbc905dc8d7c0dea37b55300ed55  commit hash:0222663900dcbbc905dc8d7c0dea37b55300ed55  0222663 
devel/llvm11: 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) search for other commits by this committer ]    commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  04b9da4  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
*/*: 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) search for other commits by this committer ]    commit hash:0cb1a5fe81b339b760e1d671269285e63d82c689  commit hash:0cb1a5fe81b339b760e1d671269285e63d82c689  commit hash:0cb1a5fe81b339b760e1d671269285e63d82c689  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) search for other commits by this committer ]    commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  4460cf7  (Only the first 10 of 476 ports in this commit are shown above. View all ports for this commit)
*: fix tab vs. space issues, and comments according to the guide.
Thu, 30 Sep 2021
[ 21:23 Rene Ladan (rene) search for other commits by this committer ]    commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  620968a  (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:6911dd4091d50c0ea29a40e2366f38db0f775c37  commit hash:6911dd4091d50c0ea29a40e2366f38db0f775c37  commit hash:6911dd4091d50c0ea29a40e2366f38db0f775c37  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:19 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:ea414b5e27d8d7904b4eb97a98c1ee32db28a6b1  commit hash:ea414b5e27d8d7904b4eb97a98c1ee32db28a6b1  commit hash:ea414b5e27d8d7904b4eb97a98c1ee32db28a6b1  ea414b5 
devel/llvm11: Add CPE information

Approved by:	portmgr (blanket)
Fri, 16 Jul 2021
[ 18:00 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:4512e7747f3024cec4549b9d16374ed05f6759a2  commit hash:4512e7747f3024cec4549b9d16374ed05f6759a2  commit hash:4512e7747f3024cec4549b9d16374ed05f6759a2  4512e77 
devel/llvm1[01]: Fix lit

Correct missing renames of lit modules. [0]

Remove no-op LLD_LINK option.

PR:		257123 [0]
Reported by:	Derek Schrock <dereks@lifeofadishwasher.com>
Tue, 15 Jun 2021
[ 08:41 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:5e1cb0184d1cf6e454949f2c4744628e083c4549  commit hash:5e1cb0184d1cf6e454949f2c4744628e083c4549  commit hash:5e1cb0184d1cf6e454949f2c4744628e083c4549  5e1cb01 
devel/llvm11: enable GOLD on powerpc
Thu, 20 May 2021
[ 23:33 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:72f87a53eddfea7940f2378a9a218b15d489e493  commit hash:72f87a53eddfea7940f2378a9a218b15d489e493  commit hash:72f87a53eddfea7940f2378a9a218b15d489e493  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
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 26 Jan 2021
[ 14:56 pkubaj search for other commits by this committer ] Original commit   Revision:562685
devel/llvm*: enable GOLD on 14 on powerpc64
Thu, 14 Jan 2021
[ 14:34 dbaio search for other commits by this committer ] Original commit   Revision:561562 (Only the first 10 of 85 ports in this commit are shown above. View all ports for this commit)
Remove PY_SPHINX from ports using Python 3

Approved by:	 portmgr blanket
Differential Revision:	https://reviews.freebsd.org/D28093
Sun, 10 Jan 2021
[ 14:05 rene search for other commits by this committer ] Original commit   Revision:561070 (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
Remove empty PY_ENUM34 from ports using Python 3.6+
Fri, 8 Jan 2021
[ 22:25 brooks search for other commits by this committer ] Original commit   Revision:560814
llvm11: Update to 11.0.1 release

Force linkage with the base system's ncurses in lldb and disable
terminfo to avoid untracked dependencies when ncurses is installed from
ports. Ideally we'd also use the base libtinfo, but I have been unable
to find a way to force it to be used.

PR:		252120
Thu, 24 Dec 2020
[ 04:15 pkubaj search for other commits by this committer ] Original commit   Revision:559046
devel/llvm11: fix libllvm runtime on powerpc64 head

Same missing patch as for llvm10.
Sun, 8 Nov 2020
[ 14:02 pkubaj search for other commits by this committer ] Original commit   Revision:554465
devel/llvm11: add GOLD and OPENMP by default on powerpc64le
Mon, 12 Oct 2020
[ 22:31 brooks search for other commits by this committer ] Original commit   Revision:552154
Welcome 11.0.0 release.
Mon, 5 Oct 2020
[ 19:03 brooks search for other commits by this committer ] Original commit   Revision:551536
Update to 11.0.0rc5.

Add the AVR backend to the list of standard backends which should fix
builds with BE_NATIVE or BE_FREEBSD.

PR:		250029
Reported by:	Mohammad S. Babaei
MFH:		2020Q4
Wed, 30 Sep 2020
[ 21:37 brooks search for other commits by this committer ] Original commit   Revision:550752
Update to 11.0.0rc4.

Teach clang that powerpc64le-*-freebsd* is a valid triple.
Wed, 26 Aug 2020
[ 22:27 brooks search for other commits by this committer ] Original commit   Revision:546302
Upgrade to 11.0.0.rc2.
Wed, 5 Aug 2020
[ 23:48 brooks search for other commits by this committer ] Original commit   Revision:544253
Fix build with more than one version of Python 3.x installed. [0]

Fix C++ library selection with certain targets. [1]

PR:		248386 [1], 248488 [0]
Submitted by:	Greg V [1], John Hein [0]
Tue, 28 Jul 2020
[ 20:21 brooks search for other commits by this committer ] Original commit   Revision:543632 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Welcome 11.0.0rc1 to the tree.

Sponsored by:	DARPA

Number of commits found: 38