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) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/llvm-devel/Makefile

Number of commits found: 317 (showing only 100 on this page)

«  1 | 2 | 3 | 4  »  

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 
Saturday, 28 Mar 2020
00:01 brooks search for other commits by this committer
Update to a new snapshot.

Add a patch to work around https://reviews.llvm.org/D76827.

Sponsored by:	DARPA
Original commitRevision:529299 
Sunday, 19 Jan 2020
13:55 brooks search for other commits by this committer
Update to a new snapshot (welcome to LLVM 11).

Fix plist when COMPILER_RT is disabled.

PR:		243371
Original commitRevision:523575 
Thursday, 16 Jan 2020
14:14 antoine search for other commits by this committer
Revert r523228 and unbreak INDEX
Original commitRevision:523234 
13:08 brooks search for other commits by this committer
Attempt to fix build on 11 (i386 and amd64) and 12 (i386).

On the package builders, the bfd linker crashes when linking so force
the use of lld.
Original commitRevision:523228 
Friday, 20 Dec 2019
21:51 brooks search for other commits by this committer
Correct plist when OPENMP is disabled.

PR:		242730
Reported by:	philippe.michel7@free.fr
Sponsored by:	DARPA, AFRL
Original commitRevision:520528 
Wednesday, 18 Dec 2019
23:14 brooks search for other commits by this committer
Update to a new snapshot.

Fix llvm-devel.mk cross toolchain file.

Submitted by:	mhorne
Differential Revision:	https://reviews.freebsd.org/D22869
Original commitRevision:520408 
Friday, 15 Nov 2019
23:14 brooks search for other commits by this committer
Update to a new snapshot and migrate to the llvm monorepo.

We now always download everthing so apply all patches (except the ELFv2
patches) unconditionally.  Don't imply CLANG fo ELFV2 since the patches
will always apply.

Install llvm-devel.mk for CROSS_TOOLCHAIN support subsuming the
role of xtoolchain-llvm-devel.  This means that users will get the
dependency for CROSS_TOOLCHAIN=llvm-devel by installing llvm-devel.
To avoid unnecessicary churn in other xtoolchain-llvm* ports, leave
xtoolchain-llvm-devel in place and make it IGNORE in the -devel case.
Once llvm90 (and maybe llvm80) are updated I'll remove it or move it as
appropriate.

Always install a link from ld.lld to ld as was done by
xtoolchain-llvm-devel.

Sponsored by:	DARPA, AFRL
Original commitRevision:517707 
Thursday, 7 Nov 2019
00:59 brooks search for other commits by this committer
Update to a more recent snapshot.

Fix build with EXTRAS disabled.
Original commitRevision:516936 
Monday, 21 Oct 2019
23:53 brooks search for other commits by this committer
Update to a new snapshot.

powerpc64: add configure option to select ELFv2 ABI

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

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

Submitted by:	Alfredo Dal'Ava Junior
Differential Revision:	https://reviews.freebsd.org/D22100
Original commitRevision:515154 
Friday, 13 Sep 2019
14:33 brooks search for other commits by this committer
Update to a new snapshot.

Fix build without COMPILER_RT. [0]

Reported by:	emaste
Sponsored by:	DARPA, AFRL
Original commitRevision:511972 
Thursday, 22 Aug 2019
12:43 brooks search for other commits by this committer
Update to a new snapshot.

Pull in fixes for building with all options disabled and python > 3.6.

Sponsored by:	DARPA, AFRL
Original commitRevision:509597 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Thursday, 18 Jul 2019
07:06 tobik search for other commits by this committer
devel/llvm-devel: Attempt to unbreak LLDB=off after r506765

$ make WITHOUT=LLDB check-sanity
===>  llvm-devel-9.0.d20190712 uses unknown USES=python arguments: build:3.6.
*** Error code 1
Original commitRevision:506839 
Tuesday, 16 Jul 2019
16:40 brooks search for other commits by this committer
Pin the python version to 3.6 to fix builds with 2.7 as the default.

It appears that LLVM recently become more aggressive in finding python 3
installations and strongly prefers them.

No PORTREVISON bump as I expect only previously broken systems to see any
changes.

PR:		239237
Reported by:	jbeich
Original commitRevision:506765 
Monday, 15 Jul 2019
19:49 brooks search for other commits by this committer
Upgrade to a newer snapshot.

