Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Jan 2021 07:47:03
0.9.3.160420160218_11

|
fluffy  |
devel/doxygen: Update to 1.9.0
- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip
Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0
PR: 242347
Submitted by: fluffy
Reported by: Naram Qashat (ex-maintainer)
Exp-run by: antoine |
26 Jul 2019 20:46:57
0.9.3.160420160218_10

|
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 |
17 Mar 2019 12:24:13
0.9.3.160420160218_9

|
rakuco  |
Drop conditional assignment now that this is a simple port after r495956.
Reviewed by: tcberner |
17 Mar 2019 09:02:04
0.9.3.160420160218_9

|
tcberner  |
devel/libdbusmenu-qt: correct COMMENT |
16 Mar 2019 20:27:49
0.9.3.160420160218_9

|
tcberner  |
devel/libdbusmenu-qt: remove flavors (Qt4 deprecation) |
16 Jan 2019 11:13:45
0.9.3.160420160218_8

|
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.9.3.160420160218_7

|
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 |
16 Dec 2018 16:49:17
0.9.3.160420160218_7

|
rene  |
Use regular DEPRECATED and EXPIRATION_DATE variables in an "if FLAVOR" block
instead of flavoring the variables themselves. This caused too much hassle
for Tools/scripts/rmport.
Discussed with: tcberner |
12 Dec 2018 01:35:36
0.9.3.160420160218_7

|
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.9.3.160420160218_6

|
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 |
29 Jul 2018 22:18:46
0.9.3.160420160218_5

|
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 |
28 Jun 2018 17:39:55
0.9.3.160420160218_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 |
12 Mar 2018 18:52:53
0.9.3.160420160218_4

|
tcberner  |
Create flavors for devel/libdbusmenu-qt[45]
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14643 |
10 Sep 2017 20:55:39
0.9.3.160420160218_3

|
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 |
01 Apr 2017 15:23:32
0.9.3.160420160218_2

|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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 |
27 Sep 2016 16:32:53
0.9.3.160420160218_1

|
antoine  |
- Update devel/doxygen to 1.8.12
- Adjust plist of ports depending on it
PR: 212869 |
18 Sep 2016 20:36:31
0.9.3.160420160218

|
tcberner  |
Update devel/libdbusmnenu-qt and devel/libdbusmenu-qt5 to a newer snapshot.
* Update them both to 0.9.3.160420160218
* While doing so, make devel/libdbusmenu-qt5 a slaveport
Reviewed by: rakuco, mat
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7895 |
01 Apr 2016 14:00:57
0.9.3.151020150604

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
04 Feb 2016 13:45:52
0.9.3.151020150604

|
rakuco  |
Replace spaces with tabs. |
25 Jun 2015 12:36:30
0.9.3.151020150604

|
rakuco  |
Reinstate the check for PACKAGE_BUILDING.
It should not have been removed, we still want to build the documentation
when creating packages. |
25 Jun 2015 12:19:16
0.9.3.151020150604

|
rakuco  |
Update to a more recent development snapshot.
This prepares the terrain and makes it in sync with the upcoming Qt5 version of
the port
that needs a more recent version than 0.9.2. There has been no official 0.9.3
yet, so all
distributions are packaging Launchpad snapshots of the port.
In addition to that:
- Rename the GENDOCS option to the more standard DOXYGEN.
- Simplify options handling.
Most of the work has been done in our experimental area51 repository by Tobias
C. Berner
<tcberner@gmail.com>, thanks a lot! |
31 Dec 2014 06:45:11
0.9.2_4

|
antoine  |
Update devel/doxygen to 1.8.9
PR: ports/196342
Submitted by: Naram Qashat (maintainer)
Exp-run and fixes to depending ports: self |
27 Oct 2014 10:40:08
0.9.2_3

|
bapt  |
Cleanup plist |
09 Aug 2014 19:39:09
0.9.2_3

|
antoine  |
Update devel/doxygen to 1.8.7
Update dependent ports to build with it
Most of work by: pi@
Exp-run: self
PR: ports/190943 |
16 Jun 2014 11:37:04
0.9.2_2

|
rakuco  |
- Remove tab from WWW line in pkg-descr.
- Replace USES=bzip2 with USES=tar:bzip2, as suggested by pi@ while
discussing the fallout from the doxygen update. |
03 Jan 2014 00:46:47
0.9.2_2

|
bapt  |
Part 1 at removing now useless FETCH_ARGS redifition |
05 Nov 2013 18:18:03
0.9.2_2

|
rakuco  |
Support staging.
Approved by: Schaich Alonso <alonsoschaich@fastmail.fm> |
20 Sep 2013 17:13:47
0.9.2_2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
14 Aug 2013 22:35:54
0.9.2_2

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
26 Mar 2013 14:26:52
0.9.2_2

|
makc  |
- Rename DOCS option to GENDOCS, enable it only for package building, and
use plist instead of PORTDOCS (which is intended for DOCS option)
- Update USE_QT4 components |
22 Mar 2013 20:06:15
0.9.2_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) |
05 Feb 2013 12:07:29
0.9.2_1

|
makc  |
- Convert last kde@ port to new options framework \o/ |
06 Jun 2012 06:44:38
0.9.2_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.2_1
|
dinoex  |
- update png to 1.5.10 |
25 May 2012 01:53:50
0.9.2
|
makc  |
Update KDE related ports:
databases/akonadi to 1.7.2
devel/libdbusmenu-qt to 0.9.2
devel/qtscriptgenerator to 0.2.0
multimedia/phonon to 4.6.0
multimedia/phonon-gstreamer to 4.6.0
multimedia/phonon-vlc to 0.5.0
sysutils/qzeitgeist to 0.8.0 |
16 Oct 2011 22:56:58
0.9.0
|
avilla  |
- Update grantlee to 0.2.0-rc1.
- Update libdbusmenu-qt to 0.9.0 and add option to install docs. |
25 Mar 2011 10:16:44
0.8.0
|
avilla  |
- Update libdbusmenu-qt to 0.8.0.
- Update akonadi to 1.5.1.
- Update soprano to 2.6.0. |
20 Dec 2010 12:54:15
0.6.6
|
avilla  |
- Update to 0.6.6.
- Add LICENSE. |
16 Nov 2010 10:10:35
0.6.4
|
avilla  |
- Update to 0.6.4.
- Add some external contributions rejected by Canonical because of
copyright issues. [1]
Approved by: tabthorpe (mentor)
Obtained from:
http://bazaar.launchpad.net/~kubuntu-members/libdbusmenu-qt/ubuntu/files/head:/debian/patches/
[1] |
01 Sep 2010 21:14:34
0.6.0
|
makc  |
Add new port devel/libdbusmenu-qt:
A library that provides Qt4 implementation of the DBusMenu protocol.
The DBusMenu protocol makes it possible for applications to export
and import their menus over DBus.
WWW: http://people.canonical.com/~agateau/dbusmenu/ |