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: x11/kdelibs4/Makefile
SVNWeb

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

1 | 2  »  

Mon, 8 Jan 2018
[ 17:41 tcberner search for other commits by this committer ] Original commit   Revision:458460
x11/kdelibs4, fix build on i386 with clang6

The previous fixes in r458314 were not enough for i386.
Backport fix from x11/kf5-kdelibs4support.

PR:		224945
Sun, 7 Jan 2018
[ 11:57 tcberner search for other commits by this committer ] Original commit   Revision:458314
x11/kdelibs4 fix build with clang6

PR:		224945
Fri, 1 Dec 2017
[ 07:04 antoine search for other commits by this committer ] Original commit   Revision:455249
Fix LIB_DEPENDS after ilmbase upgrade
[ 01:58 mandree search for other commits by this committer ] Original commit   Revision:455244 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Security update OpenEXR and ilmbase to 2.2.1.

While here, fix libIlmImfUtil_la_LDFLAGp so that when linking libIlmImfUtil,
the locally built libIlmImf gets precedence over the one in /usr/local,
to permit upgrades in a running system with the older version installed.

This changes the library's SONAME, so bump PORTREVISION of all dependees.

Unfortunately, this looks a bit too intrusive for an MFH to 2017Q4.

Security:	CVE-2017-9110
Security:	CVE-2017-9111
Security:	CVE-2017-9112
Security:	CVE-2017-9113
Security:	CVE-2017-9114
Security:	CVE-2017-9115
Security:	CVE-2017-9116
Security:	803879e9-4195-11e7-9b08-080027ef73ec
Sat, 25 Nov 2017
[ 20:43 adridg search for other commits by this committer ] Original commit   Revision:454896
Update KDE ports that use OpenEXR, to use it optionally. This makes
it easier to switch off if OpenEXR is removed.

Reported by:	mandree
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13132
Wed, 10 May 2017
[ 12:03 tcberner search for other commits by this committer ] Original commit   Revision:440556
Add upstream fixes for CVE-2017-8422 to x11/kdelibs4 and devel/kf5-kauth

KAuth contains a logic flaw in which the service invoking dbus
is not properly checked.

This allows spoofing the identity of the caller and with some
carefully crafted calls can lead to gaining root from an
unprivileged account.

https://www.kde.org/info/security/advisory-20170510-1.txt

Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Obtained from:	https://www.kde.org/info/security/advisory-20170510-1.txt
MFH:		2017Q2
Security:	CVE-2017-8422
Differential Revision:	https://reviews.freebsd.org/D10660
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
Mon, 3 Apr 2017
[ 12:28 rakuco search for other commits by this committer ] Original commit   Revision:437622
Drop x11-themes/kde4-icons-oxygen in favor of x11-themes/kf5-oxygen-icons5.

Despite the name, kf5-oxygen-icons5 does not depend on Qt5 and just contains
the Oxygen icon set without any architecture-dependent files.

As such, we can make all ports depend on it and remove kde4-icons-oxygen
altogether and avoid having two conflicting ports for KDE4 and KF5.

x11-themes/kf5-oxygen-icons5 was adjusted to have its dependencies reduced even
further:
- The dependencies on qt5-core and qt5-testlib were removed, as they were only
  needed to build tests.
- We're also passing some CMake arguments to avoid looking for qt5-core
  altogether.

With the changes above, the only port kf5-oxygen-icons5 depends on at runtime
is devel/kf5-extra-cmake-modules, which itself does not depend on anything
else.

Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D10237
Mon, 27 Mar 2017
[ 10:49 rakuco search for other commits by this committer ] Original commit   Revision:437020
Ressurrect patch-cmake_modules_PythonMacros.cmake.

It was deleted in the kdelibs4 update from r436971, but it contained some
FreeBSD-specific code to build and install .pyo files. This should unbreak
Python-based ports that use kdelibs4, such as devel/py-pykde.
Sun, 26 Mar 2017
[ 15:45 rakuco search for other commits by this committer ] Original commit   Revision:436971 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Update x11/kdelibs4 to 4.14.30.

