Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.14.0_4,1 31 Dec 2018 10:39:05 |
rene |
Remove KDE4, part 2
graphics/kipi-plugin-calendar
2018-12-31 graphics/kipi-plugins-kde4: KDE4 is EOL upstream |
4.14.0_4,1 30 Aug 2018 18:23:25 |
adridg |
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 |
4.14.0_4,1 28 Apr 2018 07:39:40 |
tcberner |
Add ports for digikam5. |
4.14.0_3,1 10 Feb 2018 10:29:51 |
tcberner |
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 |
4.14.0_2,1 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
4.14.0_1,1 28 Mar 2017 09:05:39 |
rakuco |
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 |
4.14.0_1,1 14 Apr 2016 19:06:41 |
rakuco |
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 ) |
4.2.0_1,1 03 Apr 2016 10:41:02 |
rakuco |
Fix package names in the dependencies added in r412429.
This fixes errors such as:
===> kipi-plugins-4.2.0_1,1 depends on package: digikam-kde4-doc>=4.2.0 - not
found
that effectively broke the port after my previous commit. |
4.2.0_1,1 02 Apr 2016 19:02:15 |
rakuco |
Fix the dependencies for the DOCS and NLS options.
The current code was a no-op because it was left out of the options helper
conversion in r340628. |
4.2.0,1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.2.0,1 19 Apr 2015 20:55:31 |
rakuco |
Revert USES=metaport conversion, again.
bsd.port.pre.mk and Makefile.common were being included before the many
options were being defined. Some of the options depend on Makefile.common to
be defined though, so for now revert the USES=metaport conversion to get
things back to a working state while a proper fix is devised.
PR: 199501 |
4.2.0,1 06 Apr 2015 21:05:04 |
rakuco |
Convert to USES=metaport, take 2.
digikam-kde4's Makefile.common checks for NO_BUILD, so include
bsd.port.pre.mk first |
4.2.0,1 04 Apr 2015 08:20:18 |
antoine |
Revert broken conversion to USES=metaport
With hat: portmgr |
4.2.0,1 03 Apr 2015 19:22:39 |
rakuco |
Convert kde@ ports to USES=metaport.
Submitted by: alonso@ |
4.2.0,1 27 Jan 2015 21:04:31 |
makc |
- 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 ) |
3.5.0_3,1 10 Sep 2014 20:50:37 |
gerald |
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) |
3.5.0_2,1 15 Aug 2014 20:37:33 |
mandree |
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) |
3.5.0_1,1 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
3.5.0_1,1 18 Feb 2014 14:31:33 |
makc |
- Bump PORTREVISION after KDE4_PREFIX change |
3.5.0,1 21 Jan 2014 18:17:24 |
makc |
- 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> |
3.2.0,1 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
3.2.0,1 02 Jun 2013 15:13:15 |
tijl |
Set .MAKE.FreeBSD_UL=yes to support bmake. It is already set in
bsd.port.mk, but these ports use :U and/or :L variable modifiers in
a .for loop which is expanded before bsd.port.mk is included.
Reviewed by: makc |
3.1.0,1 08 Apr 2013 17:10:57 |
makc |
- 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) |
2.9.0_2,1 27 Mar 2013 12:00:15 |
makc |
Chase libkipi, marble, okular shlib bump after KDE 4.10.1 update |
2.9.0_1,1 03 Feb 2013 20:11:05 |
makc |
Bump PORTREVISION after KDE SC update. |
2.9.0,1 19 Sep 2012 08:15:16 |
jhale |
- Update Digikam SC to 2.9.0
- Add patch to fix Digikam crashes with large photo collections
Approved by: makc (mentor) |
2.7.0,1 30 Jul 2012 20:20:48 |
makc |
Update to 2.7.0
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 commit |
2.6.0,1 09 Jun 2012 13:47:12 |
makc |
Update to 2.6.0. Port changes:
- add LICENSE (GPLv2)
- convert to new options framework
- make NLS optional
- add EXPOBLEND option to pull in runtime dependencies for the
ExpoBlening plugin (a lot of ports that get pulled in by graphics/hugin,
so turn it OFF by default)
- add options for the new digikam libraries
- add KSANE option for scanning
- remove no longer needed patches
- update WWW
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 commit |
1.9.0_4,1 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
1.9.0_4,1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.9.0_3,1 21 May 2012 16:42:45 |
rakuco |
Explicitly depend on libGLU and qt4-opengl.
glu is needed by the viewer plugins, which are always assumed to be
built. Since Qt 4.8.0 [1], qt4-opengl (which was being depended on
implicitly) has stopped depending on it, so ports need to be adjusted.
PORTREVISION bumped due to the dependency list changes.
[1]
http://qt.gitorious.org/qt/qt/commit/e7eed096a0c33607a7a37baaf06e5952dc9d556b
Approved by: miwi (Qt 4.8.1 exp-run) |
1.9.0_2,1 16 Feb 2012 15:57:34 |
ashish |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
1.9.0_1,1 17 Oct 2011 00:05:40 |
avilla |
- Update dependencies after KDE ports upgrade.
- Avoid removing kdehier4 directories.
- Bump PORTREVISION. |
1.9.0,1 03 Jul 2011 12:49:09 |
fluffy |
- Update KIPI-Plugins to 1.9.0 release
This release supports OpenCV 2.3 API
Approved by: maintainer (implicit) |
1.8.0_4,1 29 Jun 2011 11:46:01 |
mm |
Update OpenCV to 2.3.0-rc |
1.8.0_3,1 25 Mar 2011 10:36:35 |
avilla |
- Follow KDE shlibs bumps.
- Remove MD5 hash. |
1.8.0_2,1 15 Mar 2011 15:05:40 |
danfe |
Chase libgpod shlib version bump. |
1.8.0_1,1 25 Feb 2011 01:32:18 |
delphij |
Chase after net/openldap24-server update.
Reminded by: miwi |
1.8.0,1 06 Feb 2011 18:56:54 |
makc |
Fix LIB_DEPENDS.
With hat: kde@
Feature safe: yes |
1.8.0,1 05 Feb 2011 16:04:02 |
fluffy |
- Update KIPI-plugins to 1.8.0 release
Approved by: maintainer (implicit)
Feature safe: yes |
1.4.0_1,1 16 Dec 2010 02:34:07 |
glarkin |
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin |
1.4.0,1 19 Sep 2010 08:42:13 |
fluffy |
- Update Kipi-plugins to 1.4.0 release
- Full support for KDE SC 4.5.x libraries
Approved by: maintainer (implicit) |
1.2.0_2,1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.2.0_1,1 13 May 2010 22:40:15 |
fluffy |
- 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 |
1.2.0,1 13 May 2010 05:02:15 |
fluffy |
- Not try to dirrm locales, which now handled by kdehier
Noticed by: QAT via pav
Approved by: maintainer (implicit) |
1.2.0,1 11 May 2010 14:58:23 |
fluffy |
- Update kipi-plugins-kde4 to 1.2.0 release
Approved by: maintainer (implicit)
With hat on: kde@ |
1.0.0_3,1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.0.0_2,1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.0.0_1,1 18 Jan 2010 13:18:06 |
fluffy |
- Chase opencv shlib bump
Approved by: miwi, tabthorpe (mentors implicit) |
1.0.0,1 06 Jan 2010 01:21:32 |
fluffy |
- Remove unneded directories
Reported by: QAT
Approved by: maintainer
Approved by: miwi, tabthorpe (mentors implicit) |
1.0.0,1 05 Jan 2010 16:58:03 |
fluffy |
- Update kipi-plugins-kde4 to 1.0.0 release!
Approved by: kmoore (maintainer)
Approved by: miwi, tabthorpe (mentors implicit) |
0.8.0,1 28 Nov 2009 13:19:58 |
kmoore |
- Update to 0.8.0
PR: 140464
Submitted by: Dima Panov <fluffy@>
Approved by: miwi (mentor) |
0.7.0,1 01 Oct 2009 20:15:43 |
kmoore |
- Update to 0.7.0
PR: 139123
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Approved by: miwi (mentor) |
0.5.0,1 05 Sep 2009 00:05:11 |
kmoore |
- Make sure we remove old patch file
- Pointyhat to: kmoore@
Approved by: miwi (mentor) |
0.5.0,1 04 Sep 2009 23:49:04 |
kmoore |
- Update to 0.5.0
Tested / Thanks to Max Brazhnikov <makc@freebsd.org>
PR: 138010
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Approved by: miwi (mentor) |
0.2.0_3 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
0.2.0_3,1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.2.0_2,1 17 Jun 2009 15:06:49 |
kmoore |
- Add missing patch data
Approved by: miwi (mentor) |
0.2.0_2,1 17 Jun 2009 15:02:19 |
kmoore |
- Fix building of kipi-plugins-kde4 if QT3 / KDE3 versions of kipi are installed
- Fix detection of Gdk / Gpod
PR: 135403
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Approved by: miwi (Mentor) |
0.2.0_1,1 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
0.2.0,1 21 Mar 2009 09:27:25 |
miwi |
- Update to 0.2.0
PR: 132765
Submitted by: Matt Tosto <datahead4@gmail.com>
Approved by: maintainer |
0.2.0.b6 14 Feb 2009 19:46:47 |
miwi |
- Fix now really USE_QT4_VER
Reported by: makc |
0.2.0.b6 14 Feb 2009 19:11:31 |
miwi |
- S/USE_QT4/USE_QT_VER
Pointy hat to: me |
0.2.0.b6 09 Feb 2009 10:33:09 |
miwi |
- Remove multimedia categorie
Noticed by: erwin |
0.2.0.b6 08 Feb 2009 20:23:46 |
miwi |
The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.
New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.
New ports for KDE 4.2.0:
arabic/kde4-l10n Arabic
hebrew/kde4-l10n Hebrew
misc/kde4-l10n-bn_IN Bengali (India)
misc/kde4-l10n-eu Basque (Only the first 15 lines of the commit message are shown above ) |