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
non port: lang/clang33/Makefile
SVNWeb

Number of commits found: 31

Tue, 6 Feb 2018
[ 16:55 amdmi3 search for other commits by this committer ] Original commit   Revision:461076
- Limit python version with 2.7, fails with python3:

checking for python >= 2.5...   File "<string>", line 1
    import sys; print sys.version.split()[0]
                        ^
SyntaxError: invalid syntax

- Fix shebang in scan-view script

Approved by:	portmgr blanket
Thu, 25 May 2017
[ 14:35 bapt search for other commits by this committer ] Original commit   Revision:441694
Register dependency on groff
Thu, 3 Nov 2016
[ 15:47 linimon search for other commits by this committer ] Original commit   Revision:425232
Now appear to build on sparc64.

Approved by:	portmgr (tier-2 blanket)
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
Fri, 1 Apr 2016
[ 14:08 mat search for other commits by this committer ] Original commit   Revision:412347 (Only the first 10 of 481 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 17 Jan 2016
[ 14:32 pawel search for other commits by this committer ] Original commit   Revision:406510
Remove deprecated @dirrm

Approved by:	portmgr blanket
Tue, 19 May 2015
[ 14:18 marino search for other commits by this committer ] Original commit   Revision:386779
lang/clang3*, lang/clang-devel: set environment during build

The clang ports override the default build target, but the new targets
fail to set the environment like the default target does.  This patch
passes MAKE_ENV to environment.

It also combines compounds to a single make cmd and unsuppresses the
commands so the output shows on the build logs.

PR:		199500
Submitted by:	marino
Approved by:	brooks (maintainer)
Fri, 19 Dec 2014
[ 01:23 brooks search for other commits by this committer ] Original commit   Revision:374937
Make default target triple match base clang.

PR:		194487
Submitted by:	Jan Beich <jbeich@vfemail.net>
Sat, 27 Sep 2014
[ 01:25 brooks search for other commits by this committer ] Original commit   Revision:369352
Install scan-view dependencies.

Tell the user the correct scan-view to run.

PR:		193955
Sponsored by:	DARPA, AFRL
Wed, 25 Jun 2014
[ 05:35 bapt search for other commits by this committer ] Original commit   Revision:359185 (Only the first 10 of 304 ports in this commit are shown above. View all ports for this commit)
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
Tue, 17 Jun 2014
[ 16:50 brooks search for other commits by this committer ] Original commit   Revision:358147
Add PORTREVISiON bump missing from r358139.
[ 15:55 brooks search for other commits by this committer ] Original commit   Revision:358139
Add back support for scan-build.[1]

Change ccc-analyzer's default compiler to clang.[2]

Install unwind.h.[3]

PR:		ports/185733 [1], ports/183802 [2], ports/186173 [3]
Tue, 4 Mar 2014
[ 23:04 brooks search for other commits by this committer ] Original commit   Revision:347084
Replace %%DATADIR%% in patched scan-build.

PR:		ports/187193, ports/187243
Submitted by:	Li-Wen Hsu <lwhsu@FreeBSD.org>
Fri, 14 Feb 2014
[ 21:49 brooks search for other commits by this committer ] Original commit   Revision:344317
Fix build when python 3 is the default.

PR:		ports/186641, ports/186642
Submitted by:	Gereon Kaiping <kta1c10!gereon@linta.de>
Sun, 5 Jan 2014
[ 01:25 brooks search for other commits by this committer ] Original commit   Revision:338734
Install altivec.h and cpuid.h headers.
Wed, 6 Nov 2013
[ 23:38 brooks search for other commits by this committer ] Original commit   Revision:333046
Apply the clang portion of r255321 from base switching the default C++
library to libc++ on 10+.

Requested by:	tijl
Wed, 30 Oct 2013
[ 15:18 brooks search for other commits by this committer ] Original commit   Revision:332126
If the ASSERTS option is enabled, make sure it was enabled in the
corresponding devel/llvm## port as build fails otherwise.
Mon, 21 Oct 2013
[ 19:42 brooks search for other commits by this committer ] Original commit   Revision:331178
Correct conflicting ldconfig config files by setting UNIQUENAME.

Strip installed libraries with ${STRIP_CMD}.

Some whitespace tidying.
Fri, 18 Oct 2013
[ 22:35 brooks search for other commits by this committer ] Original commit   Revision:330783
Sync improvements from clang32.
Wed, 16 Oct 2013
[ 20:16 brooks search for other commits by this committer ] Original commit   Revision:330535
Support STAGEDIR
Mon, 14 Oct 2013
[ 06:52 bapt search for other commits by this committer ] Original commit   Revision:330275 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Fix package name collision
Fri, 20 Sep 2013
[ 19:53 bapt search for other commits by this committer ] Original commit   Revision:327741 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Tue, 17 Sep 2013
[ 06:40 bapt search for other commits by this committer ] Original commit   Revision:327452 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Wed, 10 Jul 2013
[ 11:27 kwm search for other commits by this committer ] Original commit   Revision:322654
Teach clang33 where to find libc++ headers when installed from ports.
It will use the headers in base if it finds them there.

Approved by:	maintainer (brooks@)
Fri, 21 Jun 2013
[ 15:17 brooks search for other commits by this committer ] Original commit   Revision:321475
Upgrade Clang and LLVM 3.3 ports to the release version.
Wed, 12 Jun 2013
[ 23:11 brooks search for other commits by this committer ] Original commit   Revision:320729
Fix two plist bugs.  Only install the manpage as clang33.1 not also as
clang.1.  Include clang-format in the set of commands.
[ 19:03 brooks search for other commits by this committer ] Original commit   Revision:320715
Fix up depends so we depend on llvm33 and look for the llc33 binary to
identify it rather than port versions.

Remove the broken and obviously unused regression-test target along with
the obsolute dependency on dejagnu.

Reported by:	decke
[ 16:32 brooks search for other commits by this committer ] Original commit   Revision:320705
Set LATEST_LINK to clang33/llvm33 to deconflict.

Reported by:	erwin
Tue, 11 Jun 2013
[ 21:57 brooks search for other commits by this committer ] Original commit   Revision:320650
Add missing build depend on python.  I removed the run dependency too
firmaly.

Submitted by:	 bdrewery
[ 18:50 brooks search for other commits by this committer ] Original commit   Revision:320628 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Add ports of clang and LLVM 3.3.rc3.  Unlike previous ports these
install primarily in ${PREFIX}/llvm33 with wrapper scripts in
${PREFIX}/bin named clang33, llc33, etc.

In an additional change, the clang static analyzer's python wrapper and
web bits are not installed.

Number of commits found: 31