This is the latest stable release, and contains many of the patches we kept in
files/. The exception is patch-mimetypes_kde.xml, which just did not seem
necessary any longer: area51 r8180 mentions it was working around issues in
shared-mime-info, which has since been updated. While here, add several
dependencies that were reported by Poudriere's checks.

Bump PORTREVISION in ports that use %%KDE4_KDELIBS_VERSION%% in pkg-plist.

Reviewed by:	tcberner
Wed, 15 Mar 2017
[ 14:45 mat search for other commits by this committer ] Original commit   Revision:436247 (Only the first 10 of 257 ports in this commit are shown above. View all ports for this commit)
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Sat, 11 Mar 2017
[ 10:28 tcberner search for other commits by this committer ] Original commit   Revision:435896
Adress CVE-2017-6410 in devel/kf5-kio and x11/kdelibs4

Using a malicious PAC file, and then using exfiltration methods in the PAC
function FindProxyForURL() enables the attacker to expose full https URLs.

This is a security issue since https URLs may contain sensitive
information in the URL authentication part (user:password@host), and in the
path and the query (e.g. access tokens).

This attack can be carried out remotely (over the LAN) since proxy settings
allow ``Detect Proxy Configuration Automatically''
This setting uses WPAD to retrieve the PAC file, and an attacker who has access
to the victim's LAN can interfere with the WPAD protocols (DHCP/DNS+HTTP)
and inject his/her own malicious PAC instead of the legitimate one.

Reviewed by:	mat, rakuco
Approved by:	rakuco (mentor), mat (mentor)
Obtained from:	https://marc.info/?l=kde-announce&m=148831226706885&w=2
MFH:		2017Q1
Security:	CVE-2017-6410
Differential Revision:	https://reviews.freebsd.org/D9908
Sat, 7 Jan 2017
[ 14:52 jbeich search for other commits by this committer ] Original commit   Revision:430797
x11/kdelibs4: bump PORTREVISION after r430796

PR:		215714
MFH:		2017Q1 (r430796 followup)
Sat, 26 Nov 2016
[ 12:32 jbeich search for other commits by this committer ] Original commit   Revision:427165
x11/kdelibs4: unbreak consumers with hunspell 1.5

$ make -C devel/lokalize
[...]
-- Could NOT find HUNSPELL (missing:  HUNSPELL_LIBRARIES)
CMake Error at
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:148
(message):
  Could NOT find HUNSPELL (missing: HUNSPELL_LIBRARIES)
Call Stack (most recent call first):
  /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:388
(_FPHSA_FAILURE_MESSAGE)
  /usr/local/share/apps/cmake/modules/FindHUNSPELL.cmake:22
(FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  src/CMakeLists.txt:4 (find_package)

PR:		214837
Approved by:	portmgr blanket
Fri, 16 Sep 2016
[ 13:41 tcberner search for other commits by this committer ] Original commit   Revision:422254
Drop ${PORTSDIR} from LIB_DEPENDS in options.

Approved by: rakuco (mentor)
Sat, 27 Aug 2016
[ 19:30 tcberner search for other commits by this committer ] Original commit   Revision:420994
Add upstream patch for a security issue in karchive:
        Directory traversal vulnerability in KArchive before 5.24, as
        used in KDE Frameworks, allows remote attackers to write to
        arbitrary files via a ../ (dot dot slash) in a filename in an
        archive file, related to KNewsstuff downloads.

Review the patch is from: https://git.reviewboard.kde.org/r/128749/
Original KF5 review: https://git.reviewboard.kde.org/r/128185/
CVE: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-6232

Approved by: rakuco (mentor)
Security: 4472ab39-6c66-11e6-9ca5-50e549ebab6c, CVE-2016-6232
MFH:            2016Q3
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)
Mon, 15 Aug 2016
[ 15:36 tcberner search for other commits by this committer ] Original commit   Revision:420244 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
New port: devel/grantlee5 and Uses/grantlee.mk

The upcoming KDE Frameworks ports need grantlee5

*  Add devel/grantlee5 and move installed headers into a subdirectory
include/grantlee5
*  Move header files from devel/grantlee into a subdirectory
       include/grantlee4
   to make sure ports do not pick up the wrong headers
