notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net-p2p/ktorrent/Makefile

Number of commits found: 128 (showing only 100 on this page)

1 | 2  »  

Sunday, 3 Dec 2023
22:17 Tobias C. Berner (tcberner) search for other commits by this committer
framework: move 'phonon4' from qt.mk to kde.mk as 'phonon'

To depend on phonon, you now need

USES=	kde:<ver>
USE_KDE=phonon

if you want to depend on the backend, also add

USE_KDE=	phonon-backend
commit hash: b2a438e1ba2f1f806519a925c2f241d2f4675c65 commit hash: b2a438e1ba2f1f806519a925c2f241d2f4675c65 commit hash: b2a438e1ba2f1f806519a925c2f241d2f4675c65 commit hash: b2a438e1ba2f1f806519a925c2f241d2f4675c65 b2a438e
Friday, 30 Jun 2023
20:05 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 23.04.2

KDE Gear 23.04.2

Thursday, 8 June 2023

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 * konsole: Adjust selection point coords when scrollback shrinks
 * neochat: Focus message search window's search field by default
 * yakuake: Prevent unnecessary tab switching when closing a tab

Changelog: https://kde.org/announcements/changelogs/gear/23.04.2/
commit hash: 0c2dea861bca1ed6901b506105ca3162c61b688c commit hash: 0c2dea861bca1ed6901b506105ca3162c61b688c commit hash: 0c2dea861bca1ed6901b506105ca3162c61b688c commit hash: 0c2dea861bca1ed6901b506105ca3162c61b688c 0c2dea8
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Sunday, 11 Sep 2022
10:20 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee ddae4e9
Thursday, 8 Sep 2022
12:20 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 22.08.1

