aboutsummaryrefslogtreecommitdiff
path: root/devel/caf
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=475857
* Re-try ports affected by bug 193528 on powerpc* after r449590Jan Beich2017-12-121-2/+0
| | | | Notes: svn path=/head/; revision=456105
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (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 Notes: svn path=/head/; revision=449591
* Provide more descriptive error messages for ports failing on powerpc64.Mark Linimon2017-04-291-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439720
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=437439
* devel/caf: unbreak build with clang/libc++ 4.0Jan Beich2017-01-311-0/+10
| | | | | | | | PR: 216650 Submitted by: Matthias Vallentin <vallentin@icir.org> (maintainer) Notes: svn path=/head/; revision=432892
* Update to 0.15.3.Vanilla I. Shu2017-01-233-59/+114
| | | | | | | | Submitted by: 216381 Reported by: maintainer Notes: svn path=/head/; revision=432191
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-091-11/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=430947
* Adjust TEST_WRKSRC for USES=[cq]make:outsourceJan Beich2016-10-181-1/+0
| | | | | | | | Approved by: rakuco Differential Revision: https://reviews.freebsd.org/D8274 Notes: svn path=/head/; revision=424156
* 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
* Update to 0.14.5.Vanilla I. Shu2016-03-193-5/+8
| | | | | | | | PR: 208046 Submitted by: maintainer Notes: svn path=/head/; revision=411410
* Remove BROKEN_FreeBSD_8 from all remaining ports.Raphael Kubo da Costa2016-01-251-2/+0
| | | | | | | FreeBSD 8 is no longer supported. Notes: svn path=/head/; revision=407239
* Fix make fetchAntoine Brodin2015-12-301-0/+1
| | | | Notes: svn path=/head/; revision=404815
* Cleanup GH_* and variables order.Mathieu Arnold2015-12-291-1/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=404743
* Change PORTNAME to match package name on other OS and port directory.Mathieu Arnold2015-10-201-5/+8
| | | | | | | | | PR: 203463 Submitted by: maintainer Sponsored by: Absolight Notes: svn path=/head/; revision=399856
* Upgrade to 0.14.1.Vanilla I. Shu2015-09-073-4/+13
| | | | | | | | PR: 202943 Submitted by: maintainer Notes: svn path=/head/; revision=396251
* 1: set BROKEN_FreeBSD_8.Vanilla I. Shu2015-07-151-4/+2
| | | | | | | | | 2: Fix build on FreeBSD 9. Approved by: maintainer Notes: svn path=/head/; revision=392116
* Upgrade to 0.14.0, and support FreeBSD < 10.0.Vanilla I. Shu2015-07-093-15/+33
| | | | | | | | PR: 201410 Submitted by: maintainer Notes: svn path=/head/; revision=391622
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-5/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr Notes: svn path=/head/; revision=381618
* Upgrade to 0.13.Vanilla I. Shu2015-03-123-39/+24
| | | | | | | | PR: 198542 Submitted by: maintainer Notes: svn path=/head/; revision=381090
* Upgrade to 0.12.2Vanilla I. Shu2015-01-293-7/+13
| | | | | | | | PR: 197136 Submitted by: maintainer Notes: svn path=/head/; revision=378103
* 1: move actor-framework to caf.Vanilla I. Shu2015-01-194-0/+289
2: pass maintainer bit to submitter. 3: add some options. PR: 196809 Submitted by: Matthias Vallentin <vallentin at icir.org> Notes: svn path=/head/; revision=377439