*  Add Uses/grantlee.mk to handle the PLIST_SUB and LIB_DEEPENDS needed
   by ports using grantlee (before we set the PLIST_SUB manual in very
   of the depending ports, which now should not be needed anymore).
*  The ports depending on devel/grantlee have been modified from
      LIB_DEPENDS=libgrantlee_gui.so:devel/grantlee
   to
      USES=grantlee:4
   as this does not affect the package no version bumped was made.

Reviewed by:    mat, rakuco
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D7434
Wed, 22 Jun 2016
[ 18:57 pi search for other commits by this committer ] Original commit   Revision:417328 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
x11/kde4: update to kdelibs version 4.14.10

This is based on the area51 testing repository of the KDE-FreeBSD
project, containing work by Raphael Kubo da Costa, Tobias Berner,
Ralf Nolden, Adriaan de Groot and probably many more from the KDE
team.

KDE4 releases have fallen into three tracks now that KDE4 is pretty
much end-of-life upstream. There's the libraries, the workspace
(Plasma4) and applications.

This patch introduces KDE4_KDELIBS_VERSION to track library releases,
which are still done infrequently. It bumps the workspace version.
It leaves applications alone. This has an effect on some applications
pkg-plists where library version numbers need to be changed. Other
than that it's supposed to be a minor upgrade, which opens the doors
for more reorganization and getting KDE Frameworks 5 in.

PR:		210255
Submitted by:	Adriaan de Groot <groot@kde.org> (kde), Tobias C.Berner
<tcberner@gmail.com> (kde)
Exp-run by:	antoine
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:33 mat search for other commits by this committer ] Original commit   Revision:412351 (Only the first 10 of 2136 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

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, 3 Jan 2016
[ 13:41 jhale search for other commits by this committer ] Original commit   Revision:405142
- Add upstream patch to fix taglib version detection
- Bump PORTREVISION as FindTaglib.cmake is modified

Reported by:	pkg-fallout
Obtained
from:	https://quickgit.kde.org/?p=kdelibs.git&a=commit&h=967fc70300d5c2ae34d39b61757b717f6fca8805
Fri, 18 Dec 2015
[ 18:10 rakuco search for other commits by this committer ] Original commit   Revision:403982
Remove ${STAGEDIR} from pyc/pyo files installed with kdelibs's CMake macros.

Bug 200018 is caused by the .pyc/.pyo files installed by devel/py-pykde4
containing references to the stage directory in them. When
editors/kate-plugin-pate is built by a user with write-access to those
PyKDE4 .pyc/.pyo files, they are rewritten automatically by Python to point
to their current location, which most of the times is different from the
staging location of where devel/py-pykde4 was built. This at the very least
leads to a filesystem violation in Poudriere.

The fix I landed upstream involves making kdelibs's PythonCompile.py accept
a --destination-dir parameter with the directory we want to register in the
.pyc/.pyo files, just like several ports do in their build or post-install
targets by calling Python's compileall.py module with -d.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 3 Dec 2015
[ 20:01 antoine search for other commits by this committer ] Original commit   Revision:402898 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Update giflib to 5.1.1

PR:		204492
Sun, 29 Nov 2015
[ 18:08 rakuco search for other commits by this committer ] Original commit   Revision:402613
Make devel/qt4's clang+base libstdc++ patch work without changes to
x11/kdelibs4.

Unconditionally including ciso646 in qglobal.h to check for libc++ makes
including qglobal.h from C programs fail.

qglobal.h is not supposed to be used in C programs, but kdelibs4's
FindQt.cmake ends up calling CHECK_SYMBOL_EXISTS() instead of
CHECK_CXX_SYMBOL_EXISTS() to check if some macros are defined. Since
kdelibs4 is in maintenance mode, our changes to it can be avoided if we just
check for __cplusplus before including ciso646 (<initializer_list> is not
available in C anyway).
Wed, 16 Sep 2015
[ 08:55 rakuco search for other commits by this committer ] Original commit   Revision:397043 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Update the Qt4 ports to 4.8.7.

According to upstream, this is the last planned Qt4 release.
A list of changes since 4.8.6 can be found here:
<http://download.qt.io/official_releases/qt/4.8/4.8.7/changes-4.8.7>

Porting notes and changes:
- Remove several patches that have been upstreamed.
- Make Uses/qmake.mk pass the contents of LIBS to the qmake environment. [1]
- Repurpose devel/qt4/files/extrapatch-src-corelib-global-qglobal.h now the
  original patch is part of the release (curiously enough, the original
  patch was never actually used, as the ?= assignment in r362837 after
  r362770 was never possible).

  This works around the way compiler support for C++11 features is detected
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 2 Sep 2015
[ 22:49 amdmi3 search for other commits by this committer ] Original commit   Revision:395924
- Drop 8.x support

Approved by:	portmgr 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
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
Thu, 29 Jan 2015
[ 02:20 rakuco search for other commits by this committer ] Original commit   Revision:378101
Add upstream patch to fix a possible crash in KMail and KAddressBook.

Original report here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775114

MFH:		2015Q1
Fri, 23 Jan 2015
[ 22:50 antoine search for other commits by this committer ] Original commit   Revision:377770 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Switch ports depending on docbook* through a directory name to a package name,
as a directory name can't be attributed to a package
Wed, 14 Jan 2015
[ 18:19 antoine search for other commits by this committer ] Original commit   Revision:377033 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
Update graphics/giflib to 5.0.5

Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
Thu, 25 Dec 2014
[ 20:54 bapt search for other commits by this committer ] Original commit   Revision:375598 (Only the first 10 of 446 ports in this commit are shown above. View all ports for this commit)
Bump portrevision after png update
[ 19:04 antoine search for other commits by this committer ] Original commit   Revision:375594 (Only the first 10 of 332 ports in this commit are shown above. View all ports for this commit)
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
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)
Sun, 2 Nov 2014
[ 22:48 alonso search for other commits by this committer ] Original commit   Revision:372093
Remove ZEROCONF option

