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

Get notified when packages are built

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

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

non port: devel/llvm90/Makefile

Number of commits found: 42

Saturday, 14 Jan 2023
23:14 Tobias C. Berner (tcberner) search for other commits by this committer
Cleanup: Remove devel/llvm[789]0

 *  remove old devel/llvm70
 *  remove old devel/llvm80
 *  remove old devel/llvm90

 *  remove ports explicitely depending on either of the three

Differential Revision:	https://reviews.freebsd.org/D37936
commit hash: 21778d8958f518e2179b1053d75cfb6c71405558 commit hash: 21778d8958f518e2179b1053d75cfb6c71405558 commit hash: 21778d8958f518e2179b1053d75cfb6c71405558 commit hash: 21778d8958f518e2179b1053d75cfb6c71405558 21778d8
Friday, 6 Jan 2023
00:11 Brooks Davis (brooks) search for other commits by this committer
devel/llvm*: Fix CONFLICT on cmark

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

PR:		239636
Reported by:	Stephen Roznowski <sjrbulk@verizon.net>
commit hash: 47c2b0aec1c3e92243d2d3677d4a0268475d6e0c commit hash: 47c2b0aec1c3e92243d2d3677d4a0268475d6e0c commit hash: 47c2b0aec1c3e92243d2d3677d4a0268475d6e0c commit hash: 47c2b0aec1c3e92243d2d3677d4a0268475d6e0c 47c2b0ae
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 3 May 2022
18:58 Brooks Davis (brooks) search for other commits by this committer
devel/llvm*: (NFC) extract MAN1SRCS list

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

Sponsored by:	DARPA, AFRL
commit hash: 3a570865ceb55217f755228ab9ed01597947bd42 commit hash: 3a570865ceb55217f755228ab9ed01597947bd42 commit hash: 3a570865ceb55217f755228ab9ed01597947bd42 commit hash: 3a570865ceb55217f755228ab9ed01597947bd42 3a57086
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
Tuesday, 11 Jan 2022
23:07 Piotr Kubaj (pkubaj) search for other commits by this committer
devel/llvm90: enable COMPILER_RT on riscv64

1. COMPILER_RT builds libclang_rt.builtins-riscv64.a library, but not
cfi_blacklist.txt, so _COMPILER_RT_BLACKLISTS needs to be put into amd64 and
i386 cases.
2. Instead of:
.if ${ARCH}
.endif
.if {ARCH}
Do:
.if ${ARCH}
.elseif ${ARCH}
3. Remove whitespace at the end of line.

PR:	261106
Approved by:	brooks (maintainer)
commit hash: 89ba74caeafbef6ed418cc07c392f990347095c9 commit hash: 89ba74caeafbef6ed418cc07c392f990347095c9 commit hash: 89ba74caeafbef6ed418cc07c392f990347095c9 commit hash: 89ba74caeafbef6ed418cc07c392f990347095c9 89ba74c
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, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

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

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

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Monday, 27 Sep 2021
22:23 Brooks Davis (brooks) search for other commits by this committer
devel/llvm*: avoid crossdir links

Avoid hardlinks between PREFIX/bin and PREFIX/llvm##.  This permits
them be on different filesystems.

PR:		244439
commit hash: 6911dd4091d50c0ea29a40e2366f38db0f775c37 commit hash: 6911dd4091d50c0ea29a40e2366f38db0f775c37 commit hash: 6911dd4091d50c0ea29a40e2366f38db0f775c37 commit hash: 6911dd4091d50c0ea29a40e2366f38db0f775c37 6911dd4
Sunday, 29 Aug 2021
19:22 Bernhard Froehlich (decke) search for other commits by this committer
devel/llvm90: Add CPE information

Approved by:	portmgr (blanket)
commit hash: d87b66159e4021e95ef2a3558827cc12f5d60c5d commit hash: d87b66159e4021e95ef2a3558827cc12f5d60c5d commit hash: d87b66159e4021e95ef2a3558827cc12f5d60c5d commit hash: d87b66159e4021e95ef2a3558827cc12f5d60c5d d87b661
Friday, 16 Jul 2021
18:00 Brooks Davis (brooks) search for other commits by this committer
devel/llvm90: Improve the description of LLD_LINK