Chase the switch to python 3.6 as default.

Enable LLVM_LINK_LLVM_DYLIB and CLANG_LINK_LLVM_DYLIB.[0]

PR:		223191 [0]
Requested by:	jbeich [0]
Original commitRevision:506706 
Wednesday, 3 Jul 2019
20:45 brooks search for other commits by this committer
Add missed patch in previous commit to allow LLDB docs to build with the
outdated Sphinx in the ports tree.
Original commitRevision:505794 
Tuesday, 2 Jul 2019
17:04 brooks search for other commits by this committer
Update to a fresh (2019-07-01) snapshot.

Note that 9.0.0 is scheduled to branch 2019-07-18 so now is a good time
to be testing and fixing bugs.

Sponsored by:	DARPA, AFRL
Original commitRevision:505690 
Monday, 20 May 2019
21:15 brooks search for other commits by this committer
Update to a newer snapshot 9.0.d20190510.

I used the submitted patch for inspiration, but regenerated most of it
and added some unrelated cleanups.

PR:		237819
Requested by:	yuri
Submitted by:	yuri
Original commitRevision:502172 
Wednesday, 3 Apr 2019
18:36 brooks search for other commits by this committer
Fix broken plist.

PR:		236987
Reported by:	Trond.Endrestol@ximalas.info
Original commitRevision:497743 
Monday, 1 Apr 2019
18:00 brooks search for other commits by this committer
Update to a new snapshot.

Correct finding libopenmp.

PR:		236788
Submitted by:	jbeich
Original commitRevision:497499 
Thursday, 7 Mar 2019
23:52 brooks search for other commits by this committer
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).
Original commitRevision:495005 
23:16 brooks search for other commits by this committer
Update to a more recent shapshot.

Adapt to removal of the ARM license.

Allow licenses to sit somewhere other then WRKSRC.

Fix the plist when OPENMP is disabled.

PR:		236008
Original commitRevision:495004 
Monday, 28 Jan 2019
23:32 brooks search for other commits by this committer
Update to a new snapshot matching our upcoming paper.

Sponsored by:	DARPA, AFRL
Original commitRevision:491521 
Saturday, 19 Jan 2019
00:05 brooks search for other commits by this committer
Update to a new version (LLVM HEAD is now 9.0.0).

Remove clang headers conflicting with FreeBSD headers.  I'd throught
this was nolonger required, but it seems to still be necessicary in at
least some cases.

Submitted by:	Alfredo Dal'Ava Junior
Differential Revision:	https://reviews.freebsd.org/D18879
Original commitRevision:490683 
Tuesday, 15 Jan 2019
16:19 brooks search for other commits by this committer
Update to a new snapshot.

Add -DNDEBUG to CFLAGS/CXXFLAGS to prevent USES=cmake from accidentally
reenabling assertions. [0]

This should fix i386 builds.

PR:		233506 [0]
Original commitRevision:490385 
Wednesday, 9 Jan 2019
23:06 brooks search for other commits by this committer
Upgrade to a new snapshot.

Fix a bug that resulted in LLVM_BUILD_LLVM_DYLIB not being passed as a
cmake argument. [0]

PR:		234739 [0]
Submitted by:	tobik [0]
Original commitRevision:489840 
Tuesday, 8 Jan 2019
09:06 tobik search for other commits by this committer
Do not set OPTIONS_SUB twice
Original commitRevision:489658 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
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
Original commitRevision:488341 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Friday, 2 Nov 2018
13:32 rene search for other commits by this committer
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
Original commitRevision:483807 
Thursday, 25 Oct 2018
20:32 brooks search for other commits by this committer
Update to a new snapshot.
Original commitRevision:482991 
Wednesday, 3 Oct 2018
18:15 brooks search for other commits by this committer
Fix plist on i386.

PR:		231893
Reported by:	jbeich
Original commitRevision:481176 
Tuesday, 2 Oct 2018
16:45 brooks search for other commits by this committer
Update to a new snapshot.

Update LICENSE data per mailing list feedback and move to a seperate
Makefile.LICENSE for use by other llvm ports.
Original commitRevision:481120 
Tuesday, 25 Sep 2018
17:56 brooks search for other commits by this committer
Update to a more recent snapshot.