mDNSResponder was abbandoned by upstream and replaced by discoveryd, which is
not open source. As kdelibs already depends on AVAHI being installed, remove
the option for the zeroconf backend and always use AVAHI.

Also, port option processing is broken, and AVAHI is used even if
mDNSResponder is chosen as backend, so bump PORTREVISION as the old package
invalidly tracks an unreferenced mDNSResponder library package dependency.

Approved by:	rakuco (mentor)
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)
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)
Thu, 31 Jul 2014
[ 15:24 rakuco search for other commits by this committer ] Original commit   Revision:363621
Add upstream patch for CVE-2014-5033.

MFH:		2014Q3
Security:	2f90556f-18c6-11e4-9cc4-5453ed2e2b49
Wed, 16 Jul 2014
[ 20:13 rakuco search for other commits by this committer ] Original commit   Revision:362104
Add patch to fix a SSL MITM vulnerability in the POP3 ioslave.

MFH:		2014Q3
Security:	4a114331-0d24-11e4-8dd2-5453ed2e2b49
Wed, 4 Jun 2014
[ 21:55 rakuco search for other commits by this committer ] Original commit   Revision:356550
Add upstream patch to fix the build of the translation ports after r353989.

The libxml2 fix for CVE-2014-0191 broke meinproc4, which resulted in the KDE
translation ports failing to build.

MFH:		2014Q2
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, 4 Mar 2014
[ 19:15 makc search for other commits by this committer ] Original commit   Revision:347059 (Only the first 10 of 253 ports in this commit are shown above. View all ports for this commit)
KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!

deskutils/kdepim4:
- Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1]

misc/kdehier4:
- add tests directory (r343428 commit to Templates/BSD.local.dist)

security/kwallet:
- moved to security/kwalletmanager (renamed upstream)

x11/kdelibs:
- remove workaround, which is not needed after global fix in
  Mk/bsd.kde4.mk (r315373)

PR:		ports/187259 [1]
Submitted by:	Tobias Berner <tcberner@gmail.com>
Tue, 18 Feb 2014
[ 14:50 mat search for other commits by this committer ] Original commit   Revision:344900 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Chase docbook cleanup dependencies.

