1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

29 Commits

Author SHA1 Message Date
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Baptiste Daroussin
9f48528e6e Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
2013-09-17 06:51:04 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Brooks Davis
3ba3dc29ae Actually commit the changes listed in r318799. Due to a wrong path
on the command line, only the Makefile was committed.

Correct a plist bug by listing clang-cpp.
2013-05-23 14:40:26 +00:00
Brooks Davis
52a5054a99 Install a more complete set of intrinsics header files[0].
Add a couple upstream svn revs that have been comitted to base[1]:

r172354:
Refactor the x86 CPU name logic in the driver and pass -march and -mcpu
flag information down from the Clang driver into the Gold linker plugin
for LTO. This allows specifying -march on the linker commandline and
should hopefully have it pass all the way through to the LTO optimizer.

r175919:
Driver: Pass down the -march setting down to -cc1as on x86 too.

The assembler historically didn't make use of any target features, but this has
changed when support for old CPUs that don't support long nops was added.

Requested by:	dim[1], eadler[0]
2013-05-22 21:56:53 +00:00
Brooks Davis
3538809848 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]
2013-05-22 20:21:07 +00:00
Brooks Davis
ac563f23f4 Fix stray file in bin/clang-check.
Reported by:	ale, Dominic Fandrey <kamikaze@bsdforen.de>
2013-03-13 15:40:34 +00:00
Brooks Davis
f5b6b6d8d0 Upgrade llvm-devel, clang-devel, and dragonegg-devel46 to r174891 (circa
Feb 27th).  Add FileCheck and llvm-lit binaries as some consumers need
them.
2013-03-11 18:32:06 +00:00
Brooks Davis
258832c938 Upgrade llvm and clang to the 3.2 release. 2013-01-10 16:34:44 +00:00
Jung-uk Kim
a7d95c343a Pull in r159895 from upstream to match Clang in the FreeBSD 9.1 base system:
http://svnweb.freebsd.org/base?view=revision&revision=238554

Approved by:	brooks (maintainer)
2012-08-23 21:02:09 +00:00
Dima Panov
f344967e78 - Convert to OPTIONSng
- Add option to build clang with assertions (off by default to match llvm)

Approved by:	brooks
2012-07-04 03:28:25 +00:00
Dima Panov
59a6890bf5 - Update LLVM/Clang suite to 3.1 release
PR:		168921
Submitted by:	myself
Approved by:	brooks (via pav@, with timeout)
2012-06-26 10:10:40 +00:00
Brooks Davis
b9e7659ec8 Upgrade LLVM and Clang to 3.0.
Enable shared libraries in LLVM and build with REQUIRES_RTTI=1 as
requires by some consumers.

PR:		ports/164324, ports/164325
2012-01-20 21:29:57 +00:00
Brooks Davis
d8f572ce12 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.
2011-06-16 15:07:40 +00:00
Brooks Davis
67a685856f Upgrade LLVM, Clang, and llvm-gcc to 2.9.
Add a number of bug fixes from our base gcc to llvm-gcc.[0]

PR:		ports/154927 [0]
Submitted by:	Pedro Giffuni <giffunip at tutopia com> [0]
2011-04-29 15:04:30 +00:00
Brooks Davis
a7969d49cd Move devel/clang to lang/clang since compilers typically live in lang.
PR:		ports/151340
2010-10-14 19:29:22 +00:00
Brooks Davis
634a16f7f5 Fix scan-build by actually replacing %%DATADIR%%.
PR:		ports/151344
Submitted by:	Matthias Andree <matthias.andree at gmx.de>
2010-10-10 13:05:16 +00:00
Brooks Davis
bac710ec1e Fix build when older versions are installed.
Submitted by:	ports/151337
2010-10-10 12:54:12 +00:00
Brooks Davis
83be754210 Upgrade LLVM, Clang, and llvm-gcc to 2.8 release.
The Clang port has now been updated to avoid building LLVM twice.
2010-10-08 14:00:32 +00:00
Matthias Andree
791032c859 Fix regression in previous commit that broke NOPORTDOCS=yes installs.
Only remove /html/img if NOPORTDOCS is undefined.
2010-08-18 18:59:56 +00:00
Matthias Andree
70ed83db94 Fix clang analyzer, and clean up port a bit. Adds dependencies.
- patch scan-view to use PYTHON_CMD
- also install c++-analyzer and scan-view
- also install ScanView.py and its dependencies into PYTHON_SITELIBDIR
- change USE_PERL5_BUILD to USE_PERL5, as scan-build needs it
  at run time
- add USE_PYTHON, as scan-view needs it
  (let's see to making these dependencies optional later)

- move EXTRACT_SUFX up to quiet portlint
- indent CONFLICTS value with TAB to quiet portlint
- add USE_LDCONFIG, found missing by portlint
- nuke empty $DOCSDIR/html/img that made deinstall complain

- amend to build-plist target
- rebuild pkg-plist
- bump PORTREVISION (changed pkg-plist)

The approval was a blanket approval under the condition that build-plist
was also updated, and was mailed to portmgr@ and yours truly
on 2010-08-10 by brooks@ in reference to the PR mentioned below.

Approved by:	brooks (maintainer)
PR:		ports/147434
2010-08-18 00:59:18 +00:00
Brooks Davis
9cc0ad5dc4 By popular depend, fix the installation of the clang.1 manpage when
NOPORTDOCS is set.
2010-05-04 20:45:59 +00:00
Brooks Davis
63f0980196 Actually add the patch that makes the previous commt work. 2010-04-30 16:43:50 +00:00
Brooks Davis
ecc949d307 Actually don't install the documentation in the NOPORTDOCS case. The
manpage is also not installed in that case.

Reported by:	QAT
2010-04-30 16:33:56 +00:00
Brooks Davis
f3c8d79fc5 Upgrade llvm, clang, and llvm-gcc to the 2.7 release.
Submitted by:	mm (llvm and clang)
2010-04-28 21:05:03 +00:00
Brooks Davis
dfd8dac146 Only install compiler headers we don't provide as part of the BSD base.
This should fix some compilation problems and we've been doing it in
devel/llvm-devel for ages.

Feature safe:	yes
Reported by:	rdivacky
2010-02-16 18:27:16 +00:00
Brooks Davis
b64c7a7729 Fix plist (missing DATADIR).
Add conflicts for llvm-devel and the forthcoming clang-devel.

Add USE_GCC=4.2+ in hopes of fixing 6.x builds.

Reported by:	pointhat
2009-11-04 22:11:58 +00:00
Erwin Lansing
24fa6fd4b9 Fix pkg-plist
Submitted by:	pointyhat
Approved by:	maintainer timeout
Pointyhat:	brooks
2009-10-31 11:16:51 +00:00
Brooks Davis
c17defb201 Add a port of the clang C, Objective-C, and (soon) C++ compiler version
2.6.

NOTE: this port is slightly evil and both depends on llvm and builds all
of it.  We hope to find the correct make string to fix this, but wanted
make clang available now.
2009-10-24 23:30:19 +00:00