non port: graphics/digikam-kde4/Makefile |
SVNWeb
|
Number of commits found: 85 |
Wed, 26 Dec 2018
|
[ 09:06 tcberner ] (Only the first 10 of 48 ports in this commit are shown above. )
Update math/eigen3 to 3.3.7
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7
|
Wed, 12 Dec 2018
|
[ 00:15 jbeich ] (Only the first 10 of 415 ports in this commit are shown above. )
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645
|
Thu, 30 Aug 2018
|
[ 18:23 adridg ] (Only the first 10 of 97 ports in this commit are shown above. )
Deprecate KDE4 software in categories graphics-textproc.
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.
Also deprecated: multimedia/kmplayer-kde4 (permission from jhale@)
Not deprecated, need to contact maintainers:
misc/krecipes-kde4
net-im/kmess-kde4
net/smb4k-kde4
textproc/uim-kde4
|
Thu, 9 Aug 2018
|
[ 06:58 jbeich ] (Only the first 10 of 404 ports in this commit are shown above. )
devel/boost-*: update to 1.68.0
- 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
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
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:44 swills ] (Only the first 10 of 17 ports in this commit are shown above. )
Bump PORTREVISION on opencv consumers due to opencv update
|
[ 01:10 swills ] (Only the first 10 of 60 ports in this commit are shown above. )
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
|
[ 10:05 tcberner ]
Fix PKGBASE duplication for graphics/digikam and graphics/digikam-kde4
Reported by: antoine
|
Wed, 18 Apr 2018
|
[ 13:57 jbeich ] (Only the first 10 of 388 ports in this commit are shown above. )
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030
|
Tue, 20 Mar 2018
|
[ 17:19 tcberner ]
Move astro/libkgeomap to astro/libkgeomap-kde4
|
Sat, 10 Feb 2018
|
[ 10:29 tcberner ] (Only the first 10 of 444 ports in this commit are shown above. )
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
|
Thu, 18 Jan 2018
|
[ 04:11 jbeich ] (Only the first 10 of 356 ports in this commit are shown above. )
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
|
Sun, 14 Jan 2018
|
[ 01:23 woodsb02 ] (Only the first 10 of 21 ports in this commit are shown above. )
graphics/libgphoto2: Update to 2.5.16
graphics/gphoto2: Update to 2.5.15
graphics/py-gphoto2: Update to 1.8.2
Also bump PORTREVISION of ports depending on these.
PR: 224611
Submitted by: bsam (graphics/libgphoto2)
|
Tue, 2 Jan 2018
|
[ 16:49 tcberner ] (Only the first 10 of 26 ports in this commit are shown above. )
New USES=eigen
Usage:
USES=eigen:<version>[,<type>]
version: 2 or 3 (required)
type: build (default), run
For example:
USES=eigen:2,build,run
will add a BUILD- and RUN_DEPENDS on math/eigen2, and
USES=eigen:3
will add a BUILD_DEPENDS on math/eigen3.
* Convert the existing ports to use it
- biology/iqtree: remove run time dependency (seemed not to be needed)
- graphics/movit: remove run time dependency (seemed not to be needed)
- science/avogadro: add run time dependeny (installed cmake file requires it
to be present)
Reviewed by: rakuco, mat
Differential Revision: https://reviews.freebsd.org/D13702
|
Mon, 25 Sep 2017
|
[ 00:08 jbeich ] (Only the first 10 of 342 ports in this commit are shown above. )
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
[ 00:05 jbeich ] (Only the first 10 of 327 ports in this commit are shown above. )
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
Mon, 14 Aug 2017
|
[ 12:56 woodsb02 ] (Only the first 10 of 20 ports in this commit are shown above. )
graphics/gphoto2: Update to 2.5.14
graphics/libgphoto2: Update to 2.5.14
graphics/py-gphoto2: Update to 1.7.0
- Bump dependent ports
- Take maintainership of graphics/gtkam
|
Thu, 1 Jun 2017
|
[ 16:05 woodsb02 ] (Only the first 10 of 19 ports in this commit are shown above. )
graphics/libgphoto2: Update to 2.5.13
graphics/py-gphoto2: Update to 1.6.0
- Bump dependent ports
Changes this release:
https://github.com/gphoto/libgphoto2/releases/tag/libgphoto2-2_5_13-release
|
Tue, 2 May 2017
|
[ 06:48 jbeich ] (Only the first 10 of 336 ports in this commit are shown above. )
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472
|
Tue, 25 Apr 2017
|
[ 08:20 riggs ] (Only the first 10 of 701 ports in this commit are shown above. )
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
|
Fri, 6 Jan 2017
|
[ 08:45 jbeich ] (Only the first 10 of 324 ports in this commit are shown above. )
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
|
Wed, 23 Nov 2016
|
[ 12:45 jbeich ] (Only the first 10 of 353 ports in this commit are shown above. )
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
|
Wed, 24 Aug 2016
|
[ 08:20 tcberner ] (Only the first 10 of 364 ports in this commit are shown above. )
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 )
|
Thu, 14 Apr 2016
|
[ 19:06 rakuco ] (Only the first 10 of 38 ports in this commit are shown above. )
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 )
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 28 Mar 2016
|
[ 16:39 rakuco ]
Revert r411863.
It is not necessary because r411791 fixed it differently.
|
Fri, 25 Mar 2016
|
[ 16:29 rakuco ]
Add USES=compiler:c++11-lang.
This fixes digikam-kde4's build on 9.3 after the graphics/lensfun update in
r411373.
lensfun.h includes C++ code (class and template declarations) inside an
extern "C" block that causes base GCC to fail:
/usr/local/include/lensfun/lensfun.h:2506: error: template with C linkage
/usr/local/include/lensfun/lensfun.h:2508: error: template with C linkage
|
Sun, 20 Mar 2016
|
[ 14:35 jbeich ]
graphics/lensfun: bump PORTREVISION in consumers after r411373
|
Fri, 21 Aug 2015
|
[ 09:24 jhale ]
- Update graphics/libpgf to 7.15.32
- Chase shlib bump
Security: 9a71953a-474a-11e5-adde-14dae9d210b8
|
Tue, 31 Mar 2015
|
[ 08:08 danfe ] (Only the first 10 of 12 ports in this commit are shown above. )
Update lensfun to version 0.3.0. It contains few changes making consumer
code incompatible with earlier versions; particularly, removal of CCI (the
Color Contribution Index of the lens, as defined by ISO 6728-83) [1] and
FOV1 ("field-of-view") [2] distortion model.
Four ports had to be patched to build against new lensfun (all fall under
`graphics' category): digikam-kde4, gimp-lensfun-plugin, hugin, rawstudio.
PR: 196182
Submitted by: Matthieu Volat (heavily modified)
Exp-run by: antoine
[1] https://sourceforge.net/p/lensfun/code/ci/f0c293
[2] https://sourceforge.net/p/lensfun/code/ci/048eb3
|
Tue, 27 Jan 2015
|
[ 21:04 makc ] (Only the first 10 of 66 ports in this commit are shown above. )
- 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 )
|
Fri, 23 Jan 2015
|
[ 12:28 vanilla ] (Only the first 10 of 13 ports in this commit are shown above. )
bump PORTREVISION due libphoto2 shared library version changed.
Submitted by: tijl@
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 19:04 antoine ] (Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Sun, 19 Oct 2014
|
[ 15:59 makc ]
- Chase shlib bump in astro/marble and graphics/okular after update to 4.14.2
|
Mon, 15 Sep 2014
|
[ 18:35 amdmi3 ]
- Drop .la files for graphics/liblqr-1, no dependees require them
- Bump dependent ports as .so version has changed
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Fri, 15 Aug 2014
|
[ 20:37 mandree ] (Only the first 10 of 522 ports in this commit are shown above. )
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)
|
Tue, 4 Mar 2014
|
[ 07:35 makc ]
graphics/digikam-kde4:
- Fix dependency on mysql
Reported by: Wolfgang Riegler <wolfgang.riegler@gmx.de> via kde-freebsd maillist
|
Tue, 18 Feb 2014
|
[ 14:31 makc ] (Only the first 10 of 241 ports in this commit are shown above. )
- Bump PORTREVISION after KDE4_PREFIX change
|
Fri, 7 Feb 2014
|
[ 11:44 bapt ] (Only the first 10 of 229 ports in this commit are shown above. )
Chase boost and icu bump
While here convert some LIB_DEPENDS
|
Tue, 21 Jan 2014
|
[ 18:17 makc ] (Only the first 10 of 76 ports in this commit are shown above. )
- 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>
|
Thu, 12 Dec 2013
|
[ 11:14 bapt ] (Only the first 10 of 17 ports in this commit are shown above. )
Convert LIB_DEPENDS for ports depending on boost
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Thu, 23 May 2013
|
[ 11:32 makc ]
- 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>
|
Tue, 23 Apr 2013
|
[ 10:47 bapt ] (Only the first 10 of 84 ports in this commit are shown above. )
Convert g* to USES=pkgconfig
|
Mon, 8 Apr 2013
|
[ 17:10 makc ] (Only the first 10 of 154 ports in this commit are shown above. )
- 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)
|
Wed, 27 Mar 2013
|
[ 12:00 makc ]
Chase libkipi, marble, okular shlib bump after KDE 4.10.1 update
|
Sun, 3 Feb 2013
|
[ 20:11 makc ]
Bump PORTREVISION after KDE SC update.
|
Wed, 19 Sep 2012
|
[ 08:15 jhale ] (Only the first 10 of 17 ports in this commit are shown above. )
- Update Digikam SC to 2.9.0
- Add patch to fix Digikam crashes with large photo collections
Approved by: makc (mentor)
|
Mon, 30 Jul 2012
|
[ 20:20 makc ] (Only the first 10 of 16 ports in this commit are shown above. )
Update to 2.7.0
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
|
Wed, 27 Jun 2012
|
[ 00:52 avilla ]
- Fix build when Qt 3 is installed.
- Add pkg-message to warn user that Digikam may crash with a low
kern.maxfiles.
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51
|
Sat, 9 Jun 2012
|
[ 13:54 makc ]
Update to 2.6.0. Port changes:
- add LICENSE (GPLv2)
- convert to new options framework
- 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)
- remove no longer needed patches
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Sat, 14 Apr 2012
|
[ 00:05 rakuco ]
Reassign to kde@.
I sent a mail to the current maintainer almost a month ago about taking these
ports over but got no response (archives in the kde-freebsd mailing list).
Someone else mentioned contacting the maintainer before and he expressed
surprise that these ports were still assigned to him.
This, together with the lack of to the ports, makes it reasonable to assign
them with the rest of the KDE ports to the KDE on FreeBSD team.
|
Thu, 16 Feb 2012
|
[ 15:57 ashish ] (Only the first 10 of 379 ports in this commit are shown above. )
- Bump PORTREVISION to chase the update of multimedia/libvpx
|
Mon, 17 Oct 2011
|
[ 00:05 avilla ] (Only the first 10 of 21 ports in this commit are shown above. )
- Update dependencies after KDE ports upgrade.
- Avoid removing kdehier4 directories.
- Bump PORTREVISION.
|
Sun, 3 Jul 2011
|
[ 12:44 fluffy ]
- Update DigiKam to 1.9.0 release
Temporary disable marble support due to API incompatibility
Approved by: maintainer (implicit)
|
Fri, 25 Mar 2011
|
[ 10:36 avilla ]
- Follow KDE shlibs bumps.
- Remove MD5 hash.
|
Fri, 25 Feb 2011
|
[ 01:32 delphij ] (Only the first 10 of 296 ports in this commit are shown above. )
Chase after net/openldap24-server update.
Reminded by: miwi
|
Fri, 11 Feb 2011
|
[ 09:38 fluffy ]
- graphics/digikam-kde4: Fix LIB_DEPENDS for MARBLE option
PR: 154647
Submitted by: Jason E. Hale
Approved by: maintainer (implicit)
Feature safe: yes
|
Sun, 6 Feb 2011
|
[ 18:56 makc ]
Fix LIB_DEPENDS.
With hat: kde@
Feature safe: yes
|
Sat, 5 Feb 2011
|
[ 16:01 fluffy ]
- Update DigiKam to 1.8.0 release
Approved by: maintainer (implicit)
Feature safe: yes
|
Thu, 16 Dec 2010
|
[ 02:34 glarkin ] (Only the first 10 of 123 ports in this commit are shown above. )
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin
|
Sun, 19 Sep 2010
|
[ 08:00 fluffy ]
- Update DigiKam to 1.4.0 release
- Full support for KDE SC 4.5.x libraries
Approved by: maintainer (implicit)
|
Wed, 8 Sep 2010
|
[ 13:37 makc ]
Chase astro/marble library version bump
|
Tue, 7 Sep 2010
|
[ 22:43 lioux ]
- Fix build WITH_LENSFUN: chase lib version
- No PORTREVISION bump necessary since the port did not build WITH_LENSFUN
before
PR: 150353
Approved by: maintainer
|
Tue, 1 Jun 2010
|
[ 21:35 makc ]
marble was split from misc/kdeedu4.
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Thu, 13 May 2010
|
[ 22:40 fluffy ] (Only the first 10 of 20 ports in this commit are shown above. )
- Make pointyhat tinderbox happy by removing extra @dirrmry for common locale
and apps directories, which now handled by updated kdehier4.
- Bump PORTREVISIONs to force rebuild.
Noticed by: pointyhat via pav
With hat on: kde
|
Tue, 11 May 2010
|
[ 14:59 fluffy ]
- Update digikam-kde4 to 1.2.0 release
Approved by: maintainer (implicit)
With hat on: kde@
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Tue, 2 Feb 2010
|
[ 14:07 fluffy ]
- Update DigiKam to 1.1.0 release
Submitted by: Matt Tosto (maintainer via email)
|
Wed, 6 Jan 2010
|
[ 07:04 fluffy ]
- Make Marble component really optional
Submitted by: Matt Tosto (maintainer) via email
Approved by: miwi, tabthorpe (mentors implicit)
|
Tue, 5 Jan 2010
|
[ 17:21 fluffy ]
- Update digikam-kde4 to 1.0.0 release
Submitted by: Matt Tosto (maintainer) via email
Approved by: miwi, tabthorpe (mentors implicit)
|
Wed, 2 Sep 2009
|
[ 15:01 amdmi3 ] (Only the first 10 of 130 ports in this commit are shown above. )
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav)
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Mon, 15 Jun 2009
|
[ 18:07 makc ]
Fix build when qt3/kde3 is installed.
PR: ports/134230
Reported by: Christof Schulze <christof.schulze at gmx.net>
Patched by: Jason E. Hale <bsdkaffee at gmail.com>
Approved by: Matt <datahead4 at gmail.com> (maintainer)
|
Tue, 24 Mar 2009
|
[ 19:13 makc ] (Only the first 10 of 131 ports in this commit are shown above. )
bump PORTREVISION after cmake update
|
Fri, 20 Mar 2009
|
[ 23:00 miwi ]
- Update to 0.10.0
PR: 132764
Submitted by: Matt Tosto <datahead4@gmail.com> (maintainer)
|
Wed, 18 Feb 2009
|
[ 07:21 beech ]
- Update to 0.10.0-rc2
PR: ports/131749
Submitted by: Matt Tosto <datahead4@gmail.com> (maintainer)
|
Sat, 14 Feb 2009
|
[ 23:32 makc ] (Only the first 10 of 25 ports in this commit are shown above. )
Update graphics/digikam-kde4 to 0.10.0-rc1
PR: ports/131534
Submitted by: Matt Tosto <datahead4 at gmail.com>
|
[ 23:22 makc ] (Only the first 10 of 24 ports in this commit are shown above. )
Forced commit to note repocopy graphics/digikam -> graphics/digikam-kde4
|
Number of commits found: 85 |