notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: net-im/kopete-kde4/Makefile
SVNWeb

Number of commits found: 45

Tue, 25 Dec 2018
[ 20:25 tcberner search for other commits by this committer ] Original commit   Revision:488341 (Only the first 10 of 1277 ports in this commit are shown above. View all ports for this commit)
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
Fri, 21 Dec 2018
[ 14:15 rene search for other commits by this committer ] Original commit   Revision:488002
net-im/kopete-kde4: remove optional dependency on expired multimedia/xmms
Sat, 29 Sep 2018
[ 08:04 riggs search for other commits by this committer ] Original commit   Revision:480899 (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l
Thu, 30 Aug 2018
[ 18:23 adridg search for other commits by this committer ] Original commit   Revision:478480 (Only the first 10 of 97 ports in this commit are shown above. View all ports for this commit)
Deprecate KDE4 software in categories graphics-textproc.

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.

Also deprecated: multimedia/kmplayer-kde4 (permission from jhale@)
Not deprecated, need to contact maintainers:
  misc/krecipes-kde4
  net-im/kmess-kde4
  net/smb4k-kde4
  textproc/uim-kde4
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
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
Sat, 14 Apr 2018
[ 11:09 tcberner search for other commits by this committer ] Original commit   Revision:467306 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
devel/qca, devel/qca-qt5 -- create flavors

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14651
Wed, 11 Apr 2018
[ 09:57 tcberner search for other commits by this committer ] Original commit   Revision:467042
Fix PKGBASE conflict of devel/libkgapi

Reported by:	antoine
Sat, 10 Feb 2018
[ 10:29 tcberner search for other commits by this committer ] Original commit   Revision:461375 (Only the first 10 of 444 ports in this commit are shown above. View all ports for this commit)
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
Sun, 7 Jan 2018
[ 18:21 tcberner search for other commits by this committer ] Original commit   Revision:458368
net-im/kopete-kde4, fix build with clang6

PR:		224945
Tue, 25 Apr 2017
[ 08:20 riggs search for other commits by this committer ] Original commit   Revision:439367 (Only the first 10 of 701 ports in this commit are shown above. View all ports for this commit)
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Wed, 23 Nov 2016
[ 12:15 tcberner search for other commits by this committer ] Original commit   Revision:426897
Fix conflict between libqgpgme from deskutils/kdepimlibs4 and
security/qgpgme-qt5

Install the kde4 version of libqgpgme as libqgpgme4.
* Bump revision in affected dependencies -- not all ports using USE_KDE=pimlibs
  actually link against libqgpgme.
* Remove conflict from security/gpgme-qt5
* Drop KDE3 hunks from patch-cmake__modules__FindQGpgme.cmake

PR:		212886
Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Tue, 18 Oct 2016
[ 17:22 tcberner search for other commits by this committer ] Original commit   Revision:424182 (Only the first 10 of 168 ports in this commit are shown above. View all ports for this commit)
Introduce new extensible virtual categories for KDE

A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are
released as a bundle upstream, however, there was not really a clean
way to share this information.

Using these new categories, we can simplify the Makefiles for the diverse
KDE ports.
At the moment we support the virtual category
	* kde-kde4
In the future, this will be extended to
	* kde-frameworks
	* kde-plasma
	* kde-applications

PR:						213406
Differential Revision:	https://reviews.freebsd.org/D7645
Exp-run by :			antoine
Reviewed by:			mat, rakuco
Approved by: 			portmgr (mat), rakuco (mentor)
Wed, 24 Aug 2016
[ 08:20 tcberner search for other commits by this committer ] Original commit   Revision:420774 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sat, 28 May 2016
[ 14:54 pi search for other commits by this committer ] Original commit   Revision:416001
devel/smokeqt, games/katomic, multimedia/gstreamer1-qt4, net-im/kopete-kde4,
  sysutils/kfilemetadata, sysutils/polkit-qt, x11/kde4-runtime

- update USES in some kde ports
  Some are cosmetic; some add shebangfix or pathfix where needed

PR:		209304
Submitted by:	groot@kde.org (kde)
Wed, 25 May 2016
[ 20:56 rene search for other commits by this committer ] Original commit   Revision:415864 (Only the first 10 of 328 ports in this commit are shown above. View all ports for this commit)
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
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 15 Mar 2016
[ 12:35 rakuco search for other commits by this committer ] Original commit   Revision:411156 (Only the first 10 of 123 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 10 Jan 2016
[ 16:31 bapt search for other commits by this committer ] Original commit   Revision:405719 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Convert ports from s* t* and net* categories to USES=sqlite and USES=firebird
Mon, 13 Jul 2015
[ 20:55 amdmi3 search for other commits by this committer ] Original commit   Revision:391957
- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
Mon, 22 Jun 2015
[ 18:33 antoine search for other commits by this committer ] Original commit   Revision:390310 (Only the first 10 of 374 ports in this commit are shown above. View all ports for this commit)
Convert to USES=jpeg
Fri, 15 May 2015
[ 21:20 tijl search for other commits by this committer ] Original commit   Revision:386485
- Modify deskutils/kdepim4 to install libkleo headers.  This basically
  reverts http://websvn.kde.org/?view=revision&revision=1070773 (Linux
  distros have done something similar)
- Let net-im/kopete-kde4 depend on libkleo from deskutils/kdepim4 to
  enable the cryptography plugin
- Remove dependencies from kopete-kde4 for protocols that are no longer
  supported (libjingle and MSN/WLM)

PR:		199546
Approved by:	maintainer timeout (3 weeks)
Wed, 11 Mar 2015
[ 23:11 alonso search for other commits by this committer ] Original commit   Revision:381052 (Only the first 10 of 284 ports in this commit are shown above. View all ports for this commit)
Update KDE SC to 4.14.3

The kde@ team presents KDE SC 4.14.3, the last planed release
of the KDE SC 4 series.

In addition to the updates provided by the KDE SC developers, this
update also addresses numerous FreeBSD and PORTS specific
issues, found and solved by the kde@ team and area51 testers,
most notorously Tobias C. Berner <tcberner@gmail.com>

PR:		197751
PR:		197871
PR:		184996
Reviewed by:	rakuco (mentor)
Differential:	https://reviews.freebsd.org/D1950
Sun, 18 Jan 2015
[ 00:00 alonso search for other commits by this committer ] Original commit   Revision:377276
Remove giflib dependency

Kopete directly links giflib in it's windows live messager plugin, however the
build / installation of that plugin was disabled when libmsn deprecated more
than a year ago. As new builds of kopete won't contain that plugin, the
giflib dependency can safely be removed.

Found by Aleksander Matveev <timon@timon.net.nz>, see
http://lists.freebsd.org/pipermail/svn-ports-all/2015-January/083174.html

Approved by:	rakuco (mentor)
Mon, 12 Jan 2015
[ 16:33 tijl search for other commits by this committer ] Original commit   Revision:376838 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- Update devel/qca to version 2.1.0
- Plugins are no longer available separately so remove security/qca-* and
  replace them with options in devel/qca
- Adjust all ports that depended on security/qca-*
- This also fixes the build of the OpenSSL plugin when OpenSSL doesn't
  support SSLv2

Approved by:	kde (rakuco)
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 2 Dec 2014
[ 22:44 cs search for other commits by this committer ] Original commit   Revision:373792
- Update to 4.1.0
- Use striping
- Please portlint
- Bump PORTREVISION
Sun, 19 Oct 2014
[ 15:57 makc search for other commits by this committer ] Original commit   Revision:371193 (Only the first 10 of 785 ports in this commit are shown above. View all ports for this commit)
KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!

USE_KDE4=kdehier component has been deprecated, new components added:
 baloo			- Baloo core libraries
 baloo-widgets		- Baloo widgets library
 kfilemetadata		- KDE library for extracting file metadata

New ports:
  graphics/kqtquickcharts	- QtQuick plugin to render interactive charts
  misc/artikulate		- Pronunciation trainer for KDE
				(not usable currently, links to both
				GStreamer 1.x and 0.10.x via dependencies)
  sysutils/baloo[-widgets]	- KDE framework for searching and
				managing user metadata
  sysutils/kfilemetadata	- Library for extracting file metadata
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 30 Aug 2014
[ 18:18 tijl search for other commits by this committer ] Original commit   Revision:366659 (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
Fri, 15 Aug 2014
[ 20:37 mandree search for other commits by this committer ] Original commit   Revision:365038 (Only the first 10 of 522 ports in this commit are shown above. View all ports for this commit)
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)
Sun, 20 Jul 2014
[ 21:28 rakuco search for other commits by this committer ] Original commit   Revision:362376
- Fix skypebuttons.so's entry in the plist.
  %%WEBPLUGIN_DIR%% has a trailing slash that made check-plist complain
  because /path//to/something is not the same as /path/to/something.
- Use USES=shebangfix for a few winpopup shell scripts. [1]

PR:		191987 [1]
MFH:		2014Q3
Mon, 14 Jul 2014
[ 10:29 tijl search for other commits by this committer ] Original commit   Revision:361763 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
- Move net/linphone-base to replace net/linphone and update to version 3.7.0
- Adjust ports that depended on linphone-base to depend on net/ortp or
  net/mediastreamer instead
- Mark net-im/libjingle deprecated (part of Google Talk)

Approved by:	portmgr (implicit, PORTREVISION bump of unstaged port)
Fri, 4 Jul 2014
[ 09:41 tijl search for other commits by this committer ] Original commit   Revision:360588 (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
Tue, 24 Jun 2014
[ 09:00 antoine search for other commits by this committer ] Original commit   Revision:359063
Unbreak by adding explicit dependency on pkgconf

Reported by:	pkg-fallout
Sat, 10 May 2014
[ 19:43 makc search for other commits by this committer ] Original commit   Revision:353599 (Only the first 10 of 238 ports in this commit are shown above. View all ports for this commit)
KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!

deskutils/kdepim4:
- Remove no longer needed patch, the problem was fixed since Qt 4.8.4.

The area51 repository features commits by rakuco and makc.
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 3 Apr 2014
[ 09:49 makc search for other commits by this committer ] Original commit   Revision:349983 (Only the first 10 of 411 ports in this commit are shown above. View all ports for this commit)
KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!

KDE ports:
- Convert to USES=tar:xz

devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs:
- Convert LIB_DEPENDS to new style

devel/p5-perlqt, devel/p5-perlkde:
- Don't remove directories installed by perl port

net/kdnssd:
- moved to net/zeroconf-ioslave (renamed upstream)

x11/kdelibs4:
- Clean up non-standard shared mime files and directories after deinstall

The area51 repository features commits by Alonso Schaich
<alonsoschaich@fastmail.fm> and makc.
Tue, 25 Feb 2014
[ 20:33 makc search for other commits by this committer ] Original commit   Revision:346074
net-im/kopete-kde4:
- Both security/libotr3 and security/libotr install libotr.so. Explicitly
  require libotr.so.5 from security/libotr because kopete can't be built
  with old version.

PR:		ports/186943
Submitted by:	amdmi3
Tue, 18 Feb 2014
[ 14:23 makc search for other commits by this committer ] Original commit   Revision:344893 (Only the first 10 of 779 ports in this commit are shown above. View all ports for this commit)
KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!

Among changes:
- Switch KDE4_PREFIX to ${LOCALBASE}
- Remove now needless misc/kde4-shared-mime-info port
- Add stage support
- Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Drop support for FreeBSD 7.x
- Remove Qt/KDE 3 related workarounds
- Remove local patches and use upstream version scheme for libraries
- sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4,
  and x11-clocks/kdetoys4 ports have been split.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 4 Nov 2013
[ 12:09 rakuco search for other commits by this committer ] Original commit   Revision:332698
- Disable the MSN plugin, as it depends on the deprecated net-im/libmsn
  port. [1]
- Add patches to fix the build with libc++.

With contributions from Schaich Alonso <alonsoschaich@fastmail.fm> for [1].

PR:		ports/181985 [1]
Fri, 20 Sep 2013
[ 22:13 bapt search for other commits by this committer ] Original commit   Revision:327756 (Only the first 10 of 186 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Wed, 27 Mar 2013
[ 11:55 makc search for other commits by this committer ] Original commit   Revision:315373 (Only the first 10 of 706 ports in this commit are shown above. View all ports for this commit)
KDE/FreeBSD team presents KDE SC 4.10.1 ports!

- kdegames4 port has been split.
- kdeutils4-printer-applet and system-config-printer-kde have been
  replaced by print/kde4-print-manager.
- Recover misc/kde4-l10n-mr from attic.
- New USE_KDE4 components: kactivities, libkdegames, nepomuk-core,
  and nepomuk-widgets.
- Provide sharedmime component with magic: ports don't need to
  run update-mime-database themselves now.
- Switch some ports to out-of-source build.
- Update port comments.
- Adjust dependence on Qt4 components.
- x11/kde4 installs modern kdepim4 now.
- Remove redundant aspell and hspell from kdelibs4, both
  can be enabled in textproc/enchant if needed.
- Remove stale bits from bsd.kde4.mk

The area51 repository features commits by Schaich Alonso and myself.

Contributors:
- Tobias Berner
Fri, 22 Mar 2013
[ 14:18 makc search for other commits by this committer ] Original commit   Revision:314933 (Only the first 10 of 112 ports in this commit are shown above. View all ports for this commit)
Mk/bsd.kde4.mk:
- Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it)
- Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH)
- Remove now useless KDE4_BUILDENV

KDE SC ports:
- Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with
  'USES= cmake:outsource' and add USE_LDCONFIG if needed
Sun, 3 Feb 2013
[ 20:10 makc search for other commits by this committer ] Original commit   Revision:311483 (Only the first 10 of 610 ports in this commit are shown above. View all ports for this commit)
KDE/FreeBSD team presents KDE SC 4.9.5 ports!

- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
	databases/akonadi to 1.9.0
	devel/grantlee to 0.3.0
	textproc/rasqal to 0.9.30
	textproc/redland-bindings to 1.0.16.1
	textproc/soprano to 2.9.0
	x11-toolkits/attica to 0.4.1

The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.

Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger

Number of commits found: 45