| Commit History - (may be incomplete: for full details, see links to repositories near top of page) | 
| Commit | Credits | Log message | 
3.1.1_12 27 Aug 2019 19:10:25
      | 
    rene   | 
    Remove expired ports:
2019-05-08 security/kr: Broken for more than 6 months
2019-05-08 lang/swift: Broken for more than 6 months  | 
3.1.1_12 26 Jul 2019 20:46:57
      | 
    gerald   | 
    Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR:		238330  | 
3.1.1_11 02 May 2019 10:18:03
      | 
    mat   | 
    Remove :DEFAULT where not required.  | 
3.1.1_11 07 Apr 2019 07:43:38
      | 
    antoine   | 
    Deprecate ports broken for more than 6 months  | 
3.1.1_11 27 Mar 2019 21:11:09
      | 
    jbeich   | 
    devel/icu: update to 64.1
Changes:	http://site.icu-project.org/download/64
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		236325
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19479  | 
3.1.1_10 03 Feb 2019 15:37:58
      | 
    theraven   | 
    Move Objective-C ports to the v2 GNUstep ABI.
 * Bump the LLVM revision used for GNUstep to 7, the minimum to support
   the new ABI.
 * GNUstep-back does not work with lld, so mark it to use Gold (BFD LD
   doesn't seem able to link Objective-C things).
 * Turn off some annoying debug logs in GNUstep back, which generate
   several messages per second when you move the mouse.  These should
   never have been enabled in a release build anyway.
 * Downgrade Cenon to 4.0.2.  This was the last version to actually work
   with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep
   can't parse).
 * Update gorm to git head. The current release doesn't work with the
   new Objective-C ABI, but -head has the patches to fix it.
 * Update PikoPixel and add it to the gnustep-app meta-package.
 * Update the three core GNUstep packages to the latest release.
 * Update gnumail and pantomime to the latest release and fix a linking
   error with the new ABI.
 * Update GNUstep FTP to the latest version.
Reviewed by:	bapt (previous version)  | 
3.1.1_9 12 Dec 2018 01:35:36
      | 
    gerald   | 
    Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR:		231590  | 
3.1.1_8 08 Dec 2018 23:27:49
      | 
    swills   | 
    lang/swift: drop maintainership  | 
3.1.1_8 04 Nov 2018 16:11:55
      | 
    antoine   | 
    Mark BROKEN: fails to build
In file included from
/wrkdirs/usr/ports/lang/swift/work/swift-3.1.1/swift/lib/SILGen/SILGenProfiling.cpp:13:
In file included from
/wrkdirs/usr/ports/lang/swift/work/swift-3.1.1/swift/lib/SILGen/SILGenProfiling.h:16:
In file included from
/wrkdirs/usr/ports/lang/swift/work/swift-3.1.1/llvm/include/llvm/ADT/DenseMap.h:17:
In file included from
/wrkdirs/usr/ports/lang/swift/work/swift-3.1.1/llvm/include/llvm/ADT/DenseMapInfo.h:17:
In file included from
/wrkdirs/usr/ports/lang/swift/work/swift-3.1.1/llvm/include/llvm/ADT/ArrayRef.h:13:
In file included from
/wrkdirs/usr/ports/lang/swift/work/swift-3.1.1/llvm/include/llvm/ADT/Hashing.h:48:
In file included from
/wrkdirs/usr/ports/lang/swift/work/swift-3.1.1/build/Ninja-ReleaseAssert+stdlib-Release/llvm-freebsd-x86_64/include/llvm/Support/DataTypes.h:33:
In file included from /usr/include/c++/v1/cmath:305:
In file included from /usr/include/c++/v1/math.h:309:
/usr/include/c++/v1/type_traits:1366:38: error: incomplete type 'swift::Expr'
used in type trait expression
    : public integral_constant<bool, __is_abstract(_Tp)> {};
                                     ^
Reported by:	pkg-fallout | 
3.1.1_8 02 Nov 2018 13:32:35
      | 
    rene   | 
    Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724  | 
3.1.1_8 23 Oct 2018 11:35:04
      | 
    jbeich   | 
    devel/icu: update to 63.1
Changes:	http://site.icu-project.org/download/63
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		232300
Exp-run by:	antoine  | 
3.1.1_7 26 Sep 2018 15:23:37
      | 
    brooks   | 
    Update Objective-C LLVM version to 6.0.
Fixes aarch64 build.  Reduces depends on obsolete LLVM 4.0.
PR:		230116
Submitted by:	mikael.urankar@gmail.com
Approved by:	theraven (prior version)
Sponsored by:	DARPA, AFRL  | 
3.1.1_6 29 Jun 2018 14:22:11
      | 
    jbeich   | 
    devel/icu: update to 62.1
Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)  | 
3.1.1_5 27 Jun 2018 22:18:32
      | 
    adamw   | 
    Put sphinx-build behind DOCS options, rather than bringing it in unconditionally