Sponsored by:	Absolight
[ 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, 13 Jan 2014
[ 07:23 bapt search for other commits by this committer ] Original commit   Revision:339572 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
archivers/xz is in base for all versions and has been removed from the ports
tree
Sat, 4 Jan 2014
[ 23:40 antoine search for other commits by this committer ] Original commit   Revision:338691 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
Convert the tree to USES=fam

Approved by:	portmgr (bapt)
Wed, 20 Nov 2013
[ 14:25 nemysis search for other commits by this committer ] Original commit   Revision:334422 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
- Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)

Approved by:	wg (mentor)
Wed, 23 Oct 2013
[ 13:42 makc search for other commits by this committer ] Original commit   Revision:331385
Chase recent changes in ffmpeg* ports: look for non-suffixed ffmpeg by default
Fri, 20 Sep 2013
[ 23:43 bapt search for other commits by this committer ] Original commit   Revision:327777 (Only the first 10 of 483 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:
x11)
Mon, 16 Sep 2013
[ 16:32 bapt search for other commits by this committer ] Original commit   Revision:327411 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Convert to new perl framework
Convert USE_GMAKE to USES
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)
Tue, 2 Jul 2013
[ 19:04 rakuco search for other commits by this committer ] Original commit   Revision:322191 (Only the first 10 of 232 ports in this commit are shown above. View all ports for this commit)
Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.

With commits from avilla@, makc@, rakuco@ and Schaich Alonso.

The upstream announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.4.php

clang support should be more stable now, with clang being recognized by
kdelibs4 and being passed the correct flags to build other ports.
Additionally, all ports being committed have been verified to build with
-CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for
providing it).

Work on the newly-released 4.10.5 will begin shortly.
Fri, 7 Jun 2013
[ 11:46 avilla search for other commits by this committer ] Original commit   Revision:320193
- Re-enable UPnP on build time, we have a run time check for it.
Sat, 18 May 2013
[ 20:34 makc search for other commits by this committer ] Original commit   Revision:318452 (Only the first 10 of 273 ports in this commit are shown above. View all ports for this commit)
KDE/FreeBSD team presents KDE SC 4.10.3 ports!

- Remove patches and checks for unsupported FreeBSD versions.

