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: graphics/digikam-kde4/Makefile.common
SVNWeb

Number of commits found: 24

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
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
Wed, 9 May 2018
[ 01:10 swills search for other commits by this committer ] Original commit   Revision:469420 (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
graphics/opencv: Update to 3.4.1

PR:		210505
Submitted by:	rozhuk.im@gmail.com (partially, further work was done)
Exp-run by:	antoine
Sat, 28 Apr 2018
[ 07:39 tcberner search for other commits by this committer ] Original commit   Revision:468520 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Add ports for digikam5.
Tue, 20 Mar 2018
[ 17:19 tcberner search for other commits by this committer ] Original commit   Revision:465097
Move astro/libkgeomap to astro/libkgeomap-kde4
Sun, 25 Jun 2017
[ 21:07 tcberner search for other commits by this committer ] Original commit   Revision:444324 (Only the first 10 of 115 ports in this commit are shown above. View all ports for this commit)
Make ninja opt-out in cmake.mk

Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
Tue, 28 Mar 2017
[ 09:05 rakuco search for other commits by this committer ] Original commit   Revision:437106
Unbreak kipi-plugin-* after r436971.

The kipi-plugin-* ports are all built from the same tarball, which is also used
to build kipi-plugins-kde4 as well.

Upstream does not expect this to happen, and refers to libkipiplugins.so as the
"kipiplugins" target in CMake. Since we build everything separately, each
plugin's build system code does not know this target, which results in
-lkipiplugins (without -L/path/to) being passed to the linker instead of
/path/to/libkipiplugins.so.

Fix it by looking for libkipiplugins.so via CMake and using that result in each
port.

kipi-plugin-ipodexport needs an additional but similar fix, in that it should
look for libgpod using CMake instead of using pkg-config's results directly, as
the latter do not contain full paths.

Reviewed by:	tcberner
Thu, 1 Sep 2016
[ 07:57 tcberner search for other commits by this committer ] Original commit   Revision:421198
Update graphcis/digikam-kde4's & friends distfile location.
It has been moved upstream (probably due to the digikam-kf5 release).

Approved by:	rakuco (mentor)
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)
Thu, 26 May 2016
[ 03:38 pi search for other commits by this committer ] Original commit   Revision:415873 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Many KDE i10n ports: Patch updates CURDIR

This patch replaces a bunch of ${CURDIR}/../../ by ${CURDIR:H:H};
the latter is considered proper contemporary usage by kde@ . The
patch is independent of other KDE4 infrastructure changes.

PR:		209303
Submitted by:	Adriaan de Groot <groot@kde.org>, rakuco, T.C.Berner
<tcberner@gmail.com> (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
Thu, 14 Apr 2016
[ 19:06 rakuco search for other commits by this committer ] Original commit   Revision:413310 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Update DigiKam and related ports to 4.14.0.

This is a huge leap, as we are moving from 4.2.0 (released in August 2014) to
4.14.0 (released in October 2015). Version 4.14.0 is the last KDE4-based
release, and 5.0.0 will be based on KDE Frameworks 5.

Noteworthy port changes:
- Most patches in graphics/digikam-kde4 are no longer necessary.
- graphics/kipi-plugin-googledrive and graphics/kipi-plugin-picasaweb have
  been merged into graphics/kipi-plugin-googleservices following what
  upstream did to those plugins.
- astro/libkgeomap and graphics/libkface are no longer included in the
  DigiKam tarball and are now completely independent ports whose tarballs
  are released as part of KDE Applications.
- net/libmediawiki is neither included in the DigiKam tarball nor released
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 7 Feb 2016
[ 18:04 rakuco search for other commits by this committer ] Original commit   Revision:408434
Adjust MASTER_SITES for all digiKam ports.

digiKam 4.2.0 which is currently in ports is quite old, and was moved along
with all releases older than 4.10.0 to another location in download.kde.org.

This should fix `make fetch' for graphics/digikam* and graphics/kipi-plugin*.
Tue, 27 Jan 2015
[ 21:04 makc search for other commits by this committer ] Original commit   Revision:378020 (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
- Update digiKam and Kipi Plugins to 4.2.0
- New ports for exporting images to Dropbox and Google Drive:
	graphics/kipi-plugin-dropbox
	graphics/kipi-plugin-googledrive

Excerpt from area51 commit logs:
------------------------------------------------------------------------
r10303 | jhale | 2014-09-19 04:04:57 +0000 (Fri, 19 Sep 2014) | 13 lines

- Update digikam and friends to 4.2.0
- Drop "Enable" from Digikam options descriptions
- For kipi-plugins, only extract what we need to reduce extraction time
  and file I/O

------------------------------------------------------------------------
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 26 May 2014
[ 22:15 rakuco search for other commits by this committer ] Original commit   Revision:355461
Makefile.common: Move a few other variables outside the NO_BUILD block.

Just setting USES=tar:bzip2 is not enough, as ports such as
graphics/kipi-plugin-facebook would still report an invalid distfile if
NO_BUILD was passed.

We now unconditionally set DISTNAME, DISTINFO_FILE and LICENSE besides USES.
[ 20:59 rakuco search for other commits by this committer ] Original commit   Revision:355452
Makefile.common: Always set USES=tar:bzip2.

Setting USES=bzip2 inside the NO_BUILD block caused problems for FreeBSD's
distfile fetcher, which apparently set that flag and was getting an invalid
distfile to fetch from the KDE mirrors.

The rest of the NO_BUILD block needs more attention, but I'll let makc@ and
jhale@ handle that since it's not my area.
Tue, 21 Jan 2014
[ 18:17 makc search for other commits by this committer ] Original commit   Revision:340628 (Only the first 10 of 76 ports in this commit are shown above. View all ports for this commit)
- Update to digiKam and Kipi Plugins ports to 3.5.0
- Add new kipi-plugin port for jalbumexport
- Remove useless LATEST_LINK
- Bring stage support
- Convert to options helpers, new style LIB_DEPENDS
- Add patch to fix linking with libpgf [1]

PR:		ports/184942 [1]
Reported by:	Mike Clarke <jmc-freebsd2 at milibyte.co.uk>
Fri, 20 Sep 2013
[ 10:54 ak search for other commits by this committer ] Original commit   Revision:327683 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Remove last vestiges of MAKE_JOBS_SAFE knob

Approved by:	portmgr (bapt)
Sat, 18 May 2013
[ 20:27 makc search for other commits by this committer ] Original commit   Revision:318451
- Update to digiKam and Kipi Plugins ports to 3.2.0
Tue, 23 Apr 2013
[ 10:47 bapt search for other commits by this committer ] Original commit   Revision:316343 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Convert g* to USES=pkgconfig
Mon, 8 Apr 2013
[ 17:10 makc search for other commits by this committer ] Original commit   Revision:315762 (Only the first 10 of 154 ports in this commit are shown above. View all ports for this commit)
- Update to digiKam and Kipi Plugins ports to 3.1.0
- Split documentations and l10ns to separate ports
- Split kipi-plugins-kde4 port

Approved by:	portmgr (miwi)
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Wed, 19 Sep 2012
[ 08:15 jhale search for other commits by this committer ] Original commit   Revision:304492 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- Update Digikam SC to 2.9.0
- Add patch to fix Digikam crashes with large photo collections

Approved by:	makc (mentor)

Number of commits found: 24