Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Mar 2019 21:55:51
1.3.3_12

|
tcberner  |
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 (Only the first 15 lines of the commit message are shown above ) |
12 Dec 2018 01:35:36
1.3.3_12

|
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 |
02 Dec 2018 15:41:48
1.3.3_11

|
rene  |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
23 Oct 2018 11:35:04
1.3.3_11

|
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 |
19 Oct 2018 19:44:06
1.3.3_10

|
jbeich  |
textproc/ibus-qt: unbreak with ICU 63 on FreeBSD < 11.2
In file included from qtim/ibus-input-context.cpp:43:
In file included from /usr/local/include/unicode/unorm.h:25:
In file included from /usr/local/include/unicode/unorm2.h:34:
/usr/local/include/unicode/localpointer.h:221:34: warning: rvalue references are
a C++11 extension [-Wc++11-extensions]
LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT :
LocalPointerBase<T>(src.ptr) {
^
/usr/local/include/unicode/localpointer.h:221:40: error: expected ';' at end of
declaration list
LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT :
LocalPointerBase<T>(src.ptr) {
^
;
/usr/local/include/unicode/localpointer.h:366:30: warning: rvalue references are
a C++11 extension [-Wc++11-extensions]
LocalArray(LocalArray<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) {
^ (Only the first 15 lines of the commit message are shown above ) |
29 Jul 2018 22:18:46
1.3.3_10

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
29 Jun 2018 14:22:11
1.3.3_9

|
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) |
28 Jun 2018 17:39:55
1.3.3_8

|
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
06 Apr 2018 15:53:17
1.3.3_8

|
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) |
11 Feb 2018 08:16:43
1.3.3_7

|
jbeich  |
textproc/ibus-qt: lift BROKEN_powerpc64
PR: 215770 |
09 Nov 2017 02:31:48
1.3.3_7

|
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 |
25 Sep 2017 00:02:36
1.3.3_6

|
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 |
02 Jun 2017 15:49:34
1.3.3_5

|
linimon  |
Mark some ports failing on powerpc64. These ports are either new
ports, or had been recently unblocked.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
30 Mar 2017 21:12:43
1.3.3_5

|
mat  |
Remove obsolete PROJECTHOST.
Sponsored by: Absolight |
02 Dec 2016 09:21:59
1.3.3_5

|
mat  |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
19 Nov 2016 18:21:20
1.3.3_5

|
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) |
24 Sep 2016 11:06:57
1.3.3_4

|
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) |
06 Jul 2016 22:10:14
1.3.3_3

|
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 |
06 Jul 2016 07:34:13
1.3.3_2

|
gahr  |
devel/icu: bump PORTREVISION on dependent ports |
19 May 2016 10:53:06
1.3.3_1

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
01 Apr 2016 14:25:18
1.3.3_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
23 Apr 2015 21:26:10
1.3.3_1

|
bapt  |
Update icu to 55.1 |
29 Mar 2015 08:12:41
1.3.3

|
riggs  |
Update to upstream version 1.3.3
PR: 198438
Submitted by: henry.hu.sh@gmail.com (maintainer) |
10 Sep 2014 20:50:37
1.3.2_3

|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
16 Jul 2014 03:18:26
1.3.2_2

|
adamw  |
Add DOCS option where PORTDOCS is in plist. |
14 May 2014 09:10:42
1.3.2_2

|
madpilot  |
- Stage support
- Add LICENSE
PR: ports/189678
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer) |
07 Feb 2014 11:44:09
1.3.2_1

|
bapt  |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
20 Sep 2013 23:17:32
1.3.2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
12 Sep 2013 00:21:11
1.3.2

|
marino  |
Add explicit dependency on pkgconf (27 ports) |
16 May 2013 19:52:26
1.3.2

|
zeising  |
Update to 3.1.2
While here, remove FreeBSD 7.x stuff.
PR: ports/178673
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer) |
22 Mar 2013 20:06:15
1.3.1_3

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
15 Mar 2013 11:55:04
1.3.1_3

|
makc  |
Remove CMAKE_INSTALL_PREFIX from CMAKE_ARGS, bsd.cmake.mk already does it |
18 Dec 2012 23:09:07
1.3.1_3

|
bapt  |
Chase icu, graphite2 and libexttextcat bump |
06 Jun 2012 06:44:38
1.3.1_2
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 05:26:28
1.3.1_2
|
dinoex  |
- update png to 1.5.10 |
10 Jul 2011 21:06:39
1.3.1_1
|
bapt  |
- update ICU to 4.8
- chase library bump
- add an entry in UPDATING for instructions
- remove old conflict lines |
26 Apr 2011 00:11:26
1.3.1
|
beech  |
-Update from 1.3.0 to 1.3.1.
-No major changes.
PR: ports/156561
Submitted by: Henry Hu (henry.hu.sh@gmail.com)(maintainer)
Approved by: itetcu (mentor)(implicit) |
15 Dec 2010 11:37:49
1.3.0_1
|
bapt  |
Chase devel/icu upgrade
Add an updating note |
04 Jul 2010 17:19:47
1.3.0
|
makc  |
Update to 1.3.0
Sort plist
PR: ports/147744
Submitted by: Sunjae Park <darehanl at gmail.com>
Approved by: maintainer timeout (two weeks)
Feature safe: yes |
28 Mar 2010 06:47:48
1.2.0.20091014_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
1.2.0.20091014_1
|
dinoex  |
- update to jpeg-8 |
22 Nov 2009 12:14:10
1.2.0.20091014
|
wen  |
Intelligent Input Bus for Linux / Unix OS, iBus, is the next generation
input framework, developed by the developer of scim-python, includes all
its function, and much more.
This is the ibus-qt port, the input method module for Qt4 of ibus.
You may select ibus as the input method in qtconfig after installation.
WWW: http://code.google.com/p/ibus
PR: ports/140665
Submitted by: Henry Hu <henry.hu.sh@gmail.com> |