Work around upstream breakage in LLDB.

Sponsored by:	DARPA, AFRL
Original commitRevision:480686 
Thursday, 13 Sep 2018
18:45 brooks search for other commits by this committer
Update to a new snapshot.

Add LICENSE variables.
Original commitRevision:479687 
Friday, 24 Aug 2018
15:53 brooks search for other commits by this committer
Fix build when the default python version isn't 2.7.

The problem here is that if the default version was (e.g.) 3.6, a
python 3.6 version of sphinx would be installed, but a python 2.7
version of py-recommonmark would be installed and then not be found.
Fix this problem by forcing the install of a python 2.7 version of
sphinx.

No functional change.
Original commitRevision:477965 
Tuesday, 21 Aug 2018
20:29 brooks search for other commits by this committer
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
Original commitRevision:477756 
Friday, 17 Aug 2018
15:30 brooks search for other commits by this committer
Mark broken on 10.x.

There won't be a devel/llvm80 before 10.x is EOL so I'm not planning to
try to keep this alive there.  Patches are welcome.
Original commitRevision:477434 
Thursday, 16 Aug 2018
22:51 brooks search for other commits by this committer
Update to a new snapshot.  LLVM trunk is now 8.0.

Sponsored by:	DAPRA, AFRL
Original commitRevision:477380 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
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
Original commitRevision:475857 
Thursday, 5 Jul 2018
09:02 jbeich search for other commits by this committer
devel/llvm*: apply r447281 and enable OPENMP on i386

PR:		229521
Approved by:	brooks (maintainer)
MFH:		2018Q3
Original commitRevision:473956 
Thursday, 24 May 2018
16:04 brooks search for other commits by this committer
Update to a new snapshot.
Original commitRevision:470789 
Monday, 7 May 2018
22:29 jbeich search for other commits by this committer
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
Original commitRevision:469338 
Friday, 27 Apr 2018
08:33 amdmi3 search for other commits by this committer
- Switch to new test framework

Approved by:	portmgr blanket
Original commitRevision:468407 
Monday, 16 Apr 2018
20:57 brooks search for other commits by this committer
Update to a new snapshot.

Chase changes to the library/program numbering scheme.
Original commitRevision:467533 
Monday, 26 Mar 2018
22:36 brooks search for other commits by this committer
Update to a newer snapshot.

Adjust the way *_blacklist.txt is added to the package to address
increasing divergence.

Pull in wrapper change from D14727 to fix use when symlinking to them
in ${LOCALBASE}/bin.
Original commitRevision:465643 
Wednesday, 21 Mar 2018
03:45 bdrewery search for other commits by this committer
Fix CCACHE_BUILD support.
Original commitRevision:465145 
Monday, 12 Feb 2018
21:22 brooks search for other commits by this committer
Mark broken on 10.3.

This is broader than necessicary, but should not be a major problem
in practice.  Packages for 10.x should start being built again after
10.3 expires at the end of April which is well before the release
of 7.0.0 is planned.
Original commitRevision:461654 
Wednesday, 7 Feb 2018
18:03 brooks search for other commits by this committer
Switch to EXTRA_PATCHES directories.

Delete unreferenced patches.

No functional changes.
Original commitRevision:461160 
Wednesday, 24 Jan 2018
17:29 brooks search for other commits by this committer
Update to a new snapshot.

Fix builds on platforms without OPENMP support.

Run ccache-update-links on install and deinstall. [0]

PR:		217572 [0]
Original commitRevision:459847 
Friday, 19 Jan 2018
23:30 brooks search for other commits by this committer
Update to a new snapshot, now on the 7.0 line. [0]

Depend explicitly on python2.7. [1]

Install clang headers as they are now believed to work properly with
FreeBSD headers.

PR:		225315 [0], 225144 [1]
Submitted by:	sunpoet [1]
Differential Revision:	https://reviews.freebsd.org/D13984
Original commitRevision:459483 
Tuesday, 19 Dec 2017
00:32 brooks search for other commits by this committer
Fix build on 10.3.

