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

|
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 ) |
16 Jan 2019 11:13:45
0.10.1_6

|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
25 Dec 2018 20:25:40
0.10.1_5

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
12 Dec 2018 01:35:36
0.10.1_5

|
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
0.10.1_4

|
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 |
05 Nov 2018 22:07:08
0.10.1_4

|
tobik  |
math/qtoctave: Unbreak build with Clang 6
qtoctave/src/generate_menu.cpp:282:64: error: cannot initialize return object of
type 'MenuExtCallBack *' with an rvalue of type 'bool'
if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) return false;
^~~~~
http://beefy3.nyi.freebsd.org/data/112amd64-quarterly/482201/logs/qtoctave-0.10.1_4.log
PR: 232985
Submitted by: w.schwarzenfeld@utanet.at |
04 Nov 2018 14:31:29
0.10.1_4

|
antoine  |
Mark BROKEN: fails to build
qtoctave/src/generate_menu.cpp:282:64: error: cannot initialize return object of
type 'MenuExtCallBack *' with an rvalue of type 'bool'
if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) return false;
^~~~~
Reported by: pkg-fallout |
28 Jun 2018 17:39:55
0.10.1_4

|
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 |
10 Mar 2018 17:46:06
0.10.1_4

|
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
20 Oct 2016 15:58:13
0.10.1_3

|
rakuco  |
Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far. |
23 May 2016 18:36:52
0.10.1_3

|
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
01 Apr 2016 14:16:20
0.10.1_3

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
24 Feb 2015 21:46:29
0.10.1_3

|
makc  |
- Switch my ports to USE_QT4=linguisttools_build and adjust Qt components
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping |
14 Nov 2014 09:39:21
0.10.1_3

|
antoine  |
Cleanup plist |
10 Sep 2014 20:50:37
0.10.1_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) |
10 Mar 2014 20:55:22
0.10.1_2

|
gerald  |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
26 Oct 2013 00:52:36
0.10.1_1

|
gerald  |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
23 Oct 2013 13:08:42
0.10.1

|
makc  |
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes |
22 Oct 2013 13:56:27
0.10.1

|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with m)
Approved by: portmgr (bdrewery) |
20 Sep 2013 20:55:06
0.10.1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
14 Aug 2013 22:35:54
0.10.1

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
22 Mar 2013 20:06:15
0.10.1

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
21 Dec 2012 16:11:54
0.10.1

|
makc  |
- Update to 0.10.1
- Strip Makefile header
- Mark MAKE_JOBS_SAFE |
06 Jun 2012 06:44:38
0.9.1_1
|
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
0.9.1_1
|
dinoex  |
- update png to 1.5.10 |
14 Nov 2011 03:26:46
0.9.1
|
rakuco  |
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes |
28 Nov 2010 20:20:12
0.9.1
|
makc  |
Update to 0.9.1 |
28 Mar 2010 06:47:48
0.8.2_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.8.2_1
|
dinoex  |
- update to jpeg-8 |
11 Aug 2009 13:47:01
0.8.2
|
makc  |
Update to 0.8.2 |
24 Mar 2009 19:13:32
0.8.1_1
|
makc  |
bump PORTREVISION after cmake update |
21 Feb 2009 09:15:15
0.8.1
|
makc  |
Fix build on 6.x.
Reported by: pavbot |
18 Feb 2009 18:01:40
0.8.1
|
makc  |
Add new port math/qtoctave:
QtOctave is a Qt4 based front-end for Octave.
WWW: https://forja.rediris.es/projects/csl-qtoctave/ |