Port details |
- clang35 C, Objective-C, and C++ compiler
- 3.5.2_6 lang
=5 3.5.2_6Version of this port present on the latest quarterly branch.
- Maintainer: brooks@FreeBSD.org
- Port Added: 2014-08-01 22:38:55
- Last Update: 2019-01-18 22:34:10
- SVN Revision: 490675
- People watching this port, also watch:: firefox, gcc, openjdk8, pkg
- Also Listed In: devel
- License: not specified in port
- WWW:
- http://clang.llvm.org/
- Description:
- The goal of the Clang project is to create a new C, C++, Objective C and
Objective C++ front-end for the LLVM compiler.
WWW: http://clang.llvm.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: clang35
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (cfe-3.5.2.src.tar.xz) = 4feb575f74fb3a74b6245400460230141bf610f235ef3a25008cfe6137828620
SIZE (cfe-3.5.2.src.tar.xz) = 8268008
SHA256 (llvm-3.5.2.src.tar.xz) = 44196156d5749eb4b4224fe471a29cc3984df92570a4a89fa859f7394fc0c575
SIZE (llvm-3.5.2.src.tar.xz) = 11876128
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- llc35 : devel/llvm35
- gmake : devel/gmake
- python2.7 : lang/python27
- perl5>=5.26<5.27 : lang/perl5.26
- Runtime dependencies:
-
- llc35 : devel/llvm35
- python2.7 : lang/python27
- perl5>=5.26<5.27 : lang/perl5.26
- Library dependencies:
-
- libedit.so.0 : devel/libedit
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for clang35-3.5.2_6:
ASSERTS=off: Enable assertions (thread unsafe)
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- compiler:c++11-lib gmake groff libedit perl5 python shebangfix tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.5.2_6 18 Jan 2019 22:34:10 |
brooks |
Remove obsolete and unmaintained clang 3.5.
devel/llvm35 remains to support lang/pure.
PR: 230473 |
3.5.2_6 12 Dec 2018 01:35:36 |
gerald |
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 |
3.5.2_5 14 Nov 2018 18:12:23 |
bdrewery |
Use exec in wrapper to avoid an extra shell process sticking around.
I purposely didn't bump PORTREVISION for this as it's not really
worth a rebuild even though technically required.
Approved by: brooks |
3.5.2_5 29 Jul 2018 22:18:46 |
gerald |
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 |
3.5.2_4 06 Feb 2018 18:03:59 |
amdmi3 |
- Fix shebang for scan-view script
- Add run-dependency on python because of the named script
Approved by: portmgr blanket |
3.5.2_3 10 Sep 2017 20:55:39 |
gerald |
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 |
3.5.2_2 28 May 2017 10:58:00 |
antoine |
Register dependency on groff
PR: 213725 |
3.5.2_2 15 May 2017 15:38:56 |
mat |
Remove svn keywords from patches.
Sponsored by: Absolight |
3.5.2_2 01 Apr 2017 15:23:32 |
gerald |
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 |
3.5.2_1 22 Feb 2017 00:49:42 |
brooks |
Fix build on recent HEAD.
PR: 217236
Submitted by: dim |
3.5.2_1 01 Dec 2016 21:31:25 |
brooks |
Mark broken on HEAD with clang 3.9.0. |
3.5.2_1 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
3.5.2_1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
3.5.2_1 27 Oct 2015 16:06:23 |
brooks |
Add missing USES=libedit.
Submitted by: amdmi3 |
3.5.2 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
3.5.2 19 May 2015 14:18:31 |
marino |
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) |
3.5.2 05 Apr 2015 21:13:51 |
brooks |
Upgrade to 3.5.2 release. |
3.5.1 31 Mar 2015 14:33:34 |
brooks |
Catch the set of host platforms up to the set in llvm ports.
To revision bump as it only effects building the port on platforms that
would fail before. |
3.5.1 21 Jan 2015 22:58:17 |
brooks |
Upgrade to llvm/clang 3.5.1 release. |
3.5.0_3 18 Dec 2014 22:17:14 |
brooks |
Make default target triple match base clang.
PR: 194487
Submitted by: Jan Beich <jbeich@vfemail.net> |
3.5.0_2 18 Dec 2014 19:58:24 |
brooks |
Add support for -fformat-extensions as a no-op.
Submitted by: lightside@gmx.com |
3.5.0_1 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
3.5.0_1 26 Sep 2014 22:18:07 |
brooks |
Install the bits necessicary for scan-view to work.
Make scan-build35 tell the user to run scan-view35.
PR: 193955
Sponsored by: DARPA, AFRL |
3.5.0 25 Sep 2014 18:35:59 |
brooks |
Upgrade to 3.5.0 release.
USES=python
Give the port a chance of building on more arm systems and powerpc64. [0]
Allow building on 9 in the default configuration as it works for me.
Disallow llvm35 on 8 due to bizzare gcc behavior.
PR: 191996 [0]
Submitted by: direct727@gmail.com [0]
Sponsored by: DARPA, AFRL |
3.5.0.r2_1 10 Sep 2014 20:50:37 |
gerald |
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) |
3.5.0.r2 14 Aug 2014 12:22:01 |
brooks |
Upgrade to 3.5.0rc2 |
3.5.r1 01 Aug 2014 22:38:44 |
brooks |
Add ports of LLVM and Clang 3.5rc1.
In the LLVM port the option to build cmake support files is disabled by
default because it fails to configure when built with gcc47.
The Clang port is marked broken if the compiler isn't clang due to link
errors when it is gcc47. |