This disables OPENMP which failes to compile and uses an ABI breaking
flag to work around 10.3 lacking some libc++ functionality (suggsted by
dim@).
Original commitRevision:456697 
Tuesday, 12 Dec 2017
04:26 jbeich search for other commits by this committer
devel/llvm-devel: re-try on powerpc* after r449590
Original commitRevision:456103 
Thursday, 7 Dec 2017
18:08 brooks search for other commits by this committer
Update to a new snapshot.
Original commitRevision:455746 
Thursday, 30 Nov 2017
20:55 brooks search for other commits by this committer
Update to a fresh snapshot.

Enable RTTI.
Original commitRevision:455226 
Monday, 13 Nov 2017
02:47 brooks search for other commits by this committer
Update to a new snapshot.

This includes the fix for posix_fallocate not being supported on ZFS.

PR:		223383, 223440
Reported by:	Mark Millard
Original commitRevision:454097 
Monday, 30 Oct 2017
10:19 brooks search for other commits by this committer
Update to an October 23rd snapshot.

Merge cleanups to targets.[0]

PR:		221908 [0]
Original commitRevision:453163 
Friday, 22 Sep 2017
10:48 mat search for other commits by this committer
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Original commitRevision:450351 
Wednesday, 20 Sep 2017
01:08 brooks search for other commits by this committer
Update to a new snapshot.

Fix location of compiler_rt libraries. [0]

Fix hardcoded clang-format version. [1]

PR:		216950 [0], 220995 [1]
Original commitRevision:450182 
Friday, 15 Sep 2017
23:22 brooks search for other commits by this committer
Upgrade to a new snapshot.  Now named 6.0.
Original commitRevision:449939 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
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
Original commitRevision:449591 
Sunday, 25 Jun 2017
21:07 tcberner search for other commits by this committer
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
Original commitRevision:444324 
Thursday, 25 May 2017
18:33 brooks search for other commits by this committer
Disable LLDB on FreeBSD 10.

It's reliably failing to build on the ports cluster likely due to a
compiler or libc++ issue.
Original commitRevision:441708 
Wednesday, 24 May 2017
21:38 brooks search for other commits by this committer
Update to a new snapshot.

There is reason to believe that this snapshot fixes build issues on
10.x.

Catch up with the ino64 change.[0]

Submitted by:	kib [0]
Original commitRevision:441621 
Monday, 22 May 2017
17:39 bdrewery search for other commits by this committer
Fix build when LOCALBASE is not /usr/local.

Reviewed by:	brooks
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D10859
Original commitRevision:441483 
Thursday, 18 May 2017
01:00 brooks search for other commits by this committer
Update to new snapshot.

Allow build with Python 3 as default[0].

PR:		219222 [0]
Submitted by:	daniel@blodan.se [0]
Original commitRevision:441125 
Saturday, 29 Apr 2017
06:32 linimon search for other commits by this committer
Provide more descriptive error messages for ports failing on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:439720 
Monday, 17 Apr 2017
14:40 miwi search for other commits by this committer
- Fix Shebangs
Original commitRevision:438697 
Saturday, 15 Apr 2017
14:11 linimon search for other commits by this committer
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"
Original commitRevision:438584 
Wednesday, 5 Apr 2017
21:12 brooks search for other commits by this committer
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.
Original commitRevision:437835 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
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
Original commitRevision:437439 
Friday, 31 Mar 2017
16:01 brooks search for other commits by this committer
Upgrade to a fresh snapshot.

Attempt to reduce package size when built with -DWITH_DEBUG.[0]

Submitted by:	dim [0]
Sponsored by:	DARPA, AFRL
Original commitRevision:437368 
Wednesday, 29 Mar 2017
14:43 jbeich search for other commits by this committer
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
Original commitRevision:437204 
Sunday, 12 Feb 2017
01:52 brooks search for other commits by this committer
Update to a fresh snapshot.
Original commitRevision:433921 
Saturday, 14 Jan 2017
01:33 brooks search for other commits by this committer
Update to a new snapshot.
Original commitRevision:431454 
Friday, 9 Dec 2016
11:41 tcberner search for other commits by this committer
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
Original commitRevision:428179 
Wednesday, 7 Dec 2016
20:03 brooks search for other commits by this committer
Update to a fresh snapshot.

Install bin/ld.lld-devel.

