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: 315 (showing only 100 on this page)

«  1 | 2 | 3 | 4  »  

Friday, 23 Oct 2015
23:36 brooks search for other commits by this committer
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]
Original commitRevision:400065 
Friday, 21 Aug 2015
11:53 brooks search for other commits by this committer
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.
Original commitRevision:394938 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Original commitRevision:394508 
Monday, 10 Aug 2015
19:07 rpaulo search for other commits by this committer
Bump PORTREVISION for llvm{37,devel}.
Original commitRevision:393887 
19:04 rpaulo search for other commits by this committer
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
Original commitRevision:393886 
Saturday, 8 Aug 2015
00:11 brooks search for other commits by this committer
Update to the latest commits on the mirror (2015-08-06).
Original commitRevision:393706 
Tuesday, 4 Aug 2015
03:52 brooks search for other commits by this committer
Disable LLDB when the chosen compiler is gcc.

On platforms where the system compiler isn't clang (including 9.x),
USES=compiler:c++11-lib uses gcc48 as the compiler.  Unfortunatly, gcc48
does not provide a sufficently complient c++11 environment to build LLDB
when compiled on 9.x and possiably on other platforms.
Original commitRevision:393509 
Thursday, 30 Jul 2015
18:45 brooks search for other commits by this committer
Fix plist when WITH_DEBUG=1 is set.

Submitted by:	kwm
Differential Revision:	https://reviews.freebsd.org/D3196
Original commitRevision:393254 
17:47 brooks search for other commits by this committer
Use option helpers where possible.[0]

Assorted tidying.

PR:		201986 [0]
Submitted by:	mat [0]
Original commitRevision:393253 
01:22 brooks search for other commits by this committer
Fix building with DOCS disabled.

Improve pkg-descr.
Original commitRevision:393212 
Wednesday, 29 Jul 2015
23:28 brooks search for other commits by this committer
Switch to USE_GITHUB's multiple project support.

Hack around the lack of <OPTION>_GH_PROJECT and <OPTION>_GH_TAGNAME support.

Submitted by:	jbeich, mat
Original commitRevision:393204 
17:52 brooks search for other commits by this committer
Fix some mistakes that preventing fetching and building.

I'll switch to USE_GITHUB in a later commit.

Submitted by:	jbeich
Original commitRevision:393190 
Tuesday, 28 Jul 2015
00:56 brooks search for other commits by this committer
Add support for lld, the LLVM linker.

Update/add missing option descriptions.
Original commitRevision:393044 
00:25 brooks search for other commits by this committer
Add a option (on by default) to build LLDB.
Original commitRevision:393042 
Monday, 27 Jul 2015
21:48 brooks search for other commits by this committer
Only try to build libiomp on amd64.

It should be possible to build on i386, arm, aarch64, and powerpc64, but
I can't currently test any of those.
Original commitRevision:393039 
Friday, 24 Jul 2015
23:40 brooks search for other commits by this committer
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
Original commitRevision:392851 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Wednesday, 13 May 2015
14:54 brooks search for other commits by this committer
Use svnlite in the maintainer BOOTSTRAP target.

Requested by:	xmj
Original commitRevision:386221 
Monday, 6 Apr 2015
21:51 brooks search for other commits by this committer
Upgrade to r234164.

PR:		197908 (seems to build with gcc 4.9)
Original commitRevision:383482 
Thursday, 15 Jan 2015
19:04 brooks search for other commits by this committer
Update to r225991 (the 3.6 branch point).
Original commitRevision:377138 
Thursday, 18 Dec 2014
22:42 brooks search for other commits by this committer
Make default target triple match base clang.

PR:		194487
Submitted by:	Jan Beich <jbeich@vfemail.net>
Original commitRevision:374928 
Tuesday, 18 Nov 2014
23:29 brooks search for other commits by this committer
Update clang-devel and llvm-devel to r222267.
Original commitRevision:372755 
Thursday, 25 Sep 2014
19:10 brooks search for other commits by this committer
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
Original commitRevision:369283 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Thursday, 21 Aug 2014
12:43 brooks search for other commits by this committer
Upgrade to 3.6.r216160.
Original commitRevision:365552 
Friday, 15 Aug 2014
15:41 brooks search for other commits by this committer
Update to r211638.
Original commitRevision:364981 
Tuesday, 29 Jul 2014
18:41 adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363371 
Wednesday, 25 Jun 2014
05:35 bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Original commitRevision:359185 
Monday, 2 Jun 2014
22:59 brooks search for other commits by this committer
Modern versions of LLVM will never build on IA64 so mark them as such and
remove attempts to allow IA64 to work.

