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/llvm39/Makefile
SVNWeb

Number of commits found: 41

Tue, 24 Apr 2018
[ 08:33 amdmi3 search for other commits by this committer ] Original commit   Revision:468191
- Switch to new test framework

Approved by:	portmgr blanket
Thu, 19 Apr 2018
[ 17:02 brooks search for other commits by this committer ] Original commit   Revision:467789
Remove a needless include of vm/pmap.h which broke the i386 build with
COMPILER_RT enabled on recent CURRENT.

Rename files as if EXTRA_PATCHS+=compiler-rt were used, but don't use it
due to compiler-rt's odd location in WRKDIR.

No functional change.
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.
Mon, 26 Feb 2018
[ 22:31 sunpoet search for other commits by this committer ] Original commit   Revision:463073
Simplify Makefile: use PY_ENUM34

With hat:	python
Fri, 19 Jan 2018
[ 23:38 brooks search for other commits by this committer ] Original commit   Revision:459485
Fix python dependency: restrict to python 2.7.

No PORTREVISON bump as build would fail without python 2.7

PR:		225144
Submitted by:	sunpoet
Fri, 22 Sep 2017
[ 10:48 mat search for other commits by this committer ] Original commit   Revision:450351 (Only the first 10 of 175 ports in this commit are shown above. View all ports for this commit)
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Sun, 25 Jun 2017
[ 21:07 tcberner search for other commits by this committer ] Original commit   Revision:444324 (Only the first 10 of 115 ports in this commit are shown above. View all ports for this commit)
Make ninja opt-out in cmake.mk

Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
Wed, 24 May 2017
[ 23:15 brooks search for other commits by this committer ] Original commit   Revision:441627
Adapt to ino64 changes.[0]

Bump dependencies to allow python 3 support.[1]

PR:		219502 [0], 219222 [1]
Submitted by:	kib [0], Daniel Ylitalo <daniel@blodan.se> [1]
Reviewed by:	emaste [0]
Differential Revision:	https://reviews.freebsd.org/D10796
Mon, 22 May 2017
[ 17:39 bdrewery search for other commits by this committer ] Original commit   Revision:441483
Fix build when LOCALBASE is not /usr/local.

Reviewed by:	brooks
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D10859
Fri, 21 Apr 2017
[ 15:03 brooks search for other commits by this committer ] Original commit   Revision:439084
Fix SHEBANG_FILES when the EXTRAS option is disabled.

PR:		218719, 218775, 218776
Submitted by:	Helge Oldach <freebsd@oldach.net>, owen@easytarget.org
Mon, 17 Apr 2017
[ 14:40 miwi search for other commits by this committer ] Original commit   Revision:438697
- Fix Shebangs
Sat, 15 Apr 2017
[ 14:11 linimon search for other commits by this committer ] Original commit   Revision:438584
Remove the misspelled ONLY_FOR_ARCH definitions, which referred to an
arch we no longer support in any case.

Approved by:	portmgr (tier-2 blanket), "just fix it"
Wed, 5 Apr 2017
[ 21:12 brooks search for other commits by this committer ] Original commit   Revision:437835
The LLDB option requires CLANG so make it imply CLANG.

Attempt to reduce the size of WITH_DEBUG builds.  Reports suggest they
are still enormous.

Garbage collect some FreeBSD 9.x bits.
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

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

PR:		216707
Wed, 29 Mar 2017
[ 14:43 jbeich search for other commits by this committer ] Original commit   Revision:437204 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
devel/openmp: link libomp.so against -lm for clang 3.6+

PR:		214258
Submitted by:	Yuta Satoh <nigoro.dev@gmail.com>
Approved by:	portmgr blanket
Thu, 9 Mar 2017
[ 03:10 brooks search for other commits by this committer ] Original commit   Revision:435742
Apply the changes from FreeBSD r314883:

Pull in r291403 from upstream clang trunk (by Richard Smith):

  PR30305: Implement proposed DR resolution to prevent slicing via
  inherited constructor.

  The rule we use is that a construction of a class type T from an
  argument of type U cannot use an inherited constructor if U is the
  same as T or is derived from T (or if the initialization would first
  convert it to such a type). This (approximately) matches the rule in
  use by GCC, and matches the current proposed DR resolution.

Pull in r291955 from upstream clang trunk (by Richard Smith):
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 20 Feb 2017
[ 19:11 brooks search for other commits by this committer ] Original commit   Revision:434485
Attempt to fix build on armv6.

