non port: devel/kf5-extra-cmake-modules/Makefile |
SVNWeb
|
Number of commits found XX: 18 |
Tue, 21 Jul 2020
|
[ 17:15 tcberner ] 
542761 MOVED
542761 Mk/Scripts/qa.sh
542761 Mk/Uses/kde.mk
542761 archivers/kf5-karchive/Makefile
542761 archivers/kf5-karchive/distinfo
542761 deskutils/kdepim-runtime/Makefile
542761 devel/kf5-extra-cmake-modules/Makefile
542761 devel/kf5-extra-cmake-modules/distinfo
542761 devel/kf5-extra-cmake-modules/pkg-plist
542761 devel/kf5-kapidox/distinfo
(Only the first 10 of 89 ports in this commit are shown above. )
Update KDE Framewokrs to 5.72
July 04, 2020. KDE today announces the release of KDE Frameworks 5.72.0.
KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well tested
libraries with friendly licensing terms. For an introduction see the KDE
Frameworks web page.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
Changelog:
https://kde.org/announcements/kde-frameworks-5.72.0.php?site_locale=en
- net/kdav became a framework and was therefore moved to net/kf5-kdav.
- thanks to adridg@ for fixing the fallout
Exp-run by: antoine
PR: 247907
|
Tue, 9 Jun 2020
|
[ 01:09 dbaio ] 
538271 devel/kf5-extra-cmake-modules/Makefile
538271 devel/kf5-extra-cmake-modules/pkg-plist
538271 textproc/py-sphinx/Makefile
538271 textproc/py-sphinx/distinfo
textproc/py-sphinx: Update to 3.0.4
Changelog: https://github.com/sphinx-doc/sphinx/blob/v3.0.4/CHANGES
PR: 246935
Exp-run by: antoine
|
Mon, 11 May 2020
|
[ 23:51 dbaio ] 
534966 Mk/Uses/python.mk
534966 audio/aubio/Makefile
534966 audio/aubio/pkg-plist
534966 audio/musicpc/Makefile
534966 audio/musicpc/pkg-plist
534966 audio/ncmpc/Makefile
534966 audio/ncmpc/pkg-plist
534966 audio/py-pyaudio/Makefile
534966 biology/py-orange3-single-cell/Makefile
534966 comms/gnuradio/Makefile
(Only the first 10 of 144 ports in this commit are shown above. )
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above )
|
Tue, 16 Apr 2019
|
[ 09:58 tcberner ] 
499087 Mk/Uses/kde.mk
499087 archivers/kf5-karchive/distinfo
499087 devel/kf5-extra-cmake-modules/Makefile
499087 devel/kf5-extra-cmake-modules/distinfo
499087 devel/kf5-extra-cmake-modules/pkg-plist
499087 devel/kf5-kapidox/Makefile
499087 devel/kf5-kapidox/distinfo
499087 devel/kf5-kauth/Makefile
499087 devel/kf5-kauth/distinfo
499087 devel/kf5-kbookmarks/distinfo
(Only the first 10 of 103 ports in this commit are shown above. )
Update KDE Frameworks to 5.57
Announcement:
https://kde.org/announcements/kde-frameworks-5.57.0.php
PR: 237253
Exp-run by: antoine
|
Mon, 18 Mar 2019
|
[ 21:02 rakuco ] 
496208 devel/kf5-extra-cmake-modules/Makefile
Depend on qt5-linguisttools at runtime too.
This fixes bug 236613, which happens when the KWALLET option is disabled. In
this case, we do not pull in devel/qt5-linguisttools even though Falkon's build
system uses e-c-m's ECMPoQmTools.cmake, which requires linguisttools to be
present. As it turns out, we need to run-depend on linguisttools to prevent
this kind of issue anywhere.
PR: 236613
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D19629
|
Tue, 12 Feb 2019
|
[ 17:48 tcberner ] 
492794 Mk/Uses/kde.mk
492794 archivers/kf5-karchive/Makefile
492794 archivers/kf5-karchive/distinfo
492794 devel/kf5-extra-cmake-modules/Makefile
492794 devel/kf5-extra-cmake-modules/distinfo
492794 devel/kf5-extra-cmake-modules/files/patch-kdephab_D17015.diff
492794 devel/kf5-extra-cmake-modules/pkg-plist
492794 devel/kf5-kapidox/Makefile
492794 devel/kf5-kapidox/distinfo
492794 devel/kf5-kauth/Makefile
(Only the first 10 of 161 ports in this commit are shown above. )
Update KDE Frameworks to 5.55.0
Release Announcement:
https://www.kde.org/announcements/kde-frameworks-5.55.0.php
PR: 235620
Exp-run by: antoine
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] 
490472 accessibility/kdeaccessibility/Makefile
490472 accessibility/kmag/Makefile
490472 accessibility/kmousetool/Makefile
490472 accessibility/kmouth/Makefile
490472 accessibility/qt5-speech/Makefile
490472 archivers/ark/Makefile
490472 archivers/kf5-karchive/Makefile
490472 archivers/peazip/Makefile
490472 archivers/quazip/Makefile
490472 astro/gpsbabel/Makefile
(Only the first 10 of 1089 ports in this commit are shown above. )
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 )
|
Tue, 15 Jan 2019
|
[ 20:54 tcberner ] 
490403 Mk/Uses/kde.mk
490403 archivers/kf5-karchive/distinfo
490403 devel/kf5-extra-cmake-modules/Makefile
490403 devel/kf5-extra-cmake-modules/distinfo
490403 devel/kf5-extra-cmake-modules/pkg-plist
490403 devel/kf5-kapidox/distinfo
490403 devel/kf5-kauth/distinfo
490403 devel/kf5-kbookmarks/distinfo
490403 devel/kf5-kcmutils/distinfo
490403 devel/kf5-kconfig/distinfo
(Only the first 10 of 88 ports in this commit are shown above. )
Update KDE Frameworks to 5.54.0
PR: 234905
Exp-run by: antoine
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] 
488341 CHANGES
488341 Mk/Uses/cmake.mk
488341 accessibility/jovie-kde4/Makefile
488341 accessibility/kaccessible-kde4/Makefile
488341 accessibility/kmag-kde4/Makefile
488341 accessibility/kmag/Makefile
488341 accessibility/kmousetool-kde4/Makefile
488341 accessibility/kmousetool/Makefile
488341 accessibility/kmouth-kde4/Makefile
488341 accessibility/kmouth/Makefile
(Only the first 10 of 1277 ports in this commit are shown above. )
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
|
Sun, 23 Dec 2018
|
[ 09:04 tcberner ] 
488174 devel/kf5-extra-cmake-modules/Makefile
devel/kf5-extra-cmake-modules: remove broken TEST option
- TEST could not be disabled when it was added in r421185.
- It still can't.
- Get rid of it.
Reported by: Daniel Shafer <daniel@shafer.cc>
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] 
473503 CHANGES
473503 Mk/Scripts/qa.sh
473503 Mk/Uses/qmake.mk
473503 Mk/Uses/qt-dist.mk
473503 Mk/Uses/qt.mk
473503 Mk/bsd.port.mk
473503 Mk/bsd.qt.mk
473503 Mk/bsd.sanity.mk
473503 accessibility/jovie-kde4/Makefile
473503 accessibility/kaccessible-kde4/Makefile
(Only the first 10 of 1416 ports in this commit are shown above. )
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
|
Thu, 15 Feb 2018
|
[ 17:05 tcberner ] 
461936 Mk/Uses/kde.mk
461936 archivers/kf5-karchive/distinfo
461936 devel/kf5-extra-cmake-modules/Makefile
461936 devel/kf5-extra-cmake-modules/distinfo
461936 devel/kf5-extra-cmake-modules/pkg-plist
461936 devel/kf5-kapidox/distinfo
461936 devel/kf5-kauth/distinfo
461936 devel/kf5-kbookmarks/distinfo
461936 devel/kf5-kbookmarks/pkg-plist
461936 devel/kf5-kcmutils/distinfo
(Only the first 10 of 105 ports in this commit are shown above. )
Update KDE Frameworks to 5.43.0
PR: 225869
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D14287
|
Mon, 29 Jan 2018
|
[ 06:45 araujo ] 
460241 deskutils/owncloudclient/Makefile
460241 deskutils/owncloudclient/pkg-plist
460241 devel/ahven/Makefile
460241 devel/ahven/pkg-plist
460241 devel/cmake-doc/Makefile
460241 devel/cmake-doc/pkg-plist
460241 devel/kf5-extra-cmake-modules/Makefile
460241 devel/kf5-extra-cmake-modules/pkg-plist
460241 devel/llvm33/Makefile
460241 devel/llvm33/pkg-plist
(Only the first 10 of 37 ports in this commit are shown above. )
- 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.
|
Tue, 24 Oct 2017
|
[ 21:30 adridg ] 
452819 archivers/kf5-karchive/Makefile
452819 devel/kf5-extra-cmake-modules/Makefile
452819 devel/kf5-kapidox/Makefile
452819 devel/kf5-kconfig/Makefile
452819 devel/kf5-kcoreaddons/Makefile
452819 devel/kf5-kdbusaddons/Makefile
452819 textproc/kf5-kcodecs/Makefile
452819 x11-themes/kf5-breeze-icons/Makefile
452819 x11-toolkits/kf5-attica/Makefile
Update some of the KDE Frameworks 5 ports with DISTVERSION, LICENSE
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12759
|
Wed, 19 Apr 2017
|
[ 14:59 tcberner ] 
438880 Mk/Uses/kde.mk
438880 archivers/kf5-karchive/Makefile
438880 archivers/kf5-karchive/distinfo
438880 devel/kf5-extra-cmake-modules/Makefile
438880 devel/kf5-extra-cmake-modules/distinfo
438880 devel/kf5-extra-cmake-modules/files/patch-git_add_FindInotify.cmake
438880 devel/kf5-extra-cmake-modules/files/patch-kde-modules_KDECompilerSettings.cmake
438880 devel/kf5-kapidox/distinfo
438880 devel/kf5-kauth/Makefile
438880 devel/kf5-kauth/distinfo
(Only the first 10 of 145 ports in this commit are shown above. )
Update KDE Frameworks to 5.33.0
PR: 218524
Exp-run by: antoine
Reviewed by: mat, rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D10331
|
Sun, 9 Apr 2017
|
[ 07:52 tcberner ] 
438076 devel/kf5-extra-cmake-modules/Makefile
devel/kf5-extra-cmake-modules: Fix HELP option
There was a mixup between DOCS and HELP option.
PR: 218462
Approved by: rakuco (mentor)
|
Sun, 2 Apr 2017
|
[ 19:53 rakuco ] 
437576 devel/kf5-extra-cmake-modules/Makefile
Make devel/qt5-help a build-time dependency.
It is only used to produce the .qch file, so it does not need to be present at
runtime. This turns kf5-e-c-m into a port that has no dependency on Qt5 (or
basically any other port), which makes it easier to depend on it.
Reviewed by: tcberner
MFH: 2017Q2
Differential Revision: https://reviews.freebsd.org/D10234
|
Mon, 14 Nov 2016
|
[ 16:12 tcberner ] 
426118 MOVED
426118 Mk/Scripts/qa.sh
426118 Mk/Uses/kde.mk
426118 archivers/Makefile
426118 archivers/kf5-karchive
426118 archivers/kf5-karchive/Makefile
426118 archivers/kf5-karchive/distinfo
426118 archivers/kf5-karchive/pkg-descr
426118 archivers/kf5-karchive/pkg-plist
426118 chinese/fcitx/Makefile
(Only the first 10 of 383 ports in this commit are shown above. )
Importing KDE Frameworks into the ports tree (required for newer KDE Desktop and
Applications)
KDE Frameworks is a collection of libraries and software frameworks by KDE
that serve as technological foundation for KDE Plasma 5 and KDE Applications
distributed under the GNU Lesser General Public License (LGPL) [1].
The work is based on what we have in the KDE testing repo [2].
This is the next big step in updating the KDE Desktop and its Applications
to anything less dusty.
With this change, `USES=kde:5` is now a valid option. Ports that need to depend
on KDE Framework can now set:
USES=kde:5
USE_KDE=<framework1> <framework2> ... <frameworkX> (Only the first 15 lines of the commit message are shown above )
|
Number of commits found XX: 18 |