PR:		188166
Submitted by:	mexas@bris.ac.uk
Original commitRevision:356258 
Tuesday, 6 May 2014
16:59 brooks search for other commits by this committer
Make PREFIX clean.

Use more bsd.options.mk features.

Mark broken prior to 9.0 due to bizzare errors from gcc on 8.4.
Original commitRevision:353107 
Monday, 14 Apr 2014
21:34 brooks search for other commits by this committer
Our use of cmake is unconventional so we need to pass CC and CXX to it
directly rather than relying on ports infrastructure.
Original commitRevision:351292 
Friday, 28 Mar 2014
14:07 brooks search for other commits by this committer
The configure scripts require a C++11 standard library as well as a
C++11 compiler.

Reported by	Andrzej Tobola <ato@iem.pw.edu.pl>
Original commitRevision:349423 
Thursday, 27 Mar 2014
22:37 brooks search for other commits by this committer
Hopefully fix builds on systems where cc isn't a C++11 compiler.
Original commitRevision:349369 
Saturday, 15 Mar 2014
06:45 brooks search for other commits by this committer
Upgrade to r203994.
Original commitRevision:348290 
Friday, 28 Feb 2014
22:02 brooks search for other commits by this committer
Recent versions of clang should work find on sparc64 and arm so mark
them not broken.  We'll patch if it turns out they have issues.

Requested by:	rdivacky (sparc64)
Original commitRevision:346579 
Wednesday, 6 Nov 2013
00:13 brooks search for other commits by this committer
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.
Original commitRevision:332935 
Wednesday, 16 Oct 2013
17:34 brooks search for other commits by this committer
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++.
Original commitRevision:330523 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Monday, 16 Sep 2013
09:22 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327373 
Wednesday, 4 Sep 2013
15:57 brooks search for other commits by this committer
Upgrade clang, dragonegg, and llvm -devel ports to r182968.
Original commitRevision:326289 
Saturday, 24 Aug 2013
14:05 brooks search for other commits by this committer
Reduce diffs to devel/llvm33 by removing a few obsolete bits and making
the building of cmake support files optional.
Original commitRevision:325297 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Wednesday, 12 Jun 2013
16:20 brooks search for other commits by this committer
Correct some WRKDIR relative paths in the cmake files so they actually
work.  I've verified that libobjc2 builds with them installed.

Remove the conflict with llvm-3.3 and later.  Newer ports will not
conflict.
Original commitRevision:320704 
Friday, 31 May 2013
20:49 brooks search for other commits by this committer
Update clang/dragonegg/llvm-devel to subversion rev r182968.
Original commitRevision:319542 
Thursday, 23 May 2013
15:30 brooks search for other commits by this committer
Now that I'm installing lit, we need a runtime dependency on python so
the deinstall order is correct.
Original commitRevision:318878 
Wednesday, 22 May 2013
19:31 brooks search for other commits by this committer
Add a new option MANPAGES to allow man pages to be supressed. [0]

Remove USE_GCC=4.2+ as all supported versions have an acceptable version
of gcc by default.[0]

Remove the long unused MAINTAINER_MODE variable.

Submitted by:	tijl [0]
Original commitRevision:318790 
Tuesday, 14 May 2013
22:10 brooks search for other commits by this committer
Upgrade LLVM, Clang, and Dragonegg to svn rev r181598.

Install all *intrin*.h files.
Original commitRevision:318206 
Thursday, 14 Mar 2013
19:19 brooks search for other commits by this committer
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.
Original commitRevision:314179 
Monday, 11 Mar 2013
18:32 brooks search for other commits by this committer
Upgrade llvm-devel, clang-devel, and dragonegg-devel46 to r174891 (circa
Feb 27th).  Add FileCheck and llvm-lit binaries as some consumers need
them.
Original commitRevision:313927 
Wednesday, 13 Feb 2013
15:03 brooks search for other commits by this committer
Don't implicitely require devel/ninja.

