non port: devel/llvm-devel/pkg-plist |
SVNWeb
|
Number of commits found: 201 (showing only 100 on this page) |
Thu, 21 Sep 2017
|
[ 23:46 brooks ]
Remove bogus plist entry.
|
Wed, 20 Sep 2017
|
[ 01:08 brooks ]
Update to a new snapshot.
Fix location of compiler_rt libraries. [0]
Fix hardcoded clang-format version. [1]
PR: 216950 [0], 220995 [1]
|
Fri, 15 Sep 2017
|
[ 23:22 brooks ]
Upgrade to a new snapshot. Now named 6.0.
|
Wed, 24 May 2017
|
[ 21:38 brooks ]
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]
|
Thu, 18 May 2017
|
[ 01:00 brooks ]
Update to new snapshot.
Allow build with Python 3 as default[0].
PR: 219222 [0]
Submitted by: daniel@blodan.se [0]
|
Fri, 31 Mar 2017
|
[ 16:01 brooks ]
Upgrade to a fresh snapshot.
Attempt to reduce package size when built with -DWITH_DEBUG.[0]
Submitted by: dim [0]
Sponsored by: DARPA, AFRL
|
Sun, 12 Feb 2017
|
[ 01:52 brooks ]
Update to a fresh snapshot.
|
Sat, 14 Jan 2017
|
[ 01:33 brooks ]
Update to a new snapshot.
|
Wed, 7 Dec 2016
|
[ 20:03 brooks ]
Update to a fresh snapshot.
Install bin/ld.lld-devel.
PR: 214932
Sponsored by: DARPA, AFRL
|
Tue, 22 Nov 2016
|
[ 23:05 brooks ]
Update to a new snapshot.
I've been unable to replicate the build failures I've been seeing form the
cluster if my local poudriere setup. If they continue with this update
I'll turn share library support back off.
|
Wed, 16 Nov 2016
|
[ 00:52 brooks ]
Update to a fresh snapshot.
Unabled shared libLLVM. [0]
Submitted by: kwm [0]
|
Wed, 5 Oct 2016
|
[ 18:53 brooks ]
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
|
Wed, 24 Aug 2016
|
[ 18:03 brooks ]
Update to a fresh snapshot.
|
Tue, 16 Aug 2016
|
[ 10:05 brooks ]
Update to a fresh snapshot.
|
Sat, 30 Jul 2016
|
[ 23:42 brooks ]
Fix a plist generation bug that broke the !COMPILER_RT case.
PR: 211422
Also reported by: marino
|
Tue, 26 Jul 2016
|
[ 17:23 brooks ]
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]
|
Sun, 15 May 2016
|
[ 21:55 brooks ]
Update to a May 13th snapshot.
|
Tue, 3 May 2016
|
[ 22:53 brooks ]
Update to a new snapshot.
Fix amd64 build when ${CC} -m32 doesn't work.
Assorted cleanups.
|
Sun, 24 Apr 2016
|
[ 16:14 brooks ]
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
|
Thu, 21 Apr 2016
|
[ 20:53 brooks ]
Update to a new snapshot and remove support for FreeBSD systems where
the C++11 compiler isn't clang (most specifically 9.x).
|
Tue, 12 Apr 2016
|
[ 22:24 brooks ]
Update llvm-devel to a recent snapshot.
compiler-rt-devel remains BROKEN.
|
Wed, 17 Feb 2016
|
[ 22:17 brooks ]
Update llvm-devel to a new 3.9 snapshot.
Mark complier-rt-devel as broken for now to stop blocking the llvm-devel
update.
|
Fri, 4 Dec 2015
|
[ 13:04 brooks ]
Update a fresh snapshot.
|
Mon, 23 Nov 2015
|
[ 17:28 brooks ]
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.
|
Wed, 18 Nov 2015
|
[ 02:11 brooks ]
Add the extra clang tools.
|
[ 01:46 brooks ]
Update to a November 11th snapshot.
This snapshot reintroduces scan-build-devel as upstream has added an
install target.
|
Fri, 23 Oct 2015
|
[ 23:36 brooks ] (Only the first 10 of 12 ports in this commit are shown above. )
Update llvm-devel to a new snapshot.
Remove embedded compiler-rt build as that no longer works and create a
compiler-rt-devel port (currently supporting i386 and amd64, patches
welcome for other ARCHs).
Cause clang to ignore the -fformat-extensions argument.[1]
Submitted by: Sender Ghost <lightside@gmx.com> [1]
|
Fri, 21 Aug 2015
|
[ 11:53 brooks ]
Upgrade to an August 18th snapshot.
Add support for compiler-rt and various sanitizers. Only works on i386
and amd64 due to now knowing the list of available libraries on each
other platform.
Attempt to allow building with gcc on non-FreeBSD systems.
|
Mon, 10 Aug 2015
|
[ 19:04 rpaulo ]
llvm{37,devel}: build and enable LLVM's gold plugin.
This makes it possible to use Link Time Optimisations in with
-fuse-ld=gold.
Reviewed by: brooks
Approved by: brooks
Differential Revision: https://reviews.freebsd.org/D3335
|
Sat, 8 Aug 2015
|
[ 00:11 brooks ]
Update to the latest commits on the mirror (2015-08-06).
|
Thu, 30 Jul 2015
|
[ 18:45 brooks ]
Fix plist when WITH_DEBUG=1 is set.
Submitted by: kwm
Differential Revision: https://reviews.freebsd.org/D3196
|
Tue, 28 Jul 2015
|
[ 00:56 brooks ]
Add support for lld, the LLVM linker.
Update/add missing option descriptions.
|
[ 00:25 brooks ]
Add a option (on by default) to build LLDB.
|
Fri, 24 Jul 2015
|
[ 23:40 brooks ] (Only the first 10 of 14 ports in this commit are shown above. )
Mostly complete redo to the build of -devel LLVM ports:
- Switch to cmake.
- Combine all builds into devel/llvm-devel.
- Remove devel/libiomp5-devel
- Make lang/clang-devel a metaport so people can still find it.
Upgrade a snapshot shortly after the 3.7 branch point.
Sponsored by: DARPA, AFRL
|
Fri, 8 May 2015
|
[ 21:30 brooks ] (Only the first 10 of 13 ports in this commit are shown above. )
Update clang-devel and llvm-devel to r236894.
Add a port of the Intel/LLVM OpenMP runtime library.
Sponsored by: DARPA, AFRL
|
Mon, 6 Apr 2015
|
[ 21:51 brooks ]
Upgrade to r234164.
PR: 197908 (seems to build with gcc 4.9)
|
Thu, 15 Jan 2015
|
[ 19:04 brooks ]
Update to r225991 (the 3.6 branch point).
|
Thu, 18 Dec 2014
|
[ 20:46 brooks ]
Upgrade to r224537.
Add support for -fformat-exentions as a no-op in clang. [0]
Submitted by: lightside@gmx.com [0]
|
Tue, 18 Nov 2014
|
[ 23:29 brooks ]
Update clang-devel and llvm-devel to r222267.
|
Mon, 27 Oct 2014
|
[ 10:40 bapt ] (Only the first 10 of 272 ports in this commit are shown above. )
Cleanup plist
|
Thu, 25 Sep 2014
|
[ 19:10 brooks ] (Only the first 10 of 11 ports in this commit are shown above. )
Upgrade to r218451.
USES=python
Give llvm a chance to build on arm* and powerpc64 systems. [0]
PR: 191996 [0]
Submitted by: direct727@gmail.com [0]
Sponsored by: DARPA, AFRL
|
Thu, 21 Aug 2014
|
[ 12:43 brooks ]
Upgrade to 3.6.r216160.
|
Fri, 15 Aug 2014
|
[ 15:41 brooks ]
Update to r211638.
|
Sat, 15 Mar 2014
|
[ 06:45 brooks ]
Upgrade to r203994.
|
Wed, 6 Nov 2013
|
[ 00:13 brooks ] (Only the first 10 of 15 ports in this commit are shown above. )
Upgrade the llvm development ports to r193887. We're about two weeks
from the LLVM 3.4 branch starting.
Apply the clang portion of r255321 from base switching the default C++
library to libc++ on 10+.
Correct clang's notion of the underlying type of (u)intmax_t on MIPS64.
|
Wed, 16 Oct 2013
|
[ 17:34 brooks ]
Upgrade to 3.4.r191854.
STAGIFY
Mark dragonegg IGNORE on systems where the default compiler defaults to
libc++ on the grounds the the clang/llvm ports are likely linked with it
and thus won't work with gcc and libstdc++.
|
Wed, 4 Sep 2013
|
[ 15:57 brooks ]
Upgrade clang, dragonegg, and llvm -devel ports to r182968.
|
Sat, 24 Aug 2013
|
[ 14:05 brooks ]
Reduce diffs to devel/llvm33 by removing a few obsolete bits and making
the building of cmake support files optional.
|
Fri, 31 May 2013
|
[ 20:49 brooks ]
Update clang/dragonegg/llvm-devel to subversion rev r182968.
|
Tue, 14 May 2013
|
[ 22:10 brooks ] (Only the first 10 of 12 ports in this commit are shown above. )
Upgrade LLVM, Clang, and Dragonegg to svn rev r181598.
Install all *intrin*.h files.
|
Thu, 14 Mar 2013
|
[ 19:19 brooks ]
Install lit.1 such that it actually works after "make clean" is run.
Retain a llvm-lit links for code that can build with either an
installed LLVM or an LLVM source tree.
Minor makefile cleanup.
|
Mon, 11 Mar 2013
|
[ 18:32 brooks ]
Upgrade llvm-devel, clang-devel, and dragonegg-devel46 to r174891 (circa
Feb 27th). Add FileCheck and llvm-lit binaries as some consumers need
them.
|
Mon, 11 Feb 2013
|
[ 19:11 brooks ]
Fix cmake depend.
Correct pre-expansion of ${DATADIR} in plist.
Reported by: FreshPorts, portlint
|
[ 19:02 brooks ]
Upgrade llvm-devel and related ports to 3.3.r174891.
Install .cmake files for devel/llvm-devel so projects that use cmake can
build against the installed copy.
|
Thu, 10 Jan 2013
|
[ 18:01 brooks ] (Only the first 10 of 13 ports in this commit are shown above. )
Update the develoment version of the llvm, clang and dragonegg ports to
3.3.r172076.
|
Fri, 14 Sep 2012
|
[ 21:03 brooks ]
Upgrade to svn rev r163622. Several fixes to FreeBSD support for -pie and
mips as well as reported improvements to the MIPS backend.
|
Thu, 23 Aug 2012
|
[ 21:04 brooks ]
Update LLVM and Clang to r162438 plus a couple patchs to make it possible
to target MIPS with FreeBSD's base binutils.
|
Fri, 3 Aug 2012
|
[ 21:09 brooks ]
Always build manpages.
Add a couple of missing plist entries.
PR: ports/170028
Submitted by: 4721@hushmail.com
|
Mon, 16 Jul 2012
|
[ 22:55 brooks ]
Update to a 3.2 snapshot. OPTIONSng-ify. Reduce diffs with non-devel
ports.
|
Fri, 13 Apr 2012
|
[ 22:52 brooks ]
Update to LLVM and Clang 3.1.r154687, unless specific issues are found
that need to be fixed to support testing, this is likely the last -devel
update before 3.1 is released.
|
Wed, 22 Feb 2012
|
[ 23:19 brooks ]
Upgrade to llvm/clang r150242.
Enable installation of the shared libaray in LLVM.
Add preliminary support for building and installing the gold linker
plugin. No option is avaiable to turn it on (use -DWITH_LTOPLUGIN)
because devel/binutils does not yet build the gold linker.
|
Mon, 17 Oct 2011
|
[ 20:08 brooks ]
Upgrade to r141985. The is contemporary with the creation of the 3.0
branch. Please test and report bugs to the llvm developers to make 3.0
a good release.
|
Thu, 16 Jun 2011
|
[ 15:07 brooks ]
Upgrade the LLVM and Clang -devel ports to r133062.
Update the conflicts lines in all the llvm and clang ports to conflict
with 3.x as well as 2.x and generally simplify the conflict definitions
following the example of llvm-etoile.
|
Thu, 24 Feb 2011
|
[ 21:54 brooks ]
Upgrade to LLVM and Clang r126079 to match the version in HEAD.
Add support to the LLVM makefile to set SVN_REV externally to make
upgrading to a specific version easier.
|
Thu, 9 Dec 2010
|
[ 19:29 brooks ]
Update to r121368.
Reduce diff between llvm/Makefile and llvm-devel/Makefile.
Hopefully fix NOPORTDOCS case. Currently this bogusly disables
manpages.
|
Fri, 15 Oct 2010
|
[ 19:39 brooks ] (Only the first 10 of 14 ports in this commit are shown above. )
Upgrade LLVM and Clang to r116582 and bump the overall version to 2.9
since 2.8 has shipped.
Split out the clang portion of devel/llvm-devel into lang/clang-devel.
|
Mon, 30 Aug 2010
|
[ 22:55 brooks ]
Upgrade to r112486.
Disable asserts by default as they break threading programs.[1]
PR: ports/149746 [1]
Submitted by: avilla
|
Thu, 17 Jun 2010
|
[ 17:35 brooks ]
Upgrade to r104832 (the version in head.)
|
Thu, 6 May 2010
|
[ 21:15 brooks ]
Don't install pre-patch versions of clang header files.
Reported by: jkim
|
[ 15:35 brooks ]
Update to r103179.
Start calling this 2.8.r* since 2.7 has shipped.
Add support for FreeBSD printf format extensions.[0]
Submitted by: rdivacky [0]
|
Thu, 22 Apr 2010
|
[ 01:53 brooks ]
Update to r102038.
On i386, force compliation with -O2 to avoid a -O3 bug in the base gcc.
|
Mon, 5 Apr 2010
|
[ 17:33 brooks ]
Upgrade to r100430.
|
Thu, 18 Mar 2010
|
[ 19:33 brooks ]
Upgrade to r98833.
Revert the previous addition of debugging info. It made the program too
big to package reliably.
|
Wed, 3 Mar 2010
|
[ 20:38 brooks ]
Fix plist.
Feature safe: yes
|
Tue, 2 Mar 2010
|
[ 03:58 brooks ]
Update to r97497.
Enable debugging symbols as suggested by the packaging guide.
Feature safe: yes
|
Tue, 16 Feb 2010
|
[ 20:14 brooks ]
Fix a plist bug. Since the previous version build and installed, but
didn't package, bump PORTREVISION.
Reported by: QAT
Feature safe: yes
|
[ 17:58 brooks ]
Update to r96348.
This update is reported to be self hosting with -O2.
This update contains a hack of setting REQUIRES_RTTI=1 globaly which
isn't optimal, but works around a problem a people have seen in
testing.
Feature safe: yes
|
Tue, 8 Dec 2009
|
[ 16:08 brooks ]
Update to r90769.
Build with -fPIC on amd64 and ia64.
Allow the user to disable asserts.
PR: ports/127718, ports/139207
|
Wed, 4 Nov 2009
|
[ 18:02 brooks ]
Upgrade to r86028.
Reduce the complexity of CONFLICTS.
Chase plist changes.
|
Fri, 30 Oct 2009
|
[ 05:54 brooks ]
correct plist
|
Sun, 25 Oct 2009
|
[ 17:43 brooks ]
Upgrade to rev 85018.
|
Wed, 7 Oct 2009
|
[ 02:31 brooks ]
Upgrade to r83443 which contains some FreeBSD specific fixes.
Add USE_GCC=4.2+ to hopefully allow 6.x systems to build this.
Prodded by: rdivacky
|
Sat, 3 Oct 2009
|
[ 17:58 brooks ]
Upgrade to llvm trunk r83078. Bump the major version to 2.7 since 2.6
has been branced and the release will happen shortly.
|
Sun, 27 Sep 2009
|
[ 21:43 brooks ]
Upgrade to r82217.
Feature safe: yes
|
Wed, 6 May 2009
|
[ 20:20 brooks ]
Upgrade to svn rev 71086
The ccc script has been removed and is entierly superceded by the clang
binary.
|
Tue, 31 Mar 2009
|
[ 16:51 brooks ]
Upgrade to r68053. Should fix problems with scan-build not finding
clang-cc.
Move the svn revision out into it's own file to allow do-fetch to update
it in the -DBOOTSTRAP case. This makes it easier to do:
make -DBOOTSTRAP makesum
make
...
|
Fri, 27 Mar 2009
|
[ 13:52 brooks ]
Upgrade to r67766.
The most visiable change is that what was bin/clang is now installed as
libexec/clang-cc and bin/clang is the new C++ driver which will
eventually replace ccc.
|
Wed, 4 Mar 2009
|
[ 17:00 brooks ]
Upgrade to r65948 which fixes a few key optimizer bugs.
Avoid installing more conflicting headers.
Tested with: porttools port test :)
|
Tue, 3 Mar 2009
|
[ 21:05 brooks ]
Catch a few files and directories I should have noticed during the
previous update.
Reported by: QAT
|
[ 18:12 brooks ]
Update to r65948.
Add printf0 support. [1]
Install the clang C headers (excluding std*.h since we have our own) now
that the installer puts them somewhere sane.
Submitted by: ed
|
Mon, 2 Mar 2009
|
[ 19:52 brooks ]
Add missing libLTO.so to the plist.
Reported by: QAT
|
Sun, 1 Mar 2009
|
[ 22:45 brooks ]
Upgrade to a snapshot of svn rev r65789.
Improve the patch for format string checking. [1]
Correctly refect that this is a 2.6 snapshot since 2.5 has been branched.
Submitted by: ed [1]
|
Fri, 27 Feb 2009
|
[ 01:34 brooks ]
Update to llvm as of r65584 which includes wchar support.
Switch to using svn revision numbers instead of date based snapshots,
fortunatly X.r[0-9]* > X.s[0-9]* in our version scheme.
|
Wed, 25 Feb 2009
|
[ 20:49 brooks ]
Update to a new snapshot.
Install a missing piece of scan-build. [1]
Submitted by: Pawel Worach <pawel dot worach at gmail dot com> [1]
|
Tue, 24 Feb 2009
|
[ 17:00 brooks ]
Remove some plist bogons that crept in during late (incorrect) testing.
Reported by: QAT
|
Mon, 23 Feb 2009
|
[ 19:15 brooks ]
Update to a snapshot from yesterday.
Requested by: rdivacky
|
Tue, 17 Feb 2009
|
[ 02:15 brooks ]
Upgrade to a snapshot from yesterday (just pre 2.5).
|
Sat, 15 Nov 2008
|
[ 18:46 brooks ]
Fix a plist bug.
Reported by: QAT
|
Thu, 6 Nov 2008
|
[ 23:07 brooks ]
Update a November 5th snapshot, fix the plist.
|
Wed, 20 Aug 2008
|
[ 22:31 brooks ]
Upgrade to a snapshot from 8/17.
Temporarily put the regression-test target under if
defined(MAINTAINER_MODE) because it eats /dev/null if run as root and
the package cluster runs it as root.
|
Number of commits found: 201 (showing only 100 on this page) |