Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.7.4_8 31 Dec 2018 17:55:45 |
rene |
Remove KDE4, part 5
2018-12-31 korean/kde4-l10n: KDE4 is EOL upstream
2018-12-31 net/kget-kde4: KDE4 is EOL upstream
2018-12-31 net/kdenetwork-strigi-analyzers-kde4: KDE4 is EOL upstream
2018-12-31 net/zeroconf-ioslave-kde4: KDE4 is EOL upstream
2018-12-31 net/libkfbapi: Qt4 has been EOL since december 2015
2018-12-31 net/kdenetwork-kde4: KDE4 is EOL upstream
2018-12-31 net/kwooty: Qt4 has been EOL since december 2015
2018-12-31 net/kdenetwork-filesharing-kde4: KDE4 is EOL upstream
2018-12-31 net/libmediawiki-kde4: KDE4 is EOL upstream
2018-12-31 net/kio-upnp-ms: Qt4 has been EOL since december 2015
2018-12-31 net/libkvkontakte-kde4: KDE4 is EOL upstream
2018-12-31 net/krfb-kde4: KDE4 is EOL upstream
2018-12-31 net/smb4k-kde4: Qt4 has been EOL since december 2015
2018-12-31 net/krdc-kde4: KDE4 is EOL upstream (Only the first 15 lines of the commit message are shown above ) |
4.7.4_8 25 Dec 2018 20:25:40 |
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 |
4.7.4_8 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 |
4.7.4_7 30 Aug 2018 14:34:04 |
adridg |
Deprecate KDE4 software, categories d-games.
The last upstream release supporting KDE4 was 10 months ago,
https://www.kde.org/announcements/announce-applications-17.08.3.php ,
and the kde@ team for FreeBSD has supported modern KDE (i.e. KDE
Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4
month deprecation period to allow users to switch over.
Not marked deprecated: games/knights-kde4, that's not ours. |
4.7.4_7 29 Jul 2018 22:18:46 |
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 |
4.7.4_6 28 Jun 2018 17:39:55 |
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 |
4.7.4_6 28 Apr 2018 19:19:58 |
tcberner |
Prepare import of KDevelop5 |
4.7.4_5 22 Feb 2018 19:03:18 |
tcberner |
Give the KDE SC4 applications ports a -kde4 suffix
In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.
PR: 225992
Exp-run by: antoine
Reviewed by: rakuco, adridg
Differential Revision: https://reviews.freebsd.org/D14413 |
4.7.4_4 10 Feb 2018 10:29:51 |
tcberner |
Rename KDE4 meta ports
This is done for
* consistency,
* and to simplify the import of the newer KDE Plasma5 desktop and KDE
applications
Bumps the dependencies.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12979 |
4.7.4_3 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 |
4.7.4_2 25 Jun 2017 21:07:58 |
tcberner |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
4.7.4_2 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
4.7.4_1 01 Apr 2017 15:23:32 |
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 |
4.7.4 03 Jan 2017 10:06:56 |
tcberner |
Update Kdevelop to 4.7.4
This is a bug-fix release:
https://www.kdevelop.org/news/kdevelop-474-released
Submitted by: Adriaan de Groot <groot@kde.org>
Reviewed by: tcberner
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9006 |
4.7.3 24 Aug 2016 08:20:31 |
tcberner |
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4] (Only the first 15 lines of the commit message are shown above ) |
25 May 2016 20:56:06
|
rene |
Remove expired misc/kdehier4 and update all of its consumers to not reference it
any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542 |
4.7.3 15 Apr 2016 13:40:41 |
rakuco |
Update KDevelop to 4.7.3 and KDevplatform to 1.7.3.
Release announcements:
- https://www.kdevelop.org/kde4/kdevelop-472-released
- https://www.kdevelop.org/news/kdevelop-473-release
The majority of the work here has been done by Adriaan de Groot in kde@'s
experimental area51 repository.
Submitted by: Adriaan de Groot <groot@kde.org> |
4.7.1_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.7.1_1 15 Mar 2016 12:35:56 |
rakuco |
Change header installation location for kdelibs4-based ports.
Install x11/kdelibs4's headers into include/kde4 instead of include (which
consequently causes several other ports to have their installation paths
changed too).
The idea behind this is to reduce path conflicts between KDE4 ports and the
upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If
we continue installing the KDE4 headers into include/, we can end up in a
situation like this:
c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp
If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port
will unintentionally be picked up first and the build will fail. (Only the first 15 lines of the commit message are shown above ) |
4.7.1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
4.7.1 21 Feb 2015 22:53:54 |
rakuco |
Update KDevelop to 4.7.1.
Release notes: https://www.kdevelop.org/47/kdevelop-471-released |
4.7.0 28 Dec 2014 22:27:20 |
rakuco |
Add patch to fix the build on 8.4-i386.
Include <climits> for LLONG_MIN. All other architectures and versions are OK. |
4.7.0 16 Dec 2014 11:02:11 |
alonso |
Fix build with clang 3.5
Merge a patch commited to kdevelop's upstream in its revision
4b4dcc3fb32f47ebfb19552e9638f90a2e22b2a0.
The failure was reported to the mailing list by a failing build cluster.
Report is available on:
http://pb2.nyi.freebsd.org/data/head-amd64-PR195480-default/2014-12-12_23h17m02s/logs/errors/kdevelop-4.7.0.log
Approved by: rakuco (mentor) |
4.7.0 09 Dec 2014 07:39:51 |
alonso |
Fix build of kdevelop on FreeBSD8 and 9
devel/kdevplatform requires a c++11 conformant compiler and runtime
libraries. Further, it exposes these requirements to its consumer
PORTS by exposing c++11 stl interfaces in its header files.
Also, devel/kdevelop requires a c++11 runtime library by its usage of
initializer lists on top of its kdevplatform consumage.
Have the kdevplatform, kdevelop and kdevelop-php PORTS require a
corresponsing toolchain by USEing compiler:c++11-lib
While here, add cmake:outsource to these ports.
PR: 195742
Approved by: rakuco (mentor) |
4.7.0 04 Dec 2014 19:03:27 |
alonso |
Update kdevelop to version 4.7.0
Merge the area51's revisions 10454, 10455, 10485 (partially) and 10486:
Revision Log
Revision 10454: Fix options
Run-Time references on Okteta/Kasten used to be emited independend of
the OKTETA option switch, if Okteta/Kasten was installed on the system
at build time.
Honour the option and force CMake to ignore the presence of Okteta by
specifying KDE's macro_optional_find_package preemptive abort macro.
(Only the first 15 lines of the commit message are shown above ) |
4.6.0_4 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
4.6.0_4 10 Sep 2014 20:50:37 |
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) |
4.6.0_3 15 Aug 2014 20:37:33 |
mandree |
Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)
Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130
Couple OpenEXR more tightly to ilmbase and require its exact .so
version.
Add UPDATING note, and bump PORTREVISION of all dependent ports.
Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.
Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) |
4.6.0_2 29 Jul 2014 21:07:40 |
adamw |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports) |
4.6.0_2 21 Jun 2014 18:57:04 |
rakuco |
Explicitly depend on all Qt libraries linked by the build system targets.
Stop pulling Qt dependencies implicitly via other ports, as this can be
unreliable at times. Instead, bring in all Qt ports that the port links
against.
PR: 191113 |
4.6.0_1 18 Feb 2014 14:25:36 |
makc |
devel/kdevelop-kde4:
- chase devel/kdesdk4 split |
4.6.0 17 Jan 2014 20:34:34 |
makc |
- Update KDevelop ports to 4.6.0 [1]
- Convert LIB_DEPENDS to new style
- Use options helpers
- Change DIST_SUBDIR (imitate upstream, as we do it already for KDE SC)
devel/kdevelop-kde4:
- Remove useless LATEST_LINK
- Drop deprecated sharedmime from USE_KDE4, the port is already switched
to USES=shared-mime-info
Submitted by: pizzamig <luca.pizzamiglio at gmail.com> via maillist [1] |
4.5.2 06 Nov 2013 14:47:15 |
rakuco |
Update KDevelop to 4.5.2.
Additionally, support staging in all ports being changed here, replace
USE_GMAKE=yes with USES=gmake and fix a typo in the CMake parameters passed
in kdevelop-kde4 when the OKTETA option is disabled.
Submitted by: Schaich Alonso <alonsoschaich@fastmail.fm> |
4.5.1_1 26 Oct 2013 00:52:36 |
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 ) |
4.5.1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
4.5.1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
4.5.1 02 Jul 2013 19:34:19 |
rakuco |
Unbreak. It's USES=shared-mime-info, not USES=sharedmime. |
02 Jul 2013 19:20:28
|
rakuco |
Update KDevelop & friends to 4.5.1 and KDevelop to 1.5.1.
Proudly presented by the KDE on FreeBSD team, with commits by makc@, rakuco@
and Schaich Alonso. Everything should build fine with both gcc and clang. |
4.4.1 12 May 2013 16:16:56 |
makc |
- Add missing sharedmime to the list of USE_KDE4 components. It will be
superseded by recently introduced USES= shared-mime-info later.
- Remove no longer needed exec/unexec from plist and post-install calls for
update-mime-database
- Trim Makefile header while I'm here |
4.4.1 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
4.4.1 22 Mar 2013 13:41:53 |
makc |
- Get rid of no longer needed KDE4_BUILDENV
- Convert USE_CMAKE to USES |
4.4.1 05 Feb 2013 11:38:35 |
makc |
Merge from area51 repository:
- Update ports:
KDevelop to 4.4.1
KDevPlatform and KDevelop-PHP to 1.4.1
- Trim Makefile header
- Convert to new options framework
- Add NSL option
- Add new port devel/kdevelop-custom-buildsystem
Courtesy of: avilla |
4.3.1_2 25 Jul 2012 06:32:08 |
cs |
Fix typos in COMMENT |
4.3.1_2 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
4.3.1_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
4.3.1_1 30 May 2012 03:26:25 |
rakuco |
kdevplatform, kdevelop-kde4: Really fix clang support.
My original upstream commits to fix the detection of the
<unordered_map> and <ext/hash_map> headers needed some fixes which
were committed later.
The original patches have now been replaced by all the needed commits
squashed into a single 'patch-fix-clang-support' diff. |
4.3.1 28 May 2012 18:48:02 |
rakuco |
Add my upstream commit to fix the build with clang and our old base libstdc++. |
4.3.1 26 May 2012 23:18:07 |
rakuco |
Update KDevelop-related ports now that KDE 4.8.3 has been committed.
Special thanks to Luca Pizzamiglio <luca.pizzamiglio at gmail.com> for
working on the update to 4.3.0, which made going to 4.3.1 much easier. |
4.2.3_1 16 Feb 2012 15:57:34 |
ashish |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
4.2.3 17 Jul 2011 16:13:03 |
avilla |
- Update kdevplatform, kdevelop-php and kdevelop-php-docs to 1.2.3.
- Update kdevelop-kde4 to 4.2.3.
Submitted by: Raphael Kubo da Costa <kubito@gmail.com> via area51 |
4.2.2 20 May 2011 13:09:47 |
makc |
Add USE_GMAKE to fix build [1]
Remove excessive Qt4 components and needless KDE4_BUILDENV
Reported by: Pav/pointyhat [1] |
4.2.2 09 Apr 2011 09:31:40 |
avilla |
- Update kdevelop to 4.2.2.
- Update kdevplatform and kdevelop-php to 1.2.2. |
4.2.0 25 Mar 2011 10:46:52 |
avilla |
- Update kdevelop to 4.2.0.
- Update kdevplatform, kdevelop-php and kdevelop-php-docs to 1.2.0. |
4.1.0_2 25 Feb 2011 01:32:18 |
delphij |
Chase after net/openldap24-server update.
Reminded by: miwi |
4.1.0_1 16 Dec 2010 02:34:07 |
glarkin |
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin |
4.1.0 09 Nov 2010 01:52:43 |
avilla |
- Update kdevplatform to 1.1.0.
- Update kdevelop to 4.1.0.
- Update kdevelop-php to 1.1.0.
- Use bsd.port.options.mk.
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> via e-mail
Approved by: tabthorpe (mentor) |
4.0.0 14 May 2010 13:44:10 |
fluffy |
- Fix LATEST_LINK
Reported by: Erwin "Annoying Reminder Guy III" Lansing |
4.0.0 14 May 2010 05:21:57 |
fluffy |
- Please welcome the KDE4 development framework and its components by list:
KDevPlatform-1.0.0
KDevelop-PHP-1.0.0
KDevelop-PHP-docs-1.0.0
KDevelop-4.0.0
Happy updating!
/Dima, behalf of KDE@FreeBSD team |