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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/kdesvn-kde4/Makefile

Number of commits found: 65

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 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Sunday, 11 Nov 2018
15:38 danfe search for other commits by this committer
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support.  Due to shlib
version change, bump port revisions of the consumer ports.

PR:		233059
Exp-run by:	antoine
Approved by:	maintainer (johans, numerous timeouts)
Original commitRevision:484696 
Thursday, 30 Aug 2018
14:34 adridg search for other commits by this committer
Deprecate KDE4 software, categories d-games.

The last upstream release supporting KDE4 was 10 months ago,
  https://www.kde.org/announcements/announce-applications-17.08.3.php ,
and the kde@ team for FreeBSD has supported modern KDE (i.e.  KDE
Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4
month deprecation period to allow users to switch over.

Not marked deprecated: games/knights-kde4, that's not ours.
Original commitRevision:478462 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
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 
Tuesday, 1 May 2018
07:53 tcberner search for other commits by this committer
Give portscout a hand
Original commitRevision:468756 
Monday, 30 Apr 2018
19:21 tcberner search for other commits by this committer
Add port for current version of kdesvn

* Take maintainership of devel/kdesvn-kde4

Approved by:	bdn
Differential Revision:	https://reviews.freebsd.org/D15224
Original commitRevision:468742 
Wednesday, 21 Mar 2018
21:24 brnrd search for other commits by this committer
devel/apr1: Bump portrevision

 - Repair my rookie mistake of earlier today
 - Bump revision of dependent ports (again)

Reported by:	antoine
Original commitRevision:465240 
19:50 brnrd search for other commits by this committer
devel/apr1: Fix runtime issues of dependent port

 - iconv is in base in all supported FreeBSD versions
 - Fix build with MariaDB 10.2 [2]
 - Bump portrevision in dependencies

PR:		226705 [1], 226026 [2]
With hat:	apache
Approved by:	joneum (apache)
Original commitRevision:465232 
Thursday, 22 Feb 2018
19:03 tcberner search for other commits by this committer
Give the KDE SC4 applications ports a -kde4 suffix

In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.

PR:		225992
Exp-run by:	antoine
Reviewed by:	rakuco, adridg
Differential Revision:	https://reviews.freebsd.org/D14413
Original commitRevision:462619 
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 
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 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Monday, 19 Dec 2016
13:19 dbn search for other commits by this committer
devel/kdesvn-kde4: fix bookmarks in non-KDE environments.

 - Add missing dependency to kde-baseapps that provides keditbookmarks that
   provides the Bookmarks functionality. [1]
 - Add license file and fix license version.
 - Add missing dependencies (reported by stage-qa).

PR:		211769
Suggested by:	tcberner
Original commitRevision:428930 
Sunday, 20 Nov 2016
09:38 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Original commitRevision:426566 
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:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Saturday, 6 Feb 2016
18:38 dbn search for other commits by this committer
devel/kdesvn-kde4: use option help.

 - Use option helper to disable NLS build

Submitted by:	rakuco@
Original commitRevision:408309 
Friday, 5 Feb 2016
18:44 antoine search for other commits by this committer
Unbreak

Reported by:	pkg-fallout
Original commitRevision:408258 
Wednesday, 3 Feb 2016
19:08 dbn search for other commits by this committer
devel/kdesvn-kde4: fix options for DOCS and NLS

DOCS: the directory layout changes, requiring all sub CMakeLists.txt file
  to be edited to prevent building of documentation (but keeping man).

NLS: the include directive for NLS support had changed, and was updated.

Reported by:	Wolfgang Riegler
Original commitRevision:407970 
Tuesday, 2 Feb 2016
19:16 dbn search for other commits by this committer
devel/kdesvn-kde4: unbreak build on FreeBSD 9

 - Require a modern C compiler (GCC 4.2 is too old) [1]
 - Use OPTIONS helpers
 - Remove include of bsd.port.options.mk

Reported by:	pkg-fallout [1]
Original commitRevision:407834 
Saturday, 23 Jan 2016
14:30 rakuco search for other commits by this committer
Put LICENSE before LIB_DEPENDS to make portlint happy.
Original commitRevision:406992 
14:29 rakuco search for other commits by this committer
Update to 1.7.0, the first release developed and hosted within KDE's
infrastructure.

While here, switch to an out-of-source CMake build.

Approved by:	dbn (maintainer)
Differential Revision:	https://reviews.freebsd.org/D5026
Original commitRevision:406991 
Monday, 28 Dec 2015
15:34 rakuco search for other commits by this committer
Unbreak `make fetch'.

kdesvn releases up to 1.6.0 are now available from the former author's
OwnCloud instance.
Original commitRevision:404665 
Saturday, 12 Dec 2015
23:02 bapt search for other commits by this committer
Mark as broken: does not fetch
Original commitRevision:403636 
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 
Thursday, 24 Apr 2014
20:11 dbn search for other commits by this committer
Update my ports to be compliant with new USES framework and fix other issues.

Changes:
 * various: migrate USE_BZIP2 to USES=tar:bzip2
 * various: migrate USE_XZ to USES=tar:xz
 * multimedia/py-ffmpeg: add and prefer github (GH) as master site
 * ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD)

Most ports are updated infrequently so a single batch commit is preferred over
collating changes per port.
Original commitRevision:352062 
Friday, 21 Feb 2014
13:36 ehaupt search for other commits by this committer
Remove trailing whitespaces from category devel
Original commitRevision:345404 
Tuesday, 18 Feb 2014
14:31 makc search for other commits by this committer
- Bump PORTREVISION after KDE4_PREFIX change
Original commitRevision:344898 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Original commitRevision:343634 
Monday, 18 Nov 2013
18:55 dbn search for other commits by this committer
Add stage support to devel/kdesvn-kde4.

Changes:
 - Add man1 files to pkg-plist
 - Suppress package message
 - Update LIB_DEPENDS to the new format
Original commitRevision:334239 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Sunday, 28 Jul 2013
20:28 dbn search for other commits by this committer
Remove MAKE_JOBS_SAFE from all my ports.

Better to remove now, in one go, then forget about it.
Original commitRevision:323850 
Monday, 8 Jul 2013
20:12 rakuco search for other commits by this committer
Apply patch to point to the right bug tracker address.

kdesvn has been moved into the KDE infrastructure, and this includes the bug
tracker (the previous one has been closed).

Approved by:	dbn (maintainer via private mail)
Original commitRevision:322537 
Friday, 26 Apr 2013
15:10 bapt search for other commits by this committer
Convert USE_GETTEXT -> USES=gettext

While here:
- Trim headers
- Remove some useless pre.mk/post.mk
- Convert to optionsng
Original commitRevision:316620 
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 
Wednesday, 16 Jan 2013
20:15 dbn search for other commits by this committer
 - Update to my new FreeBSD address
 - Trim header
 - Add myself as creator of devel/svn2git (see r272261)

Approved by:	eadler|bdrewery (mentor)
Original commitRevision:310522 
Sunday, 26 Aug 2012
01:11 rakuco search for other commits by this committer
Fix reversal in the condition check introduced in r303170.

We need to check if DOCS is _not_ defined.

Hat tips to avilla@ for noticing the mistake.

PR:		ports/170828
Original commit
00:55 rakuco search for other commits by this committer
- Update to 1.6.0
- Convert to the new options framework.

PR:		ports/170828
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
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
14:57 makc search for other commits by this committer
Remove build dependencies on textproc/docbook-xml and textproc/docbook-xsl.
They were added to fix build with kdelibs-4.5, while correct fix was
to add them as run dependencies for x11/kdelibs4 (done a while ago).
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, 15 Sep 2010
18:47 makc search for other commits by this committer
Update to 1.5.5

PR:             ports/150587
Submitted by:   David Naylor (maintainer)
Original commit
Monday, 6 Sep 2010
18:10 makc search for other commits by this committer
Update to 1.5.4

PR:             ports/150307
Submitted by:   David Naylor (maintainer)
Original commit
Tuesday, 24 Aug 2010
15:43 makc search for other commits by this committer
Fix build with upcoming KDE 4.5

Approved by:    David Naylor (maintainer)
Original commit
Monday, 7 Jun 2010
12:19 fluffy search for other commits by this committer
- [maintainer] update kdesvn-kde4 1.5.2 -> 1.5.3

PR:             147206
Submitted by:   David Naylor (maintainer)
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
Tuesday, 18 May 2010
04:08 pgollucci search for other commits by this committer
- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
Original commit
Wednesday, 5 May 2010
21:52 pgollucci search for other commits by this committer
4/5: Chase devel/apr shlib bump

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
Original commit
Saturday, 3 Apr 2010
19:12 makc search for other commits by this committer
Update to 1.5.2

PR:             ports/145125
Submitted by:   David Naylor (maintainer)
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
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Tuesday, 17 Nov 2009
14:58 miwi search for other commits by this committer
- Update to 1.4.1

PR:             140627
Submitted by:   David Naylor <naylor.b.david@gmail.com> (maintainer)
Original commit
Sunday, 13 Sep 2009
15:39 miwi search for other commits by this committer
- Update to 1.4.0

PR:             138420
Submitted by:   David Naylor <naylor.b.david@gmail.com> (maintainer)
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
Tuesday, 16 Jun 2009
12:32 itetcu search for other commits by this committer
Fix build with LOCALBASE

Reported by:    QATty
Approved by:    maintainer
Original commit
Tuesday, 14 Apr 2009
19:18 makc search for other commits by this committer
Fix build with subversion-1.6.
Mark MAKE_JOBS_SAFE.

Submitted by:   maintainer via email
Approved by:    portmgr (pav)
Original commit
Tuesday, 24 Mar 2009
19:13 makc search for other commits by this committer
bump PORTREVISION after cmake update
Original commit
Wednesday, 4 Mar 2009
21:32 makc search for other commits by this committer
Update to 1.2.4

PR:             ports/132223
Submitted by:   David Naylor (maintainer)
Original commit
Sunday, 18 Jan 2009
22:22 makc search for other commits by this committer
Update devel/kdesvn-kde4 to 1.2.2

PR:             ports/129556
Submitted by:   David Naylor <dragonsa at highveldmail.co.za>
Approved by:    miwi (implicit)
Original commit
22:09 makc search for other commits by this committer
Force commit: repocopy devel/kdesvn to devel/kdesvn-kde4

Approved by:    miwi (implicit)
Original commit

Number of commits found: 65