aboutsummaryrefslogtreecommitdiffstats
path: root/lang/swift
Commit message (Collapse)AuthorAgeFilesLines
* - Update textproc/py-sphinx to 1.6.5. [0]araujo2018-02-044-1/+43
| | | | | | | | | | | | - Update all ports that depends of py-sphinx. [0] - Add conditional RUN_DEPENDS. [1] - Add TEST_DEPENDS. [1] PR: ports/221891 [0] and ports/225136 [1] Submitted by: sunpoet [1] Approved by: antoine (portmgr) Exprun by: antoine (several rounds) Sponsored by: iXsystems, Inc.
* Remove USE_AUTOTOOLS. There's already USES=autoreconf.tijl2018-02-041-1/+0
|
* switch to swig 3.0bapt2018-02-041-1/+2
|
* devel/icu: update to 60.1jbeich2018-02-041-1/+1
| | | | | | | Changes: http://site.icu-project.org/download/60 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 223373 Exp-run by: antoine
* Fix compile error with ICU 59girgen2018-02-042-1/+75
| | | | | | Suggested by: Jan Beich (linked to upstreams fix) PR: 222428 Approved by: @swills (maintainer)
* devel/icu: update to 59.1jbeich2018-02-041-1/+2
| | | | | | | | | - Temporarily keep C++98 working in consumers for Clang's default -std= Changes: http://site.icu-project.org/download/59 PR: 218788 Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version) Exp-run by: antoine
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-02-041-0/+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
* lang/swift: update to 3.1.1swills2017-04-2515-181/+192
| | | | | | | | | | This fixes build issues [1] and makes swiftc work [2]. But swiftpm is still not working, hopefully soon. PR: 210284 [1] PR: 210386 [2] Reported by: Lacey Powers <lacey.leanne@gmail.com> [1] Reported by: Tom Pusateri <pusateri@bangj.com> [2]
* Use GH_TAGNAME properly.mat2017-03-212-5/+6
| | | | Sponsored by: Absolight
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLamdmi32017-01-111-3/+1
| | | | Approved by: portmgr blanket
* Cleanup BROKEN/IGNORE for 10.3-mat2017-01-031-3/+0
| | | | Sponsored by: Absolight
* More USE_GITHUB cleanup.mat2016-12-151-8/+3
| | | | | | Use GH_SUBDIR, or GH_TUPLE, where applicable. Sponsored by: Absolight
* devel/icu: update to 58.1jbeich2016-11-201-1/+1
| | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt)
* - Update devel/icu to 57.1.tijl2016-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine)
* Bump PORTREVISION for the icu revert.mat2016-07-071-1/+1
| | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight
* devel/icu: bump PORTREVISION on dependent portsgahr2016-07-061-0/+1
|
* lang/swift: update to 2.2.1swills2016-05-182-21/+22
|
* lang/swift: create portswills2016-05-1613-0/+364
The Swift Programming Language WWW: https://swift.org/