PR:		229369
Approved by:	maintainer (swills)  | 
3.1.1_5 06 Apr 2018 15:53:17
      | 
    jbeich   | 
    devel/icu: update to 61.1
Changes:	http://site.icu-project.org/download/61
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		227042
Exp-run by:	antoine
MFH:		2018Q2 (required by Firefox 61)  | 
3.1.1_4 21 Feb 2018 16:24:53
      | 
    antoine   | 
    Remove dependency on the python metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA  | 
3.1.1_4 29 Jan 2018 06:45:16
      | 
    araujo   | 
    - Update textproc/py-sphinx to 1.6.5. [0]
- 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.  | 
3.1.1_3 25 Dec 2017 19:01:08
      | 
    tijl   | 
    Remove USE_AUTOTOOLS.  There's already USES=autoreconf.  | 
3.1.1_3 20 Dec 2017 15:18:27
      | 
    bapt   | 
    switch to swig 3.0  | 
3.1.1_3 09 Nov 2017 02:31:48
      | 
    jbeich   | 
    devel/icu: update to 60.1
Changes:	http://site.icu-project.org/download/60
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		223373
Exp-run by:	antoine  | 
3.1.1_2 13 Oct 2017 13:30:10
      | 
    girgen   | 
    Fix compile error with ICU 59
Suggested by:	Jan Beich (linked to upstreams fix)
PR:		222428
Approved by:	@swills (maintainer)  | 
3.1.1_2 25 Sep 2017 00:02:36
        | 
    jbeich   | 
    devel/icu: update to 59.1
- 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  | 
3.1.1_1 10 Sep 2017 20:55:39
      | 
    gerald   | 
    Bump PORTREVISION for ports depending on the canonical version of GCC
(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  | 
3.1.1 25 Apr 2017 02:53:03
      | 
    swills   | 
    lang/swift: update to 3.1.1
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]  | 
2.2.1_4 21 Mar 2017 09:09:36
      | 
    mat   | 
    Use GH_TAGNAME properly.
Sponsored by:	Absolight  | 
2.2.1_4 11 Jan 2017 10:08:38
      | 
    amdmi3   | 
    - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket  | 
2.2.1_4 03 Jan 2017 11:01:06
        | 
    mat   | 
    Cleanup BROKEN/IGNORE for 10.3-
Sponsored by:	Absolight  | 
2.2.1_4 14 Dec 2016 16:06:20
      | 
    mat   | 
    More USE_GITHUB cleanup.
Use GH_SUBDIR, or GH_TUPLE, where applicable.
Sponsored by:	Absolight  | 
2.2.1_4 19 Nov 2016 18:21:20
      | 
    jbeich   | 
    devel/icu: update to 58.1
Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)  | 
2.2.1_3 24 Sep 2016 11:06:57
      | 
    tijl   | 
    - Update devel/icu to 57.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)  | 
2.2.1_2 06 Jul 2016 22:10:14
      | 
    mat   | 
    Bump PORTREVISION for the icu revert.
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  | 
2.2.1_1 06 Jul 2016 07:34:13
      | 
    gahr   | 
    devel/icu: bump PORTREVISION on dependent ports  | 
2.2.1 18 May 2016 02:28:20
      | 
    swills   | 
    lang/swift: update to 2.2.1  | 
2.2 16 May 2016 11:52:36
      | 
    swills   | 
    lang/swift: create port
The Swift Programming Language
WWW: https://swift.org/  |