Differential Revision:	https://reviews.freebsd.org/D30442
commit hash: b159a1790032708d2fa2bdfd997a77a7e31502f1 commit hash: b159a1790032708d2fa2bdfd997a77a7e31502f1 commit hash: b159a1790032708d2fa2bdfd997a77a7e31502f1 commit hash: b159a1790032708d2fa2bdfd997a77a7e31502f1 b159a179
Tuesday, 15 Jun 2021
08:41 Piotr Kubaj (pkubaj) search for other commits by this committer
devel/llvm90: enable GOLD on powerpc
commit hash: 6f9d43b1524a5cc0638224f7e57c801a36e86bc9 commit hash: 6f9d43b1524a5cc0638224f7e57c801a36e86bc9 commit hash: 6f9d43b1524a5cc0638224f7e57c801a36e86bc9 commit hash: 6f9d43b1524a5cc0638224f7e57c801a36e86bc9 6f9d43b
Thursday, 20 May 2021
23:33 Brooks Davis (brooks) search for other commits by this committer
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
commit hash: 72f87a53eddfea7940f2378a9a218b15d489e493 commit hash: 72f87a53eddfea7940f2378a9a218b15d489e493 commit hash: 72f87a53eddfea7940f2378a9a218b15d489e493 commit hash: 72f87a53eddfea7940f2378a9a218b15d489e493 72f87a5
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 26 Jan 2021
14:56 pkubaj search for other commits by this committer
devel/llvm*: enable GOLD on 14 on powerpc64
Original commitRevision:562685 
Thursday, 14 Jan 2021
14:34 dbaio search for other commits by this committer
Remove PY_SPHINX from ports using Python 3

Approved by:	 portmgr blanket
Differential Revision:	https://reviews.freebsd.org/D28093
Original commitRevision:561562 
Sunday, 10 Jan 2021
14:05 rene search for other commits by this committer
Remove empty PY_ENUM34 from ports using Python 3.6+
Original commitRevision:561070 
Monday, 9 Nov 2020
01:24 pkubaj search for other commits by this committer
devel/llvm90: enable GOLD by default on powerpc64 elfv2
Original commitRevision:554662 
Sunday, 8 Nov 2020
03:51 pkubaj search for other commits by this committer
devel/llvm90: add ELFV2, GOLD and OPENMP on powerpc64le
Original commitRevision:554434 
Wednesday, 15 Jul 2020
13:56 pkubaj search for other commits by this committer
devel/llvm90: enable GOLD on elfv2 systems

On powerpc64, ld.gold is only available on elfv2. Since we have a separate
option for elfv2, make it imply GOLD to make it available.
Original commitRevision:542261 
Wednesday, 17 Jun 2020
18:17 sunpoet search for other commits by this committer
Move devel/swig30 to devel/swig and update to 4.0.1

- Do not silence installation message
- Update dependent ports:
  - Fix build with swig 4.0.1
  - Update *_DEPENDS
  - Remove BINARY_ALIAS

Changes:	http://www.swig.org/news.php
PR:		246613
Exp-run by:	antoine
Original commitRevision:539491 
Wednesday, 10 Jun 2020
04:07 kevans search for other commits by this committer
devel/llvm*: Avoid extraneous escapes

All of these single quotes are safe on their own, as they're enclosed in
double quotes. Removes the escapes, because they're currently passed through
to the underlying regex engine as \' to be interpreted as '.

A future change will forbid this escape, then an even further future change
will actually imbue \' with special meaning based on GNU interpretation
("end of subject").

No PORTREVISION bump or rebuild is needed, as they're functionally
equivalent.

PR:		247058
Approved by:	koobs (mentor), brooks (maintainer)
MFH:		2020Q2 (blanket: trivial build fix)
Original commitRevision:538368 
Monday, 18 May 2020
21:50 dbaio search for other commits by this committer
devel/llvm*: Upgrade Sphinx dependency to 3.X

This avoids conflicts between Sphinx ports when not using Poudriere.

PR:		246500
Approved by:	brooks (maintainer)
Original commitRevision:535791 
Monday, 11 May 2020
23:51 dbaio search for other commits by this committer
Update Sphinx

- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX

  Shared macro to use with flavors and not break
  ports with USES=python (all versions).

  Python >=3.5  --> textproc/py-sphinx (v3.0.2)
  Python < 3.5  --> textproc/py-sphinx18 (v1.8.5)

  All ports that uses sphinx were changed to use the new variable
  ${PY_SPHINX} in the dependency line, exceptions:

    * Ports that fails to build with sphinx 3.0.2 because of code.
      They are pointing to textproc/py-sphinx18 directly.
      There aren't many ports.

    * Ports that doesn't know Python flavors.

- Add several patches to fix Sphinx consumers

  The most common issues are related with pkg-plist, the output
  files from Sphinx changes between versions, keep this dynamically
  is the better approach.

  This will save time in future sphinx updates.

PR:		245629
Exp-run by:	antoine
Original commitRevision:534966 
Wednesday, 15 Apr 2020
19:26 jbeich search for other commits by this committer
devel/llvm90: backport --target fix for libc++

Approved by:	brooks (maintainer)
Differential Revision:	https://reviews.freebsd.org/D24420
Original commitRevision:531783 
Saturday, 4 Jan 2020
12:02 pkubaj search for other commits by this committer
devel/llvm90: use better fix for ELFv2 detection

Reported by:	jbeich
Original commitRevision:522030 
Friday, 3 Jan 2020
23:46 pkubaj search for other commits by this committer
devel/llvm90: fix ELFv2 option autodetection

