aboutsummaryrefslogtreecommitdiff
path: root/devel/compiler-rt
Commit message (Collapse)AuthorAgeFilesLines
* Provide more descriptive error messages for ports failing on powerpc64.Mark Linimon2017-04-291-2/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439720
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* 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
* 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
* STAGIFYBrooks Davis2013-10-181-1/+0
| | | | Notes: svn path=/head/; revision=330742
* Remove useless use of USE_GCCBaptiste Daroussin2013-10-091-1/+0
| | | | Notes: svn path=/head/; revision=329870
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Upgrade to the latest snapshot of compiler-rt.Brooks Davis2011-05-193-5/+3
| | | | | | | | | | Remove unnecessicary gmake depend.[0] PR: 156524 [0] Submitted by: bapt [0] Notes: svn path=/head/; revision=274326
* Mark as broken on powerpc: fails to compile.Mark Linimon2010-04-011-0/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=251927
* Upgrade to the latest compiler-rt commit and add a regression-testBrooks Davis2009-12-093-6/+23
| | | | | | | target. Notes: svn path=/head/; revision=245434
* Fix the build on i386 by adding -march=i486 to CFLAGS to gcc exports theBrooks Davis2009-10-192-61/+9
| | | | | | | | | | | | | proper atomic symbols. Fix the build on 6.x with USE_GCC=4.2+. Simplify the Makefile a bit with USE_CMAKE. Remove a bogus file that crept in to the initial install. Notes: svn path=/head/; revision=243062
* Mark BROKEN: does not build.Erwin Lansing2009-10-161-0/+2
| | | | Notes: svn path=/head/; revision=242910
* Add a port of compiler-rt, the LLVM project's compiler runtime andBrooks Davis2009-10-095-0/+132
blocks support. Notes: svn path=/head/; revision=242595