aboutsummaryrefslogtreecommitdiff
path: root/lang/clang-devel
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Remove stray distinfo from clang and lldb metaports.Brooks Davis2015-09-042-4/+1
| | | | | | | Reported by: pluknet Notes: svn path=/head/; revision=396152
* Mostly complete redo to the build of -devel LLVM ports:Brooks Davis2015-07-2413-932/+12
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=392851
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-223-9/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* lang/clang3*, lang/clang-devel: set environment during buildJohn Marino2015-05-191-2/+3
| | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=386779
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* Use svnlite in the maintainer BOOTSTRAP target.Brooks Davis2015-05-131-2/+2
| | | | | | | Requested by: xmj Notes: svn path=/head/; revision=386221
* Update clang-devel and llvm-devel to r236894.Brooks Davis2015-05-082-4/+6
| | | | | | | | | Add a port of the Intel/LLVM OpenMP runtime library. Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=385836
* Upgrade to r234164.Brooks Davis2015-04-064-91/+51
| | | | | | | PR: 197908 (seems to build with gcc 4.9) Notes: svn path=/head/; revision=383482
* Catch the set of host platforms up to the set in llvm ports.Brooks Davis2015-03-311-1/+5
| | | | | | | | To revision bump as it only effects building the port on platforms that would fail before. Notes: svn path=/head/; revision=382825
* Update to r225991 (the 3.6 branch point).Brooks Davis2015-01-152-5/+4
| | | | Notes: svn path=/head/; revision=377138
* Make default target triple match base clang.Brooks Davis2014-12-181-0/+4
| | | | | | | | PR: 194487 Submitted by: Jan Beich <jbeich@vfemail.net> Notes: svn path=/head/; revision=374928
* Upgrade to r224537.Brooks Davis2014-12-182-4/+49
| | | | | | | | | Add support for -fformat-exentions as a no-op in clang. [0] Submitted by: lightside@gmx.com [0] Notes: svn path=/head/; revision=374919
* Update clang-devel and llvm-devel to r222267.Brooks Davis2014-11-183-11/+15
| | | | Notes: svn path=/head/; revision=372755
* Cleanup plistBaptiste Daroussin2014-10-271-43/+0
| | | | Notes: svn path=/head/; revision=371587
* Install scan-view support files under LLVM_PREFIX and alterBrooks Davis2014-09-263-23/+17
| | | | | | | | | llvm-wrapper to support this. PR: 193955 Notes: svn path=/head/; revision=369336
* Upgrade to r218451.Brooks Davis2014-09-256-33/+22
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=369283
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Upgrade to 3.6.r216160.Brooks Davis2014-08-214-48/+47
| | | | Notes: svn path=/head/; revision=365552
* Add patch missed in r364981.Brooks Davis2014-08-151-0/+23
| | | | | | | No version bump as clang won't compile without this change. Notes: svn path=/head/; revision=364982
* Update to r211638.Brooks Davis2014-08-155-28/+22
| | | | Notes: svn path=/head/; revision=364981
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-3/+3
| | | | | | | | | | 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 Notes: svn path=/head/; revision=359185
* The configure scripts require a C++11 standard library as well as aBrooks Davis2014-03-281-1/+1
| | | | | | | | | C++11 compiler. Reported by Andrzej Tobola <ato@iem.pw.edu.pl> Notes: svn path=/head/; revision=349423
* Hopefully fix builds on systems where cc isn't a C++11 compiler.Brooks Davis2014-03-271-1/+1
| | | | Notes: svn path=/head/; revision=349369
* Upgrade to r203994.Brooks Davis2014-03-156-118/+62
| | | | Notes: svn path=/head/; revision=348290
* Recent versions of clang should work find on sparc64 and arm so markBrooks Davis2014-02-281-3/+0
| | | | | | | | | them not broken. We'll patch if it turns out they have issues. Requested by: rdivacky (sparc64) Notes: svn path=/head/; revision=346579
* Include altivec.h and cpuid.h in the set of installed headers.Brooks Davis2013-11-133-1/+4
| | | | | | | | | PR: ports/183799 Submitted by: Philippe Michel <philippe.michel7@sfr.fr> Sponsored by: DARPA/AFRL Notes: svn path=/head/; revision=333647
* Upgrade the llvm development ports to r193887. We're about two weeksBrooks Davis2013-11-068-633/+719
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=332935
* Upgrade to 3.4.r191854.Brooks Davis2013-10-163-18/+22
| | | | | | | | | | | 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++. Notes: svn path=/head/; revision=330523
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-7/+2
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327452
* Upgrade clang, dragonegg, and llvm -devel ports to r182968.Brooks Davis2013-09-044-25/+16
| | | | Notes: svn path=/head/; revision=326289
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update clang/dragonegg/llvm-devel to subversion rev r182968.Brooks Davis2013-05-313-10/+10
| | | | Notes: svn path=/head/; revision=319542
* Correct plist by adding the new clang-format command and @dirrmtryBrooks Davis2013-05-232-1/+7
| | | | | | | entries for Python library directories. Notes: svn path=/head/; revision=318873
* Add a new option MANPAGES to allow man pages to be supressed. [0]Brooks Davis2013-05-221-17/+9
| | | | | | | | | | | | 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] Notes: svn path=/head/; revision=318790
* Add missing mm3dnow.h and mm_malloc.h files.Brooks Davis2013-05-143-1/+4
| | | | Notes: svn path=/head/; revision=318207
* Upgrade LLVM, Clang, and Dragonegg to svn rev r181598.Brooks Davis2013-05-145-14/+49
| | | | | | | Install all *intrin*.h files. Notes: svn path=/head/; revision=318206
* Upgrade llvm-devel, clang-devel, and dragonegg-devel46 to r174891 (circaBrooks Davis2013-03-113-5/+6
| | | | | | | | Feb 27th). Add FileCheck and llvm-lit binaries as some consumers need them. Notes: svn path=/head/; revision=313927
* Upgrade llvm-devel and related ports to 3.3.r174891.Brooks Davis2013-02-112-5/+10
| | | | | | | | Install .cmake files for devel/llvm-devel so projects that use cmake can build against the installed copy. Notes: svn path=/head/; revision=312075
* Update the develoment version of the llvm, clang and dragonegg ports toBrooks Davis2013-01-106-48/+95
| | | | | | | 3.3.r172076. Notes: svn path=/head/; revision=310192
* Upgrade to svn rev r163622. Several fixes to FreeBSD support for -pie andBrooks Davis2012-09-143-221/+27
| | | | | | | mips as well as reported improvements to the MIPS backend. Notes: svn path=/head/; revision=304297
* Fix a missing plist entry.Brooks Davis2012-08-302-1/+3
| | | | | | | Submitted by: QAT (beat) Notes: svn path=/head/; revision=303365
* Fix creation of position independent executables (-fPIE -pie).Brooks Davis2012-08-272-0/+144
| | | | | | | | | | | | | | | | There were two bugs here. First, -pie was not passed to ld. Second, non-relocatable versions of three *crt*.o archives were used in the pie case. Additionally, link with crtbeginT.o in the -static case. Shift style towards that of the Linux code since much of the new login was cribbed from it. Reported by: jonathan Notes: svn path=/head/; revision=303233
* Update LLVM and Clang to r162438 plus a couple patchs to make it possibleBrooks Davis2012-08-236-15/+97
| | | | | | | to target MIPS with FreeBSD's base binutils. Notes: svn path=/head/; revision=303040
* Fix build in the !DOCS case.Brooks Davis2012-07-311-3/+0
| | | | | | | Reported by: avg Notes: svn path=/head/; revision=301807
* Install manpages even when docs are off.Brooks Davis2012-07-301-5/+6
| | | | | | | | | | Depend on devel/binutils on older OS versions which are missing a require option PR: ports/170049, ports/170036 Notes: svn path=/head/; revision=301736
* Correct a plist error reported by QAT.Brooks Davis2012-07-252-0/+2
| | | | Notes: svn path=/head/; revision=301533
* Update to a 3.2 snapshot. OPTIONSng-ify. Reduce diffs with non-develBrooks Davis2012-07-163-33/+86
| | | | | | | ports. Notes: svn path=/head/; revision=300985