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/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt
SVNWeb

Number of commits found: 4

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, 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)
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, 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)

Number of commits found: 4