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
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: devel/llvm60/Makefile
SVNWeb

Number of commits found: 35

Wed, 17 Jun 2020
[ 18:17 sunpoet search for other commits by this committer ] Original commit   Revision:539491 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
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
Wed, 10 Jun 2020
[ 04:07 kevans search for other commits by this committer ] Original commit   Revision:538368
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)
Mon, 18 May 2020
[ 21:50 dbaio search for other commits by this committer ] Original commit   Revision:535791
devel/llvm*: Upgrade Sphinx dependency to 3.X

This avoids conflicts between Sphinx ports when not using Poudriere.

PR:		246500
Approved by:	brooks (maintainer)
Mon, 11 May 2020
[ 23:51 dbaio search for other commits by this committer ] Original commit   Revision:534966 (Only the first 10 of 144 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 14 Sep 2019
[ 22:01 jbeich search for other commits by this committer ] Original commit   Revision:512079 (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
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
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Thu, 23 May 2019
[ 09:12 antoine search for other commits by this committer ] Original commit   Revision:502329
Attempt to work around a problem with binutils not liking the armv6 code
generated by LLVM 7.

PR:		235282
With hat:	portmgr
Thu, 7 Mar 2019
[ 23:52 brooks search for other commits by this committer ] Original commit   Revision:495005 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Move the list of llvm commands to seperate Makefile.COMMANDS to be used
by another port to come later.

Reorder Makefiles a bit to group similar things together.

Remove support for generating patch files from upstream SVN revisions.
The required interfaces have been disabled for some time and LLVM is in
the process if migrating to Git.

No functional changes (pkg-plist changes are simply ordering).
Mon, 18 Feb 2019
[ 21:52 brooks search for other commits by this committer ] Original commit   Revision:493328
Don't override the compiler on armv7.

The base system compiler is now sufficent to build and link.

No version bump.  While technically required for armv7, forcing everyone
to rebuild for this minor change that doesn't effect actual use is not
justifiable.

PR:		235282
Submitted by:	jbeich
Fri, 18 Jan 2019
[ 22:57 brooks search for other commits by this committer ] Original commit   Revision:490680
Remove obsolete conflicts entries referencing clang-devel.
Thu, 17 Jan 2019
[ 23:29 brooks search for other commits by this committer ] Original commit   Revision:490610
More throughly disable assertions.  This works around USES=cmake
overriding the CFLAGS used to build. [0]

devel/llvm[45]0: Fix build on GCC systems. [1]

devel/llvm[456]: Avoid realpath calls where possible in the wrapper
script. [2]

PR:		233506 [0], 234647 [1], 234937 [1]
Submitted by:	greg@unrelenting.technology [0], pkubaj@anongoth.pl [1],
		bdrewery [2]
Differential Revision:	https://reviews.freebsd.org/D17990
Tue, 8 Jan 2019
[ 09:06 tobik search for other commits by this committer ] Original commit   Revision:489658
Do not set OPTIONS_SUB twice
Thu, 3 Jan 2019
[ 21:16 brooks search for other commits by this committer ] Original commit   Revision:489225
Add a patch files for stable/12 r342281, which corresponds to the
following upstream revision:

https://reviews.llvm.org/rL329671

This fixes 'Assertion failed: (Result.isUninit() && "temporary created
multiple times"), function createTemporary' errors (if assertions are
enabled, otherwise the compiler internal state might go bad), when
building the graphics/rawtherapee port.

Submitted by:	dim
Differential Revision:	https://reviews.freebsd.org/D18699
Tue, 25 Dec 2018
[ 20:25 tcberner search for other commits by this committer ] Original commit   Revision:488341 (Only the first 10 of 1277 ports in this commit are shown above. View all ports for this commit)
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Fri, 2 Nov 2018
[ 13:32 rene search for other commits by this committer ] Original commit   Revision:483807 (Only the first 10 of 243 ports in this commit are shown above. View all ports for this commit)
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
Fri, 26 Oct 2018
[ 21:20 dim search for other commits by this committer ] Original commit   Revision:483054 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Add all patches from base llvm/clang/lld/lldb 6.0 to devel/llvm60

This adds all the patches that were applied in the past to head, under
contrib/llvm.  After these, there only minimal diffs left between the
port sources and the base sources.

Most of these remaining diffs are due to #ifdef shortcuts in the base
sources, because we don't compile certain features in.  Other diffs are
because the port has applied a few changes that we don't have in base.

While here, use Makefile.LICENSE from the devel/llvm-devel port.

Approved by:	brooks (maintainer)
Reviewed by:	brooks
PR:		212343, 225128, 225471, 226388, 226658, 226872, 229050, 230444, 230604,
231355
MFH:		2018Q4
Differential Revision: https://reviews.freebsd.org/D17702
Tue, 21 Aug 2018
[ 20:29 brooks search for other commits by this committer ] Original commit   Revision:477756
Limit LLVM builds to linking a single binary at a time.

Regular builds can requires multiple gigabytes of memory at Debug builds
can exceed 100GB.  This should help low-memory systems such as
Raspberry-Pis and VMs.

Submitted by:	dim
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Thu, 5 Jul 2018
[ 09:02 jbeich search for other commits by this committer ] Original commit   Revision:473956
devel/llvm*: apply r447281 and enable OPENMP on i386

PR:		229521
Approved by:	brooks (maintainer)
MFH:		2018Q3
Wed, 27 Jun 2018
[ 20:18 brooks search for other commits by this committer ] Original commit   Revision:473455
Update to LLVM 6.0.1 release.

Sponsored by:	DARPA, AFRL
Sun, 10 Jun 2018
[ 08:34 amdmi3 search for other commits by this committer ] Original commit   Revision:472120
- Switch to new test framework

Approved by:	portmgr blanket
Wed, 23 May 2018
[ 23:25 sunpoet search for other commits by this committer ] Original commit   Revision:470742
Simplify Makefile: use PY_ENUM34

With hat:	python
Tue, 22 May 2018
[ 13:15 mat search for other commits by this committer ] Original commit   Revision:470610 (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
Add PY_FLAVOR to Python module dependencies.

Sponsored by:	Absolight
Tue, 15 May 2018
[ 17:50 brooks search for other commits by this committer ] Original commit   Revision:470040
Merge r322325 from upstream.  This allows devel/godot to build in a
reasionable abount of time:

PeepholeOpt cleanup/refactor; NFC

- Less unnecessary use of `auto`
- Add early `using RegSubRegPair(AndIdx) =` to avoid countless
  `TargetInstrInfo::` qualifications.
- Use references instead of pointers where possible.
- Remove unused parameters.
- Rewrite the CopyRewriter class hierarchy:
   - Pull out uncoalescable copy rewriting functionality into
     PeepholeOptimizer class.
   - Use an abstract base class to make it clear that rewriters are
     independent.
- Remove unnecessary \brief in doxygen comments.
- Remove unused constructor and method from ValueTracker.
- Replace UseAdvancedTracking of ValueTracker with DisableAdvCopyOpt use.

PR:		228261
Reported by:	FreeBSD@ShaneWare.Biz
Mon, 7 May 2018
[ 22:29 jbeich search for other commits by this committer ] Original commit   Revision:469338 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Drop FreeBSD 10.3 support

Reviewed by:	yuri (SoPlex), sunpoet (nghttp2), cpm (chromium), brooks (llvm*)
Approved by:	portmgr (rene)
Differential Revision:	https://reviews.freebsd.org/D15238
Fri, 27 Apr 2018
[ 17:41 jbeich search for other commits by this committer ] Original commit   Revision:468476
devel/llvm60: apply i386 crashfix after r467849

PR:		227686, 227698
Approved by:	portmgr blanket
Fri, 20 Apr 2018
[ 22:46 brooks search for other commits by this committer ] Original commit   Revision:467849
Merge r332833 from FreeBSD HEAD.

This should ensure clang does not use pushf/popf sequences to
save and restore flags, avoiding problems with unrelated flags (such as
the interrupt flag) being restored unexpectedly.

PR:		225330
Sat, 31 Mar 2018
[ 03:28 tobik search for other commits by this committer ] Original commit   Revision:466018 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
devel/llvm*: Fix wrapper scripts to support symlinking to them

The wrapper scripts currently do not resolve the real path to $0:

$ install -l rs /usr/local/bin/clang50 gcc
$ ./gcc
./gcc: /usr/local/llvm50/bin/gcc: not found

Here /usr/local/llvm50/bin/clang should be called not
/usr/local/llvm50/bin/gcc.

Approved by:		brooks (maintainer)
Differential Revision:	https://reviews.freebsd.org/D14727
Wed, 21 Mar 2018
[ 03:45 bdrewery search for other commits by this committer ] Original commit   Revision:465145
Fix CCACHE_BUILD support.
Thu, 8 Mar 2018
[ 21:19 brooks search for other commits by this committer ] Original commit   Revision:463921
Update to 6.0.0 release.

Don't require basename in wrapper script. [0]

Submitted by:	bdrewery [0]
Sponsored by:	DARPA, AFRL
Mon, 26 Feb 2018
[ 23:19 brooks search for other commits by this committer ] Original commit   Revision:463101
Update to 6.0.0 RC3.
Mon, 12 Feb 2018
[ 18:58 brooks search for other commits by this committer ] Original commit   Revision:461611
Update to 6.0.0rc2.
Sun, 28 Jan 2018
[ 11:55 brooks search for other commits by this committer ] Original commit   Revision:460167
Adjust plist for i386.

PR:		225479
Fri, 26 Jan 2018
[ 23:47 brooks search for other commits by this committer ] Original commit   Revision:460063 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Add a port of LLVM 6.0.0rc1 and add an xtoolchain-llvm60 to go with it.

Number of commits found: 35