Thursday, 8 September 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 *  kmail: Searching for messages does work again (Commit, fixes bugs
    #458202 and #458245).
 *  kate: Fix a crash when there are no search results (Commit)
 *  krdc: Access dates are displayed properly now (Commit, fixes bug
    #458587)

Announcement: https://kde.org/announcements/gear/22.08.1/
commit hash: b83e197d31e295472147adeb2f8bc9bd6de7fcbd commit hash: b83e197d31e295472147adeb2f8bc9bd6de7fcbd commit hash: b83e197d31e295472147adeb2f8bc9bd6de7fcbd commit hash: b83e197d31e295472147adeb2f8bc9bd6de7fcbd b83e197
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 5 Sep 2022
19:06 Dima Panov (fluffy) search for other commits by this committer
net-p2p/ktorrent: pet stage-qa
commit hash: 4ff4deea7a9377b83ce5ebfc1b50683bbcc162eb commit hash: 4ff4deea7a9377b83ce5ebfc1b50683bbcc162eb commit hash: 4ff4deea7a9377b83ce5ebfc1b50683bbcc162eb commit hash: 4ff4deea7a9377b83ce5ebfc1b50683bbcc162eb 4ff4dee
Thursday, 18 Aug 2022
16:20 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 22.08

Thursday, 18 August 2022

KDE Gear ⚙️ 22.08 has Landed!

KDE Gear ⚙️ is the collection of KDE apps, frameworks and libraries that
all release new versions at the same time. Version 22.08 brings updates
for KDE programs for working, developing your creativity and enjoying
your free time without having to submit yourself to extortionate
licenses, intrusive advertising, or surrender your privacy.

Discover the most important changes added in the last four months to
software designed to make your life better!

Full announcement:
	https://kde.org/announcements/gear/22.08.0/
commit hash: 116b90e5501fae079b76ad464b0757cba90b5a36 commit hash: 116b90e5501fae079b76ad464b0757cba90b5a36 commit hash: 116b90e5501fae079b76ad464b0757cba90b5a36 commit hash: 116b90e5501fae079b76ad464b0757cba90b5a36 116b90e
Friday, 12 Aug 2022
14:46 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed 4cf39de
Sunday, 23 Jan 2022
20:56 Rene Ladan (rene) search for other commits by this committer
cleanup: remove transitive py27 deprecation (www/qt5-webengine)
commit hash: 48d98ef9181e828b575f37e1841ad53e5def5987 commit hash: 48d98ef9181e828b575f37e1841ad53e5def5987 commit hash: 48d98ef9181e828b575f37e1841ad53e5def5987 commit hash: 48d98ef9181e828b575f37e1841ad53e5def5987 48d98ef
Friday, 13 Aug 2021
07:15 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 21.08.0

Thursday, 12 August 2021

KDE Gear 21.08 improves KDE apps across the board, bringing you quick
and responsive utilities, creativity programs with powerful features,
and secure tools for all your work and play needs.

If this is your first time with KDE software, discover a whole new world
of free and secure programs, packed with incredible possibilities. If
you are already a KDE regular, check out all the fresh innovations we
have added to your favorite apps.

Either way, go forth and try new things!

Full announcement:
	https://kde.org/announcements/gear/21.08.0/
commit hash: 17734b82d3078372e2c79574279b8038ff9d2411 commit hash: 17734b82d3078372e2c79574279b8038ff9d2411 commit hash: 17734b82d3078372e2c79574279b8038ff9d2411 commit hash: 17734b82d3078372e2c79574279b8038ff9d2411 17734b8
Friday, 9 Jul 2021
23:34 Tobias C. Berner (tcberner) search for other commits by this committer
*/*: Update KDE Gear to 21.04.3

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases.

Full changelog:
	https://kde.org/announcements/changelogs/gear/21.04.3/
commit hash: 19ce6c4021c94df0f36147ee588a5938472b9650 commit hash: 19ce6c4021c94df0f36147ee588a5938472b9650 commit hash: 19ce6c4021c94df0f36147ee588a5938472b9650 commit hash: 19ce6c4021c94df0f36147ee588a5938472b9650 19ce6c4
Thursday, 8 Jul 2021
20:43 Adriaan de Groot (adridg) search for other commits by this committer
net-p2p/*ktorrent: tidy up dependencies

- Boost is a build-dep (wasn't listed explicitly for
  ktorrent, because it was dragged in implicitly by other
  KDE frameworks),
- ECM is a build-dep (either listed as runtime-dep, or missing
  and implicit from being a runtime-dep for something else).

While here, remove comment about keeping things in sync which
is no longer relevant since ktorrent and libktorrent are part
of the KDE release service.
commit hash: c47397b58e8a612f3bbe987b97fb40665b70df53 commit hash: c47397b58e8a612f3bbe987b97fb40665b70df53 commit hash: c47397b58e8a612f3bbe987b97fb40665b70df53 commit hash: c47397b58e8a612f3bbe987b97fb40665b70df53 c47397b
Thursday, 13 May 2021
02:23 Alexey Dokuchaev (danfe) search for other commits by this committer
net-p2p/ktorrent: register build-time conflict against net-p2p/libtorrent

Both `net-p2p/libktorrent' (direct dependency) and `net-p2p/libtorrent'
(unrelated port) install `torrent/torrent.h' header file, albeit in the
different locations:

    /usr/local/include/torrent/torrent.h
    /usr/local/include/KF5/libktorrent/torrent/torrent.h

The problem is that when both ports are installed, the first header is
being included which in turn breaks the build in a not-so-obvious way:

    In file included from libktcore/ktcore_autogen/mocs_compilation.cpp:22:
    In file included from
libktcore/ktcore_autogen/WEMDBQPFF4/moc_magnetmanager.cpp:10:
    In file included from
libktcore/ktcore_autogen/WEMDBQPFF4/../../../../ktorrent-21.04.0/libktcore/torrent/magnetmanager.h:26:
    /usr/local/include/KF5/libktorrent/magnet/magnetdownloader.h:104:5: error:
unknown type name 'Torrent'
        Torrent tor;
        ^
    In file included from libktcore/ktcore_autogen/mocs_compilation.cpp:22:
    libktcore/ktcore_autogen/WEMDBQPFF4/moc_magnetmanager.cpp:86:34: error:
cannot initialize object parameter of type 'bt::MagnetDownloader' with an
expression of type 'kt::MagnetDownloader'
        return bt::MagnetDownloader::qt_metacast(_clname);
                                     ^~~~~~~~~~~
    libktcore/ktcore_autogen/WEMDBQPFF4/moc_magnetmanager.cpp:91:33: error:
cannot initialize object parameter of type 'bt::MagnetDownloader' with an
expression of type 'kt::MagnetDownloader'
        _id = bt::MagnetDownloader::qt_metacall(_c, _id, _a);
                                    ^~~~~~~~~~~
commit hash: 5192c2840e16dcae91a3947edbd51c90874cb9f6 commit hash: 5192c2840e16dcae91a3947edbd51c90874cb9f6 commit hash: 5192c2840e16dcae91a3947edbd51c90874cb9f6 commit hash: 5192c2840e16dcae91a3947edbd51c90874cb9f6 5192c28
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 24 Mar 2021
13:34 rene search for other commits by this committer
Mark ports recursively depending on Python 2.7 for expiration on June 23.

For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.

Submitted by:	rene
Reviewed by:	portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D28665
Original commitRevision:569118 
Friday, 11 Dec 2020
19:18 tcberner search for other commits by this committer
Update KDE Applications to 20.12

- astro/libkgeomap has been removed as there are no consumers left
- deskutils/kdepim-apps-libs has been reintegrated into other ports

There are a handful of new ports available:
- astro/kosmindoormap: Library and QML component for rendering multi-level OSM
indoor maps
- deskutils/itinerary: KDE Itinerary is a digital travel assistant
- devel/kpublictransport: Access realtime public transport data
- graphics/kontrast: Color contrast checker
- textproc/markdownpart: KPart for rendering Markdown content
Original commitRevision:557757 
Saturday, 18 Jul 2020
21:11 adridg search for other commits by this committer
Fix ktorrent in the face of changed Taglib

While here, fix WWW which pointed to a squatter now

PR:		247907
Original commitRevision:542533 
Wednesday, 24 Jun 2020
09:33 pkubaj search for other commits by this committer
net-p2p/ktorrent: fix build on non-x86 non-aarch64

Webengine is not available there, at least now.

PR:		247128
Approved by:	kde (maintainer timeout)
Original commitRevision:540020 
Sunday, 7 Jun 2020
06:56 tcberner search for other commits by this committer
net-p2p/ktorrent: update to 5.2.0

- update net-p2p/libktorrent to 2.2.0
- switched from webkit to webengine
Original commitRevision:538145 
Saturday, 14 Mar 2020
17:42 tcberner search for other commits by this committer
Make implicit dependency on devel/qt5-concurrent explicit
Original commitRevision:528428 
Monday, 2 Sep 2019
11:29 adridg search for other commits by this committer
Update ktorrent to latest upstream release, 5.1.2

 - also chase attendant libktorrent
 - switch libktorrent to release tarballs instead of GitHub

From the release announcement, Fixes:
 * Fix HTTP seeding.
 * Fix memory corruption in ScanFolder plugin.
 * Fix a few issues found by clang-tidy.
 * Some build fixes (missing include headers) that get triggered
   on certain versions of Qt/KF5 frameworks.
Original commitRevision:510777 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Saturday, 13 Jul 2019
11:01 makc search for other commits by this committer
net-p2p/ktorrent:
- Fix packaging with WORKSPACE option
Original commitRevision:506537 
Tuesday, 14 May 2019
11:24 fluffy search for other commits by this committer
- Add option to depend on plasma-workspace (to enable shutdown on completion
support)
Original commitRevision:501647 
Saturday, 27 Apr 2019
05:38 tcberner search for other commits by this committer
Fix some kde@ ports for GCC architectures

PR:		237516
Submitted by:	pkubaj
Original commitRevision:500191 
Saturday, 16 Mar 2019
21:32 tcberner search for other commits by this committer
multimedia/phonon, multimedia/phonon-gestreamer,
multimedia/phonon-designerplugin: remove flavorse (Qt4 deprecation)
Original commitRevision:495961 
Wednesday, 16 Jan 2019
11:13 tijl search for other commits by this committer
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
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
Original commitRevision:490472 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
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
Original commitRevision:488341 
Tuesday, 18 Sep 2018
18:54 tcberner search for other commits by this committer
devel/ktorrent: udpate to 5.1.1.
Original commitRevision:480066 
Sunday, 26 Aug 2018
06:39 fluffy search for other commits by this committer
- Unbreak after latest KDE Framwork upgrade, 5.49, introduced by r477922

Syndication::Loader::loadUrl() now always requires a DataRetriever
to be passed as a second argument

Obtained from:	KDE git
Original commitRevision:478100 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
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
Original commitRevision:473503 
Thursday, 21 Jun 2018
16:52 tcberner search for other commits by this committer
multimedia/*phonon*: update and flavorize with @qt4/@qt5

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14632
Original commitRevision:472983 
Tuesday, 10 Apr 2018
18:17 tcberner search for other commits by this committer
New ports: net-p2p/ktorrent, net-p2p/libktorrent, net/syndication

This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.

This one is a bit ugly: move libktorrent and ktorrent-kde4 out of the way and
readd the new ones in one go, to not have to touch the same MOVED lines in a
short time span.

Also this adds a very stripped down version of the desktuils/kdepim metaport,
which will get more and more dependencies added shortly.
Original commitRevision:466980 
Saturday, 10 Feb 2018
10:29 tcberner search for other commits by this committer
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
Original commitRevision:461375 
Thursday, 18 Jan 2018
04:11 jbeich search for other commits by this committer
devel/boost-*: update to 1.66.0

Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
Original commitRevision:459315 
Monday, 25 Sep 2017
00:08 jbeich search for other commits by this committer
devel/boost-*: update to 1.65.1

Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
Original commitRevision:450560 
00:05 jbeich search for other commits by this committer
devel/boost-*: enable C++11 features

PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
Original commitRevision:450557 
Tuesday, 2 May 2017
06:48 jbeich search for other commits by this committer
devel/boost-*: update to 1.64.0

Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
Original commitRevision:439934 
Tuesday, 25 Apr 2017
08:20 riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Original commitRevision:439367 
Friday, 6 Jan 2017
08:45 jbeich search for other commits by this committer
devel/boost-*: update to 1.63.0

Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
Original commitRevision:430692 
Wednesday, 23 Nov 2016
12:45 jbeich search for other commits by this committer
devel/boost-*: update to 1.62.0

- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
Original commitRevision:426908 
Sunday, 23 Oct 2016
15:55 rakuco search for other commits by this committer
Pass KTorrent ports to kde@.
Original commitRevision:424527 
Thursday, 20 Oct 2016
15:58 rakuco search for other commits by this committer
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.
Original commitRevision:424339 
Wednesday, 24 Aug 2016
08:20 tcberner search for other commits by this committer
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]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
    handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
    Ports -- I chose to leave this out for now, as the diff is already large
    enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
    want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5

PR:             210667
Approved by:    portmgr, mat (mentor), rakuco (mentor)
Reviewed by:    mat, rakuco
Differential Revision:   https://reviews.freebsd.org/D6961
Original commitRevision:420774 
Wednesday, 25 May 2016
20:56 rene search for other commits by this committer
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
Original commitRevision:415864 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Thursday, 19 Feb 2015
18:19 makc search for other commits by this committer
- Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only
app)
  and supposedly fix build of graphics/gnash with KDE4 option
Original commitRevision:379358 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Friday, 15 Aug 2014
20:37 mandree search for other commits by this committer
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)
Original commitRevision:365038 
Monday, 12 May 2014
10:53 makc search for other commits by this committer
Convert my ports to USES=tar
Original commitRevision:353800 
Tuesday, 18 Feb 2014
14:31 makc search for other commits by this committer
- Bump PORTREVISION after KDE4_PREFIX change
Original commitRevision:344898 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
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
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Wednesday, 23 Oct 2013
13:08 makc search for other commits by this committer
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
Original commitRevision:331383 
Friday, 20 Sep 2013
22:28 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p)
Original commitRevision:327758 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Wednesday, 24 Apr 2013
07:35 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 1)

Approved by:	portmgr (bapt)
Original commitRevision:316407 
Thursday, 28 Mar 2013
12:06 makc search for other commits by this committer
- Change dependency type for Boost: required only at build stage
- Adjust USE_QT4 components
- Switch to out-of-source build

ktorrent only:
- Explicitly depend on math/gmp
- Fix potential build failure
Original commitRevision:315458 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Sunday, 3 Feb 2013
20:23 makc search for other commits by this committer
Update ktorrent to 4.3.1, libktorrent to 1.3.1

Submitted by:	Alonso Schaic via area51 commit
Original commitRevision:311489 
Sunday, 23 Sep 2012
19:45 makc search for other commits by this committer
Restore ktorren-4.2 behaviour - don't check for mounted fs. The check
was added to support removable storages, but it causes problem
with btrfs and zfs: https://bugs.kde.org/306825
Original commitRevision:304764 
Tuesday, 18 Sep 2012
21:31 makc search for other commits by this committer
Update libktorrent to 1.3.0
Update ktorrent to 4.3.0
Original commitRevision:304468 
Saturday, 15 Sep 2012
20:22 rakuco search for other commits by this committer
ktorrent: Try enabling MAKE_JOBS_SAFE again
Original commitRevision:304325 
20:21 rakuco search for other commits by this committer
{lib}ktorrent: Follow the trend of not specifying library shversions in the
dependencies.

Incidentally, this should also fix the ktorrent build, since
libktorrent has had a shlib bump.
Original commitRevision:304324 
Monday, 23 Jul 2012
00:16 makc search for other commits by this committer
Update libktorrent to 1.2.1
Update ktorrent to 4.2.1
Original commit
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Wednesday, 7 Mar 2012
15:25 makc search for other commits by this committer
Update libktorrent to 1.2.0
Update ktorrent to 4.2.0
Original commit
Thursday, 16 Feb 2012
15:57 ashish search for other commits by this committer
- Bump PORTREVISION to chase the update of multimedia/libvpx
Original commit
Wednesday, 7 Dec 2011
16:35 makc search for other commits by this committer
Update to 4.1.3
Replace check for ktorrent-2 with CONFLICTS_BUILD

Feature safe:   yes
Original commit
Monday, 17 Oct 2011
00:05 avilla search for other commits by this committer
- Update dependencies after KDE ports upgrade.
- Avoid removing kdehier4 directories.
- Bump PORTREVISION.
Original commit
Thursday, 18 Aug 2011
17:25 makc search for other commits by this committer
Update to 4.1.2
Original commit
Tuesday, 14 Jun 2011
21:43 makc search for other commits by this committer
Update to 4.1.1
Original commit
Friday, 25 Mar 2011
10:20 avilla search for other commits by this committer
- Update libktorrent to 1.1.0.
- Update ktorrent to 4.1.0.
- Make dependencies on kdepimlibs and kdebase-workspace non-optional.

Approved by:    makc (maintainer, implicit)
Original commit
Friday, 25 Feb 2011
01:32 delphij search for other commits by this committer
Chase after net/openldap24-server update.

Reminded by:    miwi
Original commit
Friday, 31 Dec 2010
15:20 makc search for other commits by this committer
Update to 4.0.5
Original commit
Thursday, 16 Dec 2010
02:34 glarkin search for other commits by this committer
- Chase security/libksba shlib version bump

Requested by:   kwm
Pointyhat to:   glarkin
Original commit
Sunday, 14 Nov 2010
11:45 makc search for other commits by this committer
IGNORE when ktorrent2 for KDE3 is detected.

PR:             ports/152197
Reported by:    Belansky Stanislav <stanislav at icmail.ru>
Original commit
Thursday, 21 Oct 2010
20:39 makc search for other commits by this committer
Update to 4.0.4
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Thursday, 13 May 2010
22:40 fluffy search for other commits by this committer
- Make pointyhat tinderbox happy by removing extra @dirrmry for common locale
  and apps directories, which now handled by updated kdehier4.
- Bump PORTREVISIONs to force rebuild.

Noticed by:     pointyhat via pav
With hat on:    kde
Original commit
Monday, 19 Apr 2010
10:43 ale search for other commits by this committer
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Monday, 8 Feb 2010
22:00 makc search for other commits by this committer
Update to 3.3.4
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Monday, 1 Feb 2010
21:31 makc search for other commits by this committer
Update to 3.3.3

Submitted by:   fluffy@
Original commit
Tuesday, 5 Jan 2010
13:21 makc search for other commits by this committer
Update to 3.3.2
Original commit
Wednesday, 2 Dec 2009
17:16 fluffy search for other commits by this committer
- Chase taglib update

Approved by:    miwi (mentor)
Exp-run by:     miwi
Original commit
Saturday, 28 Nov 2009
21:46 makc search for other commits by this committer
Update to 3.3.1

PR:             based on ports/140801
Submitted by:   Shane Bell <decept0 at gmail.com>
Original commit
Saturday, 24 Oct 2009
17:05 makc search for other commits by this committer
Update to 3.2.5 (bugfix release)
Original commit
Wednesday, 7 Oct 2009
19:44 makc search for other commits by this committer
Update to 3.2.4
Original commit
Thursday, 13 Aug 2009
08:04 makc search for other commits by this committer
Package was rerolled to fix crash.
Original commit
Tuesday, 11 Aug 2009
08:57 makc search for other commits by this committer
Update to 3.2.3
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Saturday, 6 Jun 2009
20:15 makc search for other commits by this committer
Update to 3.2.2-1
Original commit
Tuesday, 2 Jun 2009
19:45 makc search for other commits by this committer
Update to 3.2.2
Original commit
Wednesday, 13 May 2009
09:46 ale search for other commits by this committer
Chase libgmp and bump PORTREVISION.
Original commit
Tuesday, 24 Mar 2009
19:13 makc search for other commits by this committer
bump PORTREVISION after cmake update
Original commit
Saturday, 21 Feb 2009
17:48 makc search for other commits by this committer
Update to 3.2
add options for RSS plugin (requires kdepimlibs) and Plasma applet (requires
workspace)
Original commit

Number of commits found: 128 (showing only 100 on this page)

1 | 2  »