aboutsummaryrefslogtreecommitdiff
path: root/graphics/digikam
Commit message (Collapse)AuthorAgeFilesLines
* - Update WWWDmitry Marakasov2018-09-161-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=479883
* devel/boost-*: update to 1.68.0Jan Beich2018-08-091-1/+1
| | | | | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165 Notes: svn path=/head/; revision=476723
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=475857
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-3/+4
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=473503
* graphics/digikam: fix build when not using make jobsTobias C. Berner2018-06-193-1/+23
| | | | | | | | | Due to incompletely specified cmake targets the build can fail, as a generated file containging the git-version is missing -- as that is always empty in releases anyway, ignore that whole thing. Notes: svn path=/head/; revision=472789
* Bump PORTREVISION on opencv consumers due to opencv updateSteve Wills2018-05-091-0/+1
| | | | Notes: svn path=/head/; revision=469421
* graphics/opencv: Update to 3.4.1Steve Wills2018-05-091-4/+3
| | | | | | | | | PR: 210505 Submitted by: rozhuk.im@gmail.com (partially, further work was done) Exp-run by: antoine Notes: svn path=/head/; revision=469420
* Add ports for digikam5.Tobias C. Berner2018-04-2812-0/+2245
| | | | Notes: svn path=/head/; revision=468520
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-266-1057/+0
| | | | | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt Notes: svn path=/head/; revision=323748
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - update png to 1.5.10Dirk Meyer2012-06-013-7/+44
| | | | Notes: svn path=/head/; revision=297915
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Fix PORTSCOUT entry.Alex Dupre2010-06-291-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257150
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - fix build for png-1.4.1Dirk Meyer2010-03-292-0/+71
| | | | Notes: svn path=/head/; revision=251744
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Add PORTSCOUT limit.Alex Dupre2010-01-251-0/+2
| | | | Notes: svn path=/head/; revision=248516
* Fix MASTER_SITES.Alex Dupre2009-08-291-1/+1
| | | | Notes: svn path=/head/; revision=240499
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Update to 0.9.6 release.Alex Dupre2009-07-142-4/+4
| | | | Notes: svn path=/head/; revision=237811
* Update to 0.9.5 release.Alex Dupre2009-03-1823-471/+6
| | | | Notes: svn path=/head/; revision=230349
* . update graphics/exiv2 to the new version;Boris Samorodov2009-03-111-1/+1
| | | | | | | | | | | | | | | . bump ports which depends upon libexiv2.so (the library was bumpted from *.so.3 to *.so.7); . mark current graphics/py-exiv2 as broken since it doesn't compile with new libexiv2; this should change with graphics/py-exiv2-0.2. PR: ports/131376 Submitted by: bsam (me) Discussed with: kde@ Approved by: maintainer timeout (5 weeks) Notes: svn path=/head/; revision=229912
* Chase libkexiv2 and bump PORTREVISION.Alex Dupre2008-12-171-2/+2
| | | | Notes: svn path=/head/; revision=224319
* Fix build with new libkdcraw release.Alex Dupre2008-10-1218-6/+397
| | | | Notes: svn path=/head/; revision=221508
* Chase kdcraw library and bump PORTREVISIONAlex Dupre2008-09-231-1/+2
| | | | | | | (and fix compilation where needed). Notes: svn path=/head/; revision=220497
* Update to 0.9.4 release.Alex Dupre2008-07-176-124/+21
| | | | Notes: svn path=/head/; revision=216948
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Chase kipi and kexiv2 lib versions and bump PORTREVISION.Alex Dupre2008-04-221-3/+3
| | | | Notes: svn path=/head/; revision=211745
* Fix build with new libkdcraw version.Alex Dupre2008-03-153-1/+47
| | | | Notes: svn path=/head/; revision=209114
* Update to 0.9.3 release.Alex Dupre2007-12-234-18/+25
| | | | Notes: svn path=/head/; revision=204390
* Chase libraries, fix build and bump PORTREVISION.Alex Dupre2007-09-183-2/+43
| | | | Notes: svn path=/head/; revision=199682
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Update to 0.9.2 release (now includes digikamimageplugins).Alex Dupre2007-07-023-18/+371
| | | | Notes: svn path=/head/; revision=194625
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-31/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update libkexiv2 to 0.1.2 release.Alex Dupre2007-04-251-2/+2
| | | | Notes: svn path=/head/; revision=190856
* - Bump PORTREVISION to force rebuild with new exiv2, which is reported to bePav Lucistnik2007-03-291-0/+1
| | | | | | | | | | ABI incompatible PR: ports/110972 Reported by: Kyryll A Mirnenko <mirya@zoc.com.ua> Notes: svn path=/head/; revision=188787
* Update to 0.9.1 releases.Alex Dupre2007-03-144-43/+22
| | | | Notes: svn path=/head/; revision=187383
* Update to 0.9.0 release.Alex Dupre2006-12-313-6/+17
| | | | | | | | PR: ports/107300 Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> Notes: svn path=/head/; revision=181133
* Update to 0.9.0-rc2 release.Alex Dupre2006-12-1710-130/+171
| | | | Notes: svn path=/head/; revision=179999
* Take maintainership.Alex Dupre2006-12-161-1/+1
| | | | Notes: svn path=/head/; revision=179958
* Maintainer no longer has time for these ports.Mark Linimon2006-12-151-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=179850
* - Fix display of RAW imagesMarkus Brueffer2006-10-232-3/+12
| | | | | | | | | | | - Bump PORTREVISION PR: ports/104479 Submitted by: Andy Fawcett <andy@athame.co.uk> Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175514
* - Don't remove locale dirs listed on BSD.local.distRenato Botelho2006-08-212-1/+23
| | | | | | | | | | | - s/INSTALLS_SHLIB/USE_LDCONFIG/ PR: ports/101490 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Approved by: Arjan van Leeuwen <avleeuwen at piwebs.com> (maintainer) Notes: svn path=/head/; revision=171115
* - Bump PORTREVISION to force rebuild with new libgphoto2Pav Lucistnik2006-06-191-1/+1
| | | | Notes: svn path=/head/; revision=165814
* Fix build on 4.xIon-Mihai Tetcu2006-06-104-2/+77
| | | | | | | | | PR: ports/95645 Submitted by: maintainer Approved by: lawrance (mentor, implicit) Notes: svn path=/head/; revision=165032
* remove old SIZEEdwin Groothuis2006-06-071-1/+0
| | | | Notes: svn path=/head/; revision=164714
* - Fix pkg-plist (unbreak)Alex Dupre2006-04-247-8/+58
| | | | | | | | - Fix core dumps - portlint(1) Notes: svn path=/head/; revision=160333