PR:		214932
Sponsored by:	DARPA, AFRL
Original commitRevision:428083 
Wednesday, 16 Nov 2016
00:52 brooks search for other commits by this committer
Update to a fresh snapshot.

Unabled shared libLLVM. [0]

Submitted by:	kwm [0]
Original commitRevision:426205 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Wednesday, 5 Oct 2016
18:53 brooks search for other commits by this committer
Update to a new snapshot.

Look for ld.gold in LOCALBASE to fix builds on DragonFly. [0]

Merge a number of improvements from PR 212334 [1]:
- Use VAR option helper for _USES_PYTHON variable
- Use new GH_SUBDIR option helper, instead of post-extract-* targets
- Add libxml2 to USE_GNOME for CLANG option
- Replace blank space(s) with tab for some cases
- Add dependency on CLANG for COMPILER_RT option

Make -fopenmp work [2].

PR:		212334[1], 203223[2]
Submitted by:	lightside@gmx.com[1], marino[0]
Sponsored by:	DARPA, AFRL
Original commitRevision:423371 
Thursday, 1 Sep 2016
22:06 brooks search for other commits by this committer
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
Original commitRevision:421246 
Saturday, 27 Aug 2016
17:32 brooks search for other commits by this committer
Only enable the GOLD option by defult on amd64.

It's known to be broken on i386.
Original commitRevision:420988 
Wednesday, 24 Aug 2016
18:03 brooks search for other commits by this committer
Update to a fresh snapshot.
Original commitRevision:420809 
Tuesday, 16 Aug 2016
10:05 brooks search for other commits by this committer
Update to a fresh snapshot.
Original commitRevision:420275 
Saturday, 30 Jul 2016
23:42 brooks search for other commits by this committer
Fix a plist generation bug that broke the !COMPILER_RT case.

PR:		211422
Also reported by:	marino
Original commitRevision:419336 
Tuesday, 26 Jul 2016
17:23 brooks search for other commits by this committer
Update to a new snapshot.  LLVM HEAD is now 4.0.

Fix some libraries that should have been under EXTRAS. [0]

PR:		211309 [0]
Submitted by:	greenreaper@hotmail.com [0]
Original commitRevision:419137 
Sunday, 15 May 2016
21:55 brooks search for other commits by this committer
Update to a May 13th snapshot.
Original commitRevision:415288 
Tuesday, 3 May 2016
22:53 brooks search for other commits by this committer
Update to a new snapshot.

Fix amd64 build when ${CC} -m32 doesn't work.

Assorted cleanups.
Original commitRevision:414565 
Sunday, 24 Apr 2016
16:14 brooks search for other commits by this committer
Upgrade to a new snapshot.

Build compiler-rt alongside LLVM.  It requires clang headers that we don't
install because they are incompatible with FreeBSD headers.  To make this
work, configure and build compiler-rt in the post-build phase against the
built, but not yet installed llvm tree.

PR:		208900, 208923
Original commitRevision:413948 
Thursday, 21 Apr 2016
20:53 brooks search for other commits by this committer
Update to a new snapshot and remove support for FreeBSD systems where
the C++11 compiler isn't clang (most specifically 9.x).
Original commitRevision:413756 
16:43 swills search for other commits by this committer
many ports: mark broken on powerpc64
Original commitRevision:413746 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Tuesday, 23 Feb 2016
20:21 brooks search for other commits by this committer
LLD also doesn't build on 9 due to broken C++11 support.
Original commitRevision:409443 
Wednesday, 17 Feb 2016
22:17 brooks search for other commits by this committer
Update llvm-devel to a new 3.9 snapshot.

Mark complier-rt-devel as broken for now to stop blocking the llvm-devel
update.
Original commitRevision:409072 
Friday, 4 Dec 2015
13:04 brooks search for other commits by this committer
Update a fresh snapshot.
Original commitRevision:402983 
Monday, 23 Nov 2015
17:28 brooks search for other commits by this committer
Update llvm-devel and compiler-rt-devel to a new snapshot.

Add a script to update the snapshot SHAs.

Disable clang-tools-extras when building with gcc on FreeBSD due to the
incomplete C++11 support.

Fix a plist bug when lldb wasn't installed.
Original commitRevision:402286 

Number of commits found: 317 (showing only 100 on this page)

«  1 | 2 | 3 | 4  »