The area51 repository features commits by avilla, rakuco and myself.
Sat, 11 May 2013
[ 19:09 rakuco search for other commits by this committer ] Original commit   Revision:317905
Add upstream patch to prevent passwords from being shown in HTTP URLs in error
messages.
Fri, 26 Apr 2013
[ 10:44 ak search for other commits by this committer ] Original commit   Revision:316596 (Only the first 10 of 277 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Fri, 29 Mar 2013
[ 22:34 avilla search for other commits by this committer ] Original commit   Revision:315578
- Set KDE4_BUILD_TESTS to off.
- Bump PORTREVISION.
- Add UPDATING note about required kio-upnp-ms fix procedure.
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
Fri, 15 Feb 2013
[ 16:19 makc search for other commits by this committer ] Original commit   Revision:312298
Remove -std=iso9899:1990 from CFLAGS, base gcc's not happy with it

Reported by:	ale
Reviewed by:	rakuco
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
Thu, 17 Jan 2013
[ 03:32 swills search for other commits by this committer ] Original commit   Revision:310536 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Chase lib version changes from ilmbase and OpenEXR updates
Mon, 10 Dec 2012
[ 19:11 mm search for other commits by this committer ] Original commit   Revision:308630 (Only the first 10 of 233 ports in this commit are shown above. View all ports for this commit)
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Tue, 18 Sep 2012
[ 18:57 rakuco search for other commits by this committer ] Original commit   Revision:304454
Backport an upstream commit I made which fixes some Solid-related crashes.

The crashes themselves only occur under some special circumstances,
but since it may take some time to get an exp-run for a more recent
KDE version and the newest KTorrent release does cause this crash, it
makes sense to add this patch for now.
Thu, 14 Jun 2012
[ 16:42 makc search for other commits by this committer ] Original commit  (Only the first 10 of 291 ports in this commit are shown above. View all ports for this commit)
KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x
series.

Official announcement: http://kde.org/announcements/announce-4.8.4.php
Wed, 6 Jun 2012
[ 06:44 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 587 ports in this commit are shown above. View all ports for this commit)
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Fri, 25 May 2012
[ 02:15 makc search for other commits by this committer ] Original commit  (Only the first 10 of 523 ports in this commit are shown above. View all ports for this commit)
KDE/FreeBSD team presents long awaited KDE SC 4.8.3!

kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated
to match KDE SC version, old kdepim preserved in deskutils/kdepim44.

Follow UPDATING instruction!

New ports:
- accessibility/kaccessible
- accessibility/kmag
- accessibility/kmousetool
- accessibility/kmouth
- archivers/ark
- comms/kremotecontrol
- deskutils/kcharselect
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 26 Feb 2012
[ 15:22 nox search for other commits by this committer ] Original commit  (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
- Update multimedia/libxine to 1.2.1 with a commit merged from hg
  to fix DVB support.  (which still is broken for tuners using
  hardware pid filtering, like when running webcamd with
  "-m dvb-usb-init.force_pid_filter_usage=1".)

- Add patches to fix build of ports depending on libxine to:
  audio/amarok,
  graphics/gimageview [1], graphics/pornview [1],
  graphics/osg [2], graphics/osg-devel [2],
  multimedia/emotion,
  x11/kdelibs4 [3],
  multimedia/kmplayer,
  multimedia/konverter,
  multimedia/qdvdauthor [4],
  multimedia/vdr-plugin-xineliboutput,
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 16 Feb 2012
[ 15:57 ashish search for other commits by this committer ] Original commit  (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION to chase the update of multimedia/libvpx
Tue, 14 Feb 2012
[ 12:45 mm search for other commits by this committer ] Original commit  (Only the first 10 of 140 ports in this commit are shown above. View all ports for this commit)
Bump pcre library dependency due to 8.30 update
Wed, 25 Jan 2012
[ 10:21 avilla search for other commits by this committer ] Original commit  (Only the first 10 of 157 ports in this commit are shown above. View all ports for this commit)
The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, which
concludes the 4.7 series.

The official release notes can be found at:
http://kde.org/announcements/announce-4.7.4.php

PR:             162216
PR:             163662
Sat, 24 Dec 2011
[ 18:39 swills search for other commits by this committer ] Original commit 
- Switch from libungif to giflib to avoid duplicate files
Mon, 17 Oct 2011
[ 00:03 avilla search for other commits by this committer ] Original commit  (Only the first 10 of 531 ports in this commit are shown above. View all ports for this commit)
The KDE/FreeBSD team is pleased to announce KDE Software Compilation
4.7.2. The official release notes can be found at:
http://kde.org/announcements/announce-4.7.2.php
This release ships with many improvements. Read more about them here:
http://FreeBSD.kde.org/news.php#itemKDESC472availableinports

We'd like to say thanks to all testers and contributors, especially to
lwhsu@ for his effort on hosting our test packages.

PR:             156293 [1]
                159219 [2]
                160164 [3]
Submitted by:   Oleg Sidorkin <osidorkin@gmail.com> [1]
                Alvaro Castillo <gobledb@gmail.com> [2]
                dkeav04@gmail.com [3]
Tested by:      exp-run via pav
Tue, 14 Jun 2011
[ 09:23 avilla search for other commits by this committer ] Original commit  (Only the first 10 of 109 ports in this commit are shown above. View all ports for this commit)
The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read full
announcement here: http://kde.org/announcements/announce-4.6.4.php
Sat, 28 May 2011
[ 18:42 avilla search for other commits by this committer ] Original commit 
- Fix the Konqueror double-POST regression.
- Bump PORTREVISION.

Obtained from: 
https://projects.kde.org/projects/kde/kdelibs/repository/revisions/92db24adfa941003db1d885df01157056617f30b
Mon, 9 May 2011
[ 20:58 makc search for other commits by this committer ] Original commit 
Add missing dependencies on Xorg libraries.
Fri, 25 Mar 2011
[ 10:33 avilla search for other commits by this committer ] Original commit  (Only the first 10 of 296 ports in this commit are shown above. View all ports for this commit)
The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIM
4.4.10. The official 4.6.1 release notes can be found at:
http://www.kde.org/announcements/announce-4.6.1.php

We'd like to say thanks to all helpers and submitters.

Tested by:      exp-run via miwi
Mon, 14 Mar 2011
[ 08:40 wen search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION to chase the update of dns/libidn
Thu, 2 Dec 2010
[ 21:12 makc search for other commits by this committer ] Original commit  (Only the first 10 of 117 ports in this commit are shown above. View all ports for this commit)
KDE FreeBSD team presents KDE SC 4.5.4.
Tue, 9 Nov 2010
[ 18:58 naddy search for other commits by this committer ] Original commit 
Increment PORTREVISION after liblzma major version change in archivers/xz.
Tue, 5 Oct 2010
[ 17:44 makc search for other commits by this committer ] Original commit  (Only the first 10 of 136 ports in this commit are shown above. View all ports for this commit)
KDE FreeBSD team presents KDE SC 4.5.2.

kdebase4-workspace is now shipped with FreeBSD-branded wallpapers [1]
(set by default for new accounts). Thanks to Ivan Cukic from KDE
for making the wallpapers!

[1] http://ivan.fomentgroup.org/blog/2010/09/05/stripes-kde-be-free-freebsd/
Sun, 19 Sep 2010
[ 20:41 makc search for other commits by this committer ] Original commit 
Add patch from upstream to fix regression for ZIP files
Thu, 2 Sep 2010
[ 21:06 makc search for other commits by this committer ] Original commit  (Only the first 10 of 263 ports in this commit are shown above. View all ports for this commit)
KDE FreeBSD team presents KDE SC 4.5.1.

New ports added:
        misc/kde4-l10n-ia - Interlingua localization for KDE
Thu, 5 Aug 2010
[ 18:08 makc search for other commits by this committer ] Original commit 
Fix checks for ALSA headers
Tue, 1 Jun 2010
[ 21:35 makc search for other commits by this committer ] Original commit  (Only the first 10 of 135 ports in this commit are shown above. View all ports for this commit)
Present KDE SC 4.4.4 for FreeBSD.
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Fri, 21 May 2010
[ 16:22 naddy search for other commits by this committer ] Original commit 
The xz utils and lzma library have been imported into base, so make
the dependency on the archivers/xz port conditional on OSVERSION.

Approved by:    MAINTAINER
Tue, 11 May 2010
[ 14:21 fluffy search for other commits by this committer ] Original commit  (Only the first 10 of 328 ports in this commit are shown above. View all ports for this commit)
- The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSD

With hat on:    kde@
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Sat, 6 Feb 2010
[ 21:52 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
Presenting KDE 4.3.5 for FreeBSD.  The official release notes for this
release can be found at http://kde.org/announcements/announce-4.3.5.php.

KDE 4.3.5, the last bugfix release in 4.3.x series. We'd like to say
thanks to all helpers and submitters.
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Sun, 6 Dec 2009
[ 20:49 ed search for other commits by this committer ] Original commit 
Remove the libutempter dependency on OSVERSION 900004 and higher.

This functionality is now included in the base system.

Approved by:    miwi
Tue, 1 Dec 2009
[ 16:34 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 210 ports in this commit are shown above. View all ports for this commit)
The FreeBSD KDE is please to announce the release of KDE 4.3.4,
a bugfix, translation and maintenance update. Release note can be found
at http://kde.org/announcements/announce-4.3.4.php

We'd like to say thanks to all helpers and submitters.
Fri, 27 Nov 2009
[ 01:44 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 265 ports in this commit are shown above. View all ports for this commit)
The KDE FreeBSD team is proud to announce the release of KDE 4.3.3
for FreeBSD.

For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_3_1to4_3_2.php
http://www.kde.org/announcements/changelogs/changelog4_3_2to4_3_3.php

The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.

Tested by:      pointyhat-exp-run (myself)

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

1 | 2  »