Reported by:	avg
Original commitRevision:312160 
Monday, 11 Feb 2013
19:11 brooks search for other commits by this committer
Fix cmake depend.

Correct pre-expansion of ${DATADIR} in plist.

Reported by:	FreshPorts, portlint
Original commitRevision:312076 
19:02 brooks search for other commits by this committer
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.
Original commitRevision:312075 
Friday, 11 Jan 2013
16:52 brooks search for other commits by this committer
Fix build with PACKAGE_BUILDING or MAINTAINER_MODE.

Reported by:	bdrewery
Original commitRevision:310241 
Thursday, 10 Jan 2013
18:01 brooks search for other commits by this committer
Update the develoment version of the llvm, clang and dragonegg ports to
3.3.r172076.
Original commitRevision:310192 
Friday, 14 Sep 2012
21:03 brooks search for other commits by this committer
Upgrade to svn rev r163622.  Several fixes to FreeBSD support for -pie and
mips as well as reported improvements to the MIPS backend.
Original commitRevision:304297 
Friday, 3 Aug 2012
21:09 brooks search for other commits by this committer
Always build manpages.
Add a couple of missing plist entries.

PR:		ports/170028
Submitted by:	4721@hushmail.com
Original commit
Monday, 16 Jul 2012
22:55 brooks search for other commits by this committer
Update to a 3.2 snapshot.  OPTIONSng-ify.  Reduce diffs with non-devel
ports.
Original commit
Friday, 13 Apr 2012
22:52 brooks search for other commits by this committer
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.
Original commit
Saturday, 3 Mar 2012
03:48 brooks search for other commits by this committer
Now that gold is built in devel/binutils in 9.0 and later, make the
LTO option available.
Original commit
Wednesday, 22 Feb 2012
23:19 brooks search for other commits by this committer
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.
Original commit
Monday, 17 Oct 2011
20:08 brooks search for other commits by this committer
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.
Original commit
Thursday, 16 Jun 2011
15:07 brooks search for other commits by this committer
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.
Original commit
Thursday, 7 Apr 2011
18:36 dinoex search for other commits by this committer
- add CONFLICTS
Original commit
Thursday, 24 Feb 2011
21:54 brooks search for other commits by this committer
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.
Original commit
Friday, 10 Dec 2010
21:43 brooks search for other commits by this committer
Install manpages in the NOPORTDOCS case.

Don't depend on PYTHON since it's only needed by clang which is a
seperate port.

Minor cleanup and diff reduction relative to devel/llvm
Original commit
Thursday, 9 Dec 2010
22:54 brooks search for other commits by this committer
Hopefully really fix the NOPORTDOCS case by using the --disable-docs
option I just found for configure.
Original commit
19:29 brooks search for other commits by this committer
Update to r121368.

Reduce diff between llvm/Makefile and llvm-devel/Makefile.

Hopefully fix NOPORTDOCS case.  Currently this bogusly disables
manpages.
Original commit
Friday, 15 Oct 2010
19:39 brooks search for other commits by this committer
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.
Original commit
Monday, 30 Aug 2010
22:55 brooks search for other commits by this committer
Upgrade to r112486.

Disable asserts by default as they break threading programs.[1]

PR:             ports/149746 [1]
Submitted by:   avilla
Original commit
Thursday, 17 Jun 2010
17:35 brooks search for other commits by this committer
Upgrade to r104832 (the version in head.)
Original commit
Thursday, 6 May 2010
21:15 brooks search for other commits by this committer
Don't install pre-patch versions of clang header files.

Reported by:    jkim
Original commit
15:35 brooks search for other commits by this committer
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]
Original commit
Thursday, 22 Apr 2010
01:53 brooks search for other commits by this committer
Update to r102038.

On i386, force compliation with -O2 to avoid a -O3 bug in the base gcc.
Original commit
Thursday, 18 Mar 2010
19:33 brooks search for other commits by this committer
Upgrade to r98833.

Revert the previous addition of debugging info.  It made the program too
big to package reliably.
Original commit
Wednesday, 17 Mar 2010
19:10 pav search for other commits by this committer
- Instead of BROKEN, mark it MANUAL_PACKAGE_BUILD:
  -rwxr-xr-x  0 root   wheel 498732122 Mar 17 18:55 bin/clang

