[kde-freebsd] [SVN Commit] area51/PORTS/graphics/libkface

2016-04-14 Thread Raphael Kubo da Costa
SVN commit 12316 by rakuco: libkface: Adjust LICENSE. Most of the code is GPLv2+, with src/libkface_debug.{cpp,h} being LGPL20+. M +2 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kipi-plugins-kde4/files

2016-04-14 Thread Raphael Kubo da Costa
SVN commit 12315 by rakuco: kipi-plugins-kde4: Add some context to extrapatch-extra_kipi_plugins_cmakelists.patch. M +9 -0 extrapatch-extra_kipi_plugins_cmakelists.patch ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2016-04-13 Thread Raphael Kubo da Costa
SVN commit 12308 by rakuco: Stop setting KSANE_INCLUDE_DIR in digikam-kde4's Makefile.common. This is not needed after r12086. M +0 -1 Makefile.common ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2016-04-13 Thread Raphael Kubo da Costa
SVN commit 12307 by rakuco: Drop the post-kipi-configure target. It was originally added in r9183 to avoid rebuilding libkipiplugins for each kipi-plugin port. This no longer seems to be a problem, as libkipiplugins is not rebuilt by any of the kipi-plugin-* ports without this change. M +0

[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2016-04-13 Thread Raphael Kubo da Costa
SVN commit 12306 by rakuco: Drop the gitversion.h hack from Makefile.common. Instead, just let the build system do its job and generate the file. I did have to import a patch I just landed that adjusts the dependencies between the build system targets though. M +0 -1

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2016-04-13 Thread Raphael Kubo da Costa
SVN commit 12305 by rakuco: digikam-kde4: Remove trailing whitespace from Makefile.common. M +1 -1 Makefile.common ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/skanlite

2016-04-13 Thread Raphael Kubo da Costa
SVN commit 12304 by rakuco: skanlite: Add USES=gettext, hopefully resolving the mess once and for all. USES=gettext was added to the port in ports r373636, which was not merged into area51. area51 r11455 introduced USES=gettext pkgconfig, but when I later asked tcberner if he remember why those

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/libkface

2016-04-13 Thread Raphael Kubo da Costa
SVN commit 12303 by rakuco: libkface: Use USES=pathfix instead of a sed call. M +1 -5 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2016-04-06 Thread Adriaan de Groot
SVN commit 12281 by adridg: Remove another PORTSDIR to match the official tree M +1 -1 Makefile.common ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kipi-plugins-kde4/files

2016-04-03 Thread Raphael Kubo da Costa
SVN commit 12277 by rakuco: kipi-plugins-kde4: Improve the patch from r12228. Do not expanding the variables in the if() clause twice, otherwise if OpenCV is not found we end up with an error like this: CMake Error at CMakeLists.txt:186 (if): if given arguments: "FALSE" "AND"

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4/files

2016-04-03 Thread Raphael Kubo da Costa
SVN commit 12276 by rakuco: digikam-kde4: Import r411791 from ports. r411791 | marino | 2016-03-24 15:13:21 +0100 (Thu, 24 Mar 2016) | 8 lines graphics/digikam-kde4: Fix build everywhere (with upstream patch) Take the

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/libkface

2016-04-03 Thread Raphael Kubo da Costa
SVN commit 12275 by rakuco: libkface: Replace another use of KDE_APPLICATIONS_VERSION. M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4-l10n

2016-04-03 Thread Raphael Kubo da Costa
SVN commit 12274 by rakuco: digikam-kde4-l10n: Fix plist. M +2 -0 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kipi-plugins-kde4

2016-04-03 Thread Raphael Kubo da Costa
SVN commit 12272 by rakuco: kipi-plugins-kde4: Fix package names in the dependencies added in r12265. This fixes errors such as: ===> kipi-plugins-4.2.0_1,1 depends on package: digikam-kde4-doc>=4.2.0 - not found that broke the port after my previous commit. M +2 -2 Makefile

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4/files

2016-04-02 Thread Raphael Kubo da Costa
SVN commit 12268 by rakuco: digikam-kde4: Experiment with reverting the patch from r8600. It was added 4 years ago, let's see if DigiKam does not crash on startup with large collections any longer. D patch-app_album_albumwatch.cpp

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kipi-plugins-kde4

2016-04-02 Thread Raphael Kubo da Costa
SVN commit 12265 by rakuco: kipi-plugins-kde4: Fix dependencies for the DOCS and NLS options. Those were broken since r9861 from 2014, as they were left out of the options helper conversion. M +2 -2 Makefile ___ kde-freebsd mailing list

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kphotoalbum-kde4

2016-04-02 Thread Raphael Kubo da Costa
SVN commit 12264 by rakuco: kphotoalbum-kde4: Move SHEBANG_FILES around to match ports r371613. M +1 -2 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

Re: [kde-freebsd] [SVN Commit] area51/PORTS/graphics/skanlite

2016-04-02 Thread Raphael Kubo da Costa
Adriaan de Groot writes: > SVN commit 12042 by adridg: > > Skanlite needs msgfmt > > M +1 -1 Makefile USES=gettext includes both gettext-runtime and gettext-tools. CMake seems to look for dgettext, which is in gettext-runtime, so this change looks like a regression to me.

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2016-04-01 Thread Adriaan de Groot
SVN commit 12260 by adridg: digiKam update internal ports-documentation M +3 -3 Makefile.common ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2016-03-31 Thread Adriaan de Groot
SVN commit 12256 by adridg: Another missed renaming M +1 -1 Makefile.common ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2016-03-31 Thread Adriaan de Groot
SVN commit 12255 by adridg: kipi-plugins directory rename also applies to paths pointing there M +2 -2 Makefile.common ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2016-03-30 Thread Adriaan de Groot
SVN commit 12251 by adridg: Move kipi-plugins back to kipi-plugins-kde4, to stick closer to ports tree D kipi-plugins (directory) A kipi-plugins-kde4 (directory) M +1 -1 libkface/Makefile ___ kde-freebsd mailing

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/libkipiplugins

2016-03-30 Thread Adriaan de Groot
SVN commit 12250 by adridg: Remove unused files/, patch has gone elsewhere D files (directory) ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for

[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2016-03-30 Thread Adriaan de Groot
SVN commit 12247 by adridg: Restore PORTREVISION (photoalbum has one other change, moving SHEBANG_FILES around) M +1 -1 kphotoalbum-kde4/Makefile M +1 -0 libkscreen/Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2016-03-29 Thread Adriaan de Groot
SVN commit 12234 by adridg: Digikam: fix all the kipi-plugins with the same EXTRA_PATCH that fixes up the structure of the CMake if() for OpenCV M +1 -0 digikam-kde4/Makefile.common A kipi-plugins/files/extrapatch-extra_kipi_plugins_cmakelists.patch

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/libkipiplugins

2016-03-28 Thread Adriaan de Groot
SVN commit 12228 by adridg: Fixup libkipiplugins build: split cmake-if() that confuses the version of CMake we use A files (directory) A files/patch-extra_kipi_plugins_cmakelists.patch ___ kde-freebsd mailing list

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2016-03-28 Thread Adriaan de Groot
SVN commit 12227 by adridg: Switch off the mediawiki kipi-plugin, because it depends on libmediawiki, which I can't find in the source releases from KDE M +0 -1 Makefile.common ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam

2016-03-06 Thread Adriaan de Groot
SVN commit 12044 by adridg: Fix typo in KDE component M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/skanlite

2016-03-06 Thread Adriaan de Groot
SVN commit 12042 by adridg: Skanlite needs msgfmt M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/skanlite

2016-02-04 Thread Raphael Kubo da Costa
SVN commit 11899 by rakuco: skanlite: Also drop USES=gettext added in r11455. It's unrelated to that revision, and there have been no complaints about it not being present in the ports tree version of this file. M +1 -1 Makefile ___

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam

2015-10-09 Thread Tobias Berner
SVN commit 11478 by tcberner: Make digitec rundepend on x11/kde4-runtime PR: 203222 M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kphotoalbum-kde4

2015-09-17 Thread Tobias Berner
SVN commit 11454 by tcberner: shebang-fixes M +3 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kipi-plugins-kde4

2015-04-06 Thread Raphael Kubo da Costa
SVN commit 10664 by rakuco: kipi-plugins-kde4: Fix botched USES=metaport conversion. We need bsd.port.pre.mk before digikam-kde4's Makefile.common, since the latter checks for NO_BUILD. M +2 -1 Makefile ___ kde-freebsd mailing list

Re: [kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2015-03-03 Thread Max Brazhnikov
On Thu, 26 Feb 2015 13:40:04 -0800 (PST) Alonso Schaich wrote: SVN commit 10612 by aschai: Remove fishy looking mysql dependency Don't hesitate to ask if something looks fishy :) The way it seems to me there are some efforts to no longer install static libraries via PORTS, so sooner or

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2015-02-26 Thread Alonso Schaich
SVN commit 10613 by aschai: Facilate the mysql depencency line No suffix means both build and run time dependencies. M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2015-01-26 Thread Max Brazhnikov
SVN commit 10575 by makc: graphics/digikam-kde4: - kdepimlibs port doesn't depend on nepomuk anymore, therefore revert part of r10303 that forces dependency on nepomuk-core. MM +2 -2 Makefile MM +0 -2 pkg-plist ___ kde-freebsd

Re: [kde-freebsd] [SVN Commit] area51/PORTS/graphics

2014-11-03 Thread Max Brazhnikov
On Sun, 21 Sep 2014 09:08:54 -0700 Jason E. Hale wrote: SVN commit 10312 by jhale: - Fix build and add pkg-plist for kipi-plugin-dlnaexport, but keep IGNORE since it is rather useless. I have several DLNA-capable devices and all of them saw the server, but none of them could access

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/libkscreen

2014-10-15 Thread Max Brazhnikov
SVN commit 10417 by makc: graphics/libkscreen: - add missing dependencies on xcb libraries M +3 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/libkscreen

2014-09-24 Thread Max Brazhnikov
SVN commit 10316 by makc: graphics/libkscreen: - needs pkgconfig to detect XCB correctly - fix install path for pkgconfig files - trim @dirrm from plist - update WWW M +5 -1 Makefile M +1 -1 pkg-descr M +1 -5 pkg-plist ___

[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2014-09-21 Thread Jason E . Hale
SVN commit 10312 by jhale: - Fix build and add pkg-plist for kipi-plugin-dlnaexport, but keep IGNORE since it is rather useless. I have several DLNA-capable devices and all of them saw the server, but none of them could access the files. PS3 threw a DLNA protocol error (2114) and

[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2014-09-18 Thread Jason E . Hale
SVN commit 10303 by jhale: - Update digikam and friends to 4.2.0 - Not updating to 4.3.0 at this time because it has proven to be unstable with albums containing video files and needs further investigation. It has also dropped Nepomuk support in favor of Baloo, which we don't have in the

[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2014-09-16 Thread Alonso Schaich
SVN commit 10292 by aschai: Add extragear's libkscreen to the repository and fix it's so-version. A libkscreen (directory) AMlibkscreen/Makefile AMlibkscreen/distinfo A libkscreen/files (directory) AM

[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2014-08-13 Thread Raphael Kubo da Costa
SVN commit 10240 by rakuco: PORTS: Remove graphics/prison. This is another library that belongs to fluffy@, and we haven't had to update it in a long time. D prison (directory) ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kphotoalbum-kde4

2014-08-13 Thread Raphael Kubo da Costa
SVN commit 10242 by rakuco: kphotoalbum-kde4: Merge r345222 from ports. r345222 | makc | 2014-02-20 15:00:31 +0200 (Thu, 20 Feb 2014) | 6 lines - Add stage support - Squeeze MASTER_SITES/MASTER_SITE_SUBDIR - Convert

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kphotoalbum-kde4

2014-08-13 Thread Raphael Kubo da Costa
SVN commit 10243 by rakuco: kphotoalbum-kde4: Merge r347051 from ports. r347051 | makc | 2014-03-04 20:07:56 +0200 (Tue, 04 Mar 2014) | 5 lines graphics/kphotoalbum-kde4: - Add dependency on pkgconfig to fix libkdcraw

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kphotoalbum-kde4

2014-08-13 Thread Raphael Kubo da Costa
SVN commit 10244 by rakuco: kphotoalbum-kde4: Merge r350164 from ports. r350164 | danfe | 2014-04-04 23:36:47 +0300 (Fri, 04 Apr 2014) | 5 lines - Chase libexiv2.so shlib version bump after r350163 - Fix nearby minor style

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2014-05-26 Thread Raphael Kubo da Costa
SVN commit 10099 by rakuco: digikam-kde4: Merge r355452 from ports. r355452 | rakuco | 2014-05-26 23:59:25 +0300 (Mon, 26 May 2014) | 9 lines Makefile.common: Always set USES=tar:bzip2. Setting USES=bzip2 inside the

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2014-05-26 Thread Raphael Kubo da Costa
SVN commit 10100 by rakuco: digikam-kde4: Merge r355461 from ports. r355461 | rakuco | 2014-05-27 01:15:31 +0300 (Tue, 27 May 2014) | 8 lines Makefile.common: Move a few other variables outside the NO_BUILD block. Just

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2014-03-04 Thread Max Brazhnikov
SVN commit 10044 by makc: Sync with ports: r346997 | makc | 2014-03-04 07:35:43 + (Tue, 04 Mar 2014) | 5 lines graphics/digikam-kde4: - Fix dependency on mysql Reported by:Wolfgang Riegler wolfgang.rieg...@gmx.de

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/skanlite

2014-01-22 Thread Max Brazhnikov
SVN commit 9864 by makc: Sync graphics/skanlite with ports: r340693 | makc | 2014-01-22 08:20:56 + (Wed, 22 Jan 2014) | 7 lines - Update to 1.1 - Switch MASTER_SITES to KDE - Convert LIB_DEPENDS to new style - Remove

[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2014-01-21 Thread Max Brazhnikov
SVN commit 9859 by makc: Update plist for kipi-plugins 3.5.0 M +1 -1 kipi-plugin-advancedslideshow/pkg-plist M +5 -5 kipi-plugin-debianscreenshots/pkg-plist M +7 -7 kipi-plugin-dngconverter/pkg-plist M +4 -4 kipi-plugin-expoblending/pkg-plist M +5 -5

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2014-01-21 Thread Max Brazhnikov
SVN commit 9860 by makc: - Update plist for 3.5.0 - Fix shebang in perl script - Add patch to fix linking with libpgf - Convert LIB_DEPENDS to new style M +2 -1 Makefile M +1 -1 Makefile.common A files/patch-cmake__modules__FindPGF.cmake M +0 -7 pkg-plist

[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2014-01-21 Thread Max Brazhnikov
SVN commit 9862 by makc: Add new port: kipi-plugin-jalbumexport M +4 -2 digikam-kde4/Makefile.common A kipi-plugin-jalbumexport (directory) A kipi-plugin-jalbumexport/Makefile A kipi-plugin-jalbumexport/pkg-plist

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kipi-plugins-kde4

2014-01-21 Thread Max Brazhnikov
SVN commit 9861 by makc: Remove LATEST_LINK Simplify Makefile by using options helpers M +2 -13 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for

[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2014-01-17 Thread Max Brazhnikov
SVN commit 9854 by makc: - Update Digikam ports to 3.5.0 (not finished yet) - Use new style for LIB_DEPENDS - Use options helpers M +0 -1 digikam-kde4-doc/Makefile M +0 -1 digikam-kde4-l10n/Makefile M +17 -0 digikam-kde4-l10n/pkg-plist M +27 -46

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/libpgf

2013-11-10 Thread Raphael Kubo da Costa
SVN commit 9721 by rakuco: libpgf: Trim Makefile header, as done in ports r327733. M +0 -5 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/prison

2013-11-10 Thread Raphael Kubo da Costa
SVN commit 9722 by rakuco: prison: Trim Makefile header, as done in ports r327733 M +1 -4 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2013-09-29 Thread Alonso Schaich
SVN commit 9511 by aschai: Add staging support and while here reformat the CMake argument to match the other arguments' style. M +1 -1 Makefile M +2 -0 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2013-09-29 Thread Alonso Schaich
SVN commit 9512 by aschai: Remove leftover forgotten in the last commit (second time today ... ) M +0 -3 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kipi-plugins-kde4

2013-09-29 Thread Alonso Schaich
SVN commit 9529 by aschai: Indicate metaport. M +1 -0 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/libkface

2013-09-01 Thread Raphael Kubo da Costa
SVN commit 9475 by rakuco: Merge r325926 from ports. r325926 | bapt | 2013-09-02 01:46:10 +0300 (Mon, 02 Sep 2013) | 2 lines Add an explicit dependency on pkgconf

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kipi-plugins-kde4

2013-07-02 Thread Raphael Kubo da Costa
SVN commit 9328 by rakuco: kipi-plugins-kde4: Merge r319675 from ports. r319675 | tijl | 2013-06-02 18:13:14 +0300 (Sun, 02 Jun 2013) | 6 lines Set .MAKE.FreeBSD_UL=yes to support bmake. It is already set in bsd.port.mk,

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2013-05-23 Thread Max Brazhnikov
SVN commit 9243 by makc: Sync with ports: - Add explicit dependence on boost library to fix build without PIMLIMS option [1] - Add math/eigen3 to the list of build dependencies PR: ports/178789 [1] Submitted by: Hon-Yu Lawrence Cheung cheunghonyu at gmail.com M +3 -1

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4-l10n

2013-05-18 Thread Max Brazhnikov
SVN commit 9241 by makc: Reset PORTREVISION M +0 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2013-05-17 Thread Max Brazhnikov
SVN commit 9240 by makc: Update digikam and kipi-plugins ports to 3.2.0 M +1 -1 digikam-kde4/Makefile.common M +2 -2 digikam-kde4/distinfo M +1 -1 kipi-plugin-advancedslideshow/pkg-plist D kipi-plugin-htmlexport/files (directory)

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4-l10n

2013-05-12 Thread Max Brazhnikov
SVN commit 9234 by makc: - Don't install libkipi l10n files, they are provided by kde4-l10n ports [1] - gettext is required during build, change dependence type to build only Reported by:Wolfgang Riegler via kde-freebsd maillist [1] M +6 -1 Makefile M +0 -27 pkg-plist

[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2013-04-08 Thread Max Brazhnikov
SVN commit 9182 by makc: Remove -kde4 suffix from digikam-doc and digikam-l10n ports M +3 -2 digikam-kde4-doc/Makefile M +3 -2 digikam-kde4-l10n/Makefile M +2 -2 digikam-kde4/Makefile M +2 -2 kipi-plugins-kde4/Makefile

[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2013-04-05 Thread Max Brazhnikov
SVN commit 9178 by makc: Split kipi-plugins and update to 3.1.0 M +111 -0digikam-kde4/Makefile.common A kipi-plugin-acquireimages (directory) A kipi-plugin-acquireimages/Makefile A kipi-plugin-acquireimages/pkg-plist A

[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2013-04-05 Thread Max Brazhnikov
SVN commit 9180 by makc: Disable dlnaexport plugin Add description for other disabled plugins and explain why they are disabled M +6 -2 digikam-kde4/Makefile.common M +2 -0 kipi-plugin-dlnaexport/Makefile ___ kde-freebsd mailing

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2013-04-04 Thread Max Brazhnikov
SVN commit 9176 by makc: Update patches and plist for digikam 3.1.0 M +1 -0 Makefile M +0 -17 files/patch-CMakeLists.txt D files/patch-cmake__modules__FindPGF.cmake M +10 -10files/patch-digikam__album__albumwatch.cpp M +6 -43 pkg-plist

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kphotoalbum-kde4

2013-04-02 Thread Max Brazhnikov
SVN commit 9166 by makc: Update to 4.4, thus fix build with KDE 4.10 M +6 -5 Makefile M +2 -2 distinfo M +7 -0 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kphotoalbum-kde4

2013-04-02 Thread Max Brazhnikov
SVN commit 9168 by makc: Doesn't need nepomuk-core, but nepomuk, which is provided by kdelibs M +1 -2 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/skanlite

2013-02-26 Thread Max Brazhnikov
SVN commit 8994 by makc: Sync with ports: update to 1.0 M +3 -3 Makefile M +2 -2 distinfo M +7 -0 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kphotoalbum-kde4

2013-01-18 Thread Alberto Villa
SVN commit 8946 by avilla: - Fix plist. M +237 -0pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kphotoalbum-kde4

2013-01-05 Thread Alberto Villa
SVN commit 8878 by avilla: - Update to 4.3 (not part of extragear anymore). - Make NLS optional. - Build documentation. Plist yet to be fixed (waiting for build server to come back alive). Submitted by: Schaich Alonso alonsoscha...@fastmail.fm (partially) M +19 -18Makefile M +2 -2

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kphotoalbum-kde4

2013-01-05 Thread Alberto Villa
SVN commit 8882 by avilla: - Fix build. Submitted by: Schaich Alonso alonsoscha...@fastmail.fm via mailing list A files (directory) A files/patch-ImageManager__VideoLengthExtractor.cpp A files/patch-Utilities__Process.cpp

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2012-10-29 Thread Alberto Villa
SVN commit 8697 by avilla: - Bump PORTREVISION because of plist change. - Trim Makefile header. M +2 -6 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/skanlite

2012-09-22 Thread Max Brazhnikov
SVN commit 8649 by makc: Update to 0.9 M +5 -8 Makefile M +2 -2 distinfo M +9 -0 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2012-09-17 Thread Jason E . Hale
SVN commit 8626 by jhale: - Remove pkg-message, it is irrelevant now M +0 -3 Makefile D pkg-message ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4/files

2012-09-06 Thread Jason E . Hale
SVN commit 8600 by jhale: Add patch to disable file monitoring since it is causing startup crashes with large photo collections. Digikam will still be aware of file creation, deletion, and renaming of individual files. AMpatch-digikam__album__albumwatch.cpp

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/libpgf

2012-07-30 Thread Max Brazhnikov
SVN commit 8482 by makc: Remove needless dependence on pkgconfig M +0 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2012-07-14 Thread Jason E . Hale
SVN commit 8444 by jhale: - Add new port graphics/libpgf - This is required by graphics/digikam-kde4, but currently an internal version is used A libpgf (directory) A libpgf/Makefile A libpgf/distinfo A libpgf/files (directory) A

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2012-07-14 Thread Jason E . Hale
SVN commit 8445 by jhale: - Make graphics/digikam-kde4 depend on external libpgf M +2 -1 Makefile A files/patch-cmake__modules__FindPGF.cmake ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2012-06-25 Thread Jason E . Hale
SVN commit 8331 by jhale: For digikam-kde4: - Fix build when QT3 is installed - Add pkg-message to warn user that Digikam may crash with a low kern.maxfiles M +3 -0 Makefile M +20 -7 files/patch-CMakeLists.txt A pkg-message

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2012-06-09 Thread Max Brazhnikov
SVN commit 8302 by makc: Fix plist M +2 -0 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2012-06-08 Thread Max Brazhnikov
SVN commit 8300 by makc: sync with ports: png - png15 M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4/files

2012-05-31 Thread Jason E . Hale
SVN commit 8262 by jhale: - Add upstream patch to fix build with Boost 1.48 Obtained from: Digikam git A patch-libs__database__imagehistory__imagehistorygraph_boost.h ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2012-05-24 Thread Jason E . Hale
SVN commit 8220 by jhale: - Add new port graphics/libkface - libkface is a wrapper for libface, a face recognition library - Required by newer Digikam A libkface (directory) A libkface/Makefile A libkface/distinfo A libkface/pkg-descr

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kipi-plugins-kde4

2012-05-24 Thread Jason E . Hale
SVN commit 8222 by jhale: - Update graphics/kipi-plugins-kde4 to 2.5.0 - add LICENSE (GPLv2) - make NLS optional - add EXPOBLEND option to pull in runtime dependencies for the ExpoBlening plugin...there are a lot of ports that get pulled in by graphics/hugin, so turn it OFF by default - add

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2012-05-24 Thread Jason E . Hale
SVN commit 8223 by jhale: - Update graphics/digikam-kde4 to 2.5.0 - add LICENSE (GPLv2) - make NLS optional - add MYSQL option to build MySQL database support - remove LENSFUN option (graphics/lensfun is now required) - remove MARBLE option (libkgeomap provides this and is required) M +42

Re: [kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2012-05-24 Thread Max Brazhnikov
On Thu, 24 May 2012 13:19:37 GMT, Jason E. Hale wrote: SVN commit 8223 by jhale: - Update graphics/digikam-kde4 to 2.5.0 - add LICENSE (GPLv2) - make NLS optional - add MYSQL option to build MySQL database support - remove LENSFUN option (graphics/lensfun is now required) - remove MARBLE

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2012-05-24 Thread Jason E . Hale
SVN commit 8225 by jhale: - Cut QT4 components that are already required by kdelibs M +2 -3 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for

Re: [kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2012-05-24 Thread Alberto Villa
On Thu, May 24, 2012 at 5:11 PM, Max Brazhnikov m...@freebsd.org wrote: Are these qt4 components really required by digikam? I suppose most of them are indirect dependencies inherited from kdelibs4 and thus shouldn't be listed here. Actually, USE_QT4 should be set to the list of components

[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2012-05-21 Thread Raphael Kubo da Costa
SVN commit 8200 by rakuco: Import graphics/kphotoalbum-kde4 to area51. It is maintained by kde@, and it should be kept under the radar for shlib bumps and the like. A kphotoalbum-kde4 (directory) A kphotoalbum-kde4/Makefile A

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kphotoalbum-kde4

2012-05-21 Thread Max Brazhnikov
SVN commit 8204 by makc: replace dependency on marblewidget with USE_KDE4+= marble M +2 -2 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2012-04-13 Thread Raphael Kubo da Costa
SVN commit 8117 by rakuco: graphics/digikam-kde4: Sync with ports. Adjust to the change of maintainership -- the port got reassigned to kde@. M +2 -2 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kipi-plugins-kde4

2011-10-15 Thread Alberto Villa
SVN commit 7731 by avilla: - Add dependency on libkdcraw-kde4. M +1 -0 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kipi-plugins-kde4

2011-10-15 Thread Alberto Villa
SVN commit 7732 by avilla: - Add dependency on libksane. M +1 -0 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/prison

2011-10-03 Thread Alberto Villa
SVN commit 7700 by avilla: - Update pkg-descr. M +3 -2 pkg-descr ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2011-09-10 Thread Alberto Villa
SVN commit 7633 by avilla: - Fix dependencies on libkipi-kde4 and libksane. - Bump PORTREVISION. M +2 -1 digikam-kde4/Makefile M +2 -1 kipi-plugins-kde4/Makefile A kphotoalbum-kde4 (directory) A kphotoalbum-kde4/Makefile

  1   2   >