PR:		217145
Submitted by:	mmel via mikael.urankar@gmail.com
Reported by:	Sylvain Garrigues <sylvain@sylvaingarrigues.com>
Sat, 11 Feb 2017
[ 19:21 antoine search for other commits by this committer ] Original commit   Revision:433904
Apply upstream r294806, remove struct_rtentry_sz on FreeBSD
This should fix build on head after _WANT_RTENTRY removal
Sun, 1 Jan 2017
[ 03:45 sunpoet search for other commits by this committer ] Original commit   Revision:430235 (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
Fri, 23 Dec 2016
[ 00:41 brooks search for other commits by this committer ] Original commit   Revision:429210
Disable LLVM_LINK_LLVM_DYLIB for now.

The resulting llvm-nm binary has a command line parsing bug and is
unusable which breaks chromium builds.

Reported by:	cpm
Wed, 21 Dec 2016
[ 16:23 brooks search for other commits by this committer ] Original commit   Revision:429104
Upgrade to 3.9.1.

Link programs dynamicaly.  This reduces package size by over 400MB on
amd64.

PR:		214549
Fri, 9 Dec 2016
[ 19:03 brooks search for other commits by this committer ] Original commit   Revision:428234
Allow build on non-clang using architectures such as powerpc.

Mark broken on FreeBSD 9.  This is somewhat more agressive than
necessicary, but I'm not sure what the correct conditional is and 9.x is
supported for 22 more days.

Call the correct clang format.

PR:		215135
Submitted by:	matthew@reztek.cz
[ 11:41 tcberner search for other commits by this committer ] Original commit   Revision:428179 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Update devel/cmake* to 3.7.1 [1]

Due to an upstream commit [2] we need now to pass
CMAKE_INSTALL_MANDIR:PATH="share/man" in the
devel/llvm-* ports, and fix the plist of net/remmina.
Further add an upstream patch to  math/plplot to
fix the build with 3.7.1.

[1] https://cmake.org/cmake/help/v3.7/release/3.7.html
[2] https://github.com/kitware/cmake/commit/956054

PR:		214975
Approved by:	rakuco (mentor)
Exp-run by:	antoine
Wed, 16 Nov 2016
[ 00:28 brooks search for other commits by this committer ] Original commit   Revision:426194
portlint fixes:

correct placement of PKGNAMESUFFIX
convert spaces to tabs
remove blank lines
qwk -> ${AWK}
sed -> ${SED}

PR:		214549
Submitted by:	matthew@reztek.cz
Tue, 15 Nov 2016
[ 23:28 brooks search for other commits by this committer ] Original commit   Revision:426189
Build shared libraries.

PR:		214549
Submitted by:	kwm
Wed, 2 Nov 2016
[ 16:06 brooks search for other commits by this committer ] Original commit   Revision:425161
Install missing lit components.

PR:		212813
Submitted by:	Dirk Schroetter <dschroetter@gmail.com>
Fri, 21 Oct 2016
[ 12:51 mat search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Thu, 6 Oct 2016
[ 18:08 brooks search for other commits by this committer ] Original commit   Revision:423430
Look for ld.gold under LOCALBASE to fix DragonFly builds.

Submitted by:	marino
Fri, 30 Sep 2016
[ 10:26 brooks search for other commits by this committer ] Original commit   Revision:422979
Import Clang's r280672 into our devel/llvm39 port

This revision is what's needed to make Clang work for CloudABI on ARMv6.
By pulling in this change, the ARMv6 cross compiler set up by the
cloudabi-toolchain port seems functional.

In the process, I did have to replace some ${RMDIR}s by ${RM} -rf, as it
tried to delete nonexistent directories. Brooks, do you know what's up
with that?

Submitted by:	ed
Differential Revision:	https://reviews.freebsd.org/D8078
Sat, 3 Sep 2016
[ 00:20 brooks search for other commits by this committer ] Original commit   Revision:421280
Upgrade to 3.9.0 release.

Improve support for -fopenmp with a hack inspired by a submission from
Johannes Dieterich <dieterich@ogolem.org>.

Implement a number of improvments submitted by lightside@gmx.com:
 - Add license information
 - Use VAR option helper for _USES_PYTHON variable
 - Add libxml2 to USE_GNOME for CLANG option
 - Sort variables for options (e.g. GOLD_*)

Add USES=execinfo for LLDB.

PR:		203223, 212334
Thu, 1 Sep 2016
[ 22:06 brooks search for other commits by this committer ] Original commit   Revision:421246
Attempt to fix build on platforms that don't support COMPILER_RT.

Make GOLD an amd64-only option (not belived to be a functional change).

PR:		212312
Tue, 30 Aug 2016
[ 21:04 brooks search for other commits by this committer ] Original commit   Revision:421134
Actually install sanatizers in the right place.

PR:		208900, 212252
[ 00:29 brooks search for other commits by this committer ] Original commit   Revision:421100
Update to RC3.
Mon, 29 Aug 2016
[ 18:11 brooks search for other commits by this committer ] Original commit   Revision:421085
Revert enabling of shared libraries in r420988.

It was committed by mistake and did not work.

PR:		208900
Sat, 27 Aug 2016
[ 17:32 brooks search for other commits by this committer ] Original commit   Revision:420988
Only enable the GOLD option by defult on amd64.

It's known to be broken on i386.
[ 15:18 brooks search for other commits by this committer ] Original commit   Revision:420979
Style fix: use ${MV} rather than mv.
Fri, 26 Aug 2016
[ 21:40 brooks search for other commits by this committer ] Original commit   Revision:420952
Put santizers where clang expects to find them.

Thanks to Mikael Simonsson <m@mikaelsimonsson.com> for suggestions and
testing.

PR:		208900
Wed, 24 Aug 2016
[ 16:55 brooks search for other commits by this committer ] Original commit   Revision:420806
Update to 3.9.0rc2.
Sun, 7 Aug 2016
[ 16:50 brooks search for other commits by this committer ] Original commit   Revision:419781
Add a port of LLVM 3.9.0rc1.

Number of commits found: 41