Reported by:    brucec/EFnet
Original commit
18:42 pav search for other commits by this committer
- Mark BROKEN: fails to package

Reported by:    pointyhat
Original commit
Wednesday, 3 Mar 2010
20:38 brooks search for other commits by this committer
Fix plist.

Feature safe:   yes
Original commit
20:11 brooks search for other commits by this committer
Update to 97654.

Switch to using the new llvm test framework (lit).  Tests now pass.

Feature safe:   yes
Original commit
Tuesday, 2 Mar 2010
03:58 brooks search for other commits by this committer
Update to r97497.

Enable debugging symbols as suggested by the packaging guide.

Feature safe:   yes
Original commit
Tuesday, 16 Feb 2010
20:14 brooks search for other commits by this committer
Fix a plist bug.  Since the previous version build and installed, but
didn't package, bump PORTREVISION.

Reported by:    QAT
Feature safe:   yes
Original commit
17:58 brooks search for other commits by this committer
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
Original commit
Friday, 8 Jan 2010
22:21 brooks search for other commits by this committer
graphics/opengtl doesn't require that LLVM assertions be disabled so
don't claim it does in the OPTIONS description.

PR:             ports/141783
Submitted by:   Alberto Villa <villa dot alberto at gmail dot com>
Original commit
Tuesday, 8 Dec 2009
17:25 brooks search for other commits by this committer
Fix -DBOOTSTRAP with LANG!=C.

Submitted by:   Frederic Chardon <chardon dot frederic at gmail com>
Original commit
16:08 brooks search for other commits by this committer
Update to r90769.
Build with -fPIC on amd64 and ia64.
Allow the user to disable asserts.

PR:             ports/127718, ports/139207
Original commit
Wednesday, 4 Nov 2009
18:02 brooks search for other commits by this committer
Upgrade to r86028.

Reduce the complexity of CONFLICTS.

Chase plist changes.
Original commit
Sunday, 25 Oct 2009
17:43 brooks search for other commits by this committer
Upgrade to rev 85018.
Original commit
Wednesday, 7 Oct 2009
02:31 brooks search for other commits by this committer
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
Original commit
Saturday, 3 Oct 2009
17:58 brooks search for other commits by this committer
Upgrade to llvm trunk r83078.  Bump the major version to 2.7 since 2.6
has been branced and the release will happen shortly.
Original commit
Sunday, 27 Sep 2009
21:43 brooks search for other commits by this committer
Upgrade to r82217.

Feature safe:   yes
Original commit
Wednesday, 6 May 2009
20:20 brooks search for other commits by this committer
Upgrade to svn rev 71086

The ccc script has been removed and is entierly superceded by the clang
binary.
Original commit
Tuesday, 31 Mar 2009
16:51 brooks search for other commits by this committer
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
        ...
Original commit
Friday, 27 Mar 2009
18:44 brooks search for other commits by this committer
Upgrade to 67853 which reportedly fixes a regression building sh.

Also enable make -j.
Original commit
13:52 brooks search for other commits by this committer
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.
Original commit
Wednesday, 4 Mar 2009
17:00 brooks search for other commits by this committer
Upgrade to r65948 which fixes a few key optimizer bugs.

Avoid installing more conflicting headers.

Tested with:    porttools port test :)
Original commit
Tuesday, 3 Mar 2009
21:05 brooks search for other commits by this committer
Catch a few files and directories I should have noticed during the
previous update.

Reported by:    QAT
Original commit
18:12 brooks search for other commits by this committer
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
Original commit
Monday, 2 Mar 2009
19:52 brooks search for other commits by this committer
Add missing libLTO.so to the plist.

Reported by:    QAT
Original commit
Sunday, 1 Mar 2009
22:45 brooks search for other commits by this committer
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]
Original commit
Friday, 27 Feb 2009
01:34 brooks search for other commits by this committer
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.
Original commit
Thursday, 26 Feb 2009
00:04 brooks search for other commits by this committer
Correctly have run depends on perl and python so clang works.

switch from #!/usr/bin/env p* to actually specifying the path.

Reported by:    Pawel Worach
Original commit

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

«  1 | 2 | 3 | 4  »