Submitted by:   alfredo.junior@eldorado.org.br
Approved by:    brooks (maintainer timeout)
Differential Revision:  https://reviews.freebsd.org/D22810
Original commitRevision:521968 
21:45 brooks search for other commits by this committer
Update to 9.0.1 release.

Switch to github as the LLVM release host.
Original commitRevision:521963 
Tuesday, 22 Oct 2019
19:07 brooks search for other commits by this committer
Fix build without CLANG enabled. [0]

Fix LLD build where PREFIX != LOCALBASE. [1]

powerpc64: add configure option to select ELFv2 ABI [2]

In preparation for compiler+ABI change in PowerPC64, this change adds a
configure option to select ELFv2 as default powerpc64 ABI when compiling
llvm90.

The new option automatically set when ELFv2 environment is detected
(when PPC_ABI=ELFv2)

PR:		241400 [1], 241410 [0]
Submitted by:	Alfredo Dal'Ava Junior [2]
Differential Revision:	https://reviews.freebsd.org/D22100 [2]
Original commitRevision:515213 
Wednesday, 9 Oct 2019
20:36 brooks search for other commits by this committer
Rollup of fixes since the 9.0.0 release.

- Change the default -march for i386 from i486 to i586.  This avoids
  the need for libatomics and had been the defacto default for some
  time. [0]

- Add -m(no)-spe to clang. (powerpc)

- Deduce MIPS specific ELF header flags from `emulation`. (mips)

- Fix a variety of assertions and compile/link errors including crashes
  with CPUTYPE=haswell. [1]

- Switch back to https for downloads. [2]

The new patches were initially committed to FreeBSD src by dim@.

PR:		240918 [0], 240759 [1], 240870 [2]
Reported by:	jbeich [0,1],  Miyashita Touka <imagin8r@protonmail.com> [2]
Original commitRevision:514194 
Wednesday, 25 Sep 2019
17:20 brooks search for other commits by this committer
Update to 9.0.0 release.

Attempt to fix linkin of openmp when the linker isn't LLD.

Enable LLD_LINK by default.  It is increasingly the case that lld is a
safe choice so just go with it.

Enable SecurePLT on PowerPC for FreeBSD 13 and up.

PR:		240730, 240737
Original commitRevision:512799 
Saturday, 14 Sep 2019
22:01 jbeich search for other commits by this committer
Drop C++11 workaround for GCC < 6 after r449590

lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.

PR:		193528
Original commitRevision:512079 
Thursday, 12 Sep 2019
12:49 brooks search for other commits by this committer
llvm90:
Enable OpenMP on power64. [0]

Add an option to link ld.lld to ld and enable by default on power64. [1]

xtoolchain-llvm-devel:
Add the ability to disable linking ld.lld to ld in slave ports.

xtoolchain-llvm90:
Disable linking ld.lld to ld since llvm90 can now do it.

PR:		240516 [0]
Submitted by:	pkubaj [0]
Requested by:	kib [1]
Original commitRevision:511878 
Wednesday, 11 Sep 2019
08:28 brooks search for other commits by this committer
Update to 9.0.0rc4.

Fix linkage with non-default python port options.
Original commitRevision:511800 
Monday, 2 Sep 2019
07:22 brooks search for other commits by this committer
Update to 9.0.0rc3.

This is expected to match the final version if no blockers surface.
Original commitRevision:510767 
Friday, 23 Aug 2019
10:06 brooks search for other commits by this committer
New option PYCLANG to add python binding for clang.

PR:		239990
Submitted by:	chardon.frederic@gmail.com
Original commitRevision:509638 
Thursday, 15 Aug 2019
20:37 brooks search for other commits by this committer
Update to 9.0.0rc2.

Sponsored by:	DARPA, AFRL
Original commitRevision:509054 
Wednesday, 7 Aug 2019
19:53 brooks search for other commits by this committer
Assorted minor improvements:

- Add a build conflict for commonmark-cmark-* when DOCS are enabled.
  This prevents a failure later on in the build. [0]

- Add a new option BE_AMDGPU which can be used to enable the AMDGPU
  backed used by mesa when BE_NATIVE or BE_FREEBSD is set.  Enable this
  option by default to limit later surprises. [1]

- Use LLVM_ENABLE_Z3_SOLVER instead of the now removed
  CLANG_ANALYZER_ENABLE_Z3_SOLVER to disable Z3 discovery and linkage.

PR:		239636 [0], 230789 [1]
Original commitRevision:508349 
Monday, 5 Aug 2019
16:10 brooks search for other commits by this committer
Welcome LLVM 9.0.0rc1 to the tree.

Of particular interest in this release: the RISCV backend is enabled
by default and FreeBSD PowerPC support is much improved.

Sponsored by:	DARPA, AFRL
Original commitRevision:508190 

Number of commits found: 42