Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.11.5b_3,3 30 Dec 2018 11:45:35 |
tcberner |
multimedia/kmplayer: moved from multimedia/kmplayer-kde4 and updated to KF5
based version
- as to not have this port be removed tomororw, update it to KF5
Differential Revision: https://reviews.freebsd.org/D18632 |
0.11.5b_3,3 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
0.11.5b_3,3 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 |
0.11.5b_3,3 28 Jun 2018 17:39:55 |
tcberner |
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 |
0.11.5b_3,3 22 Jun 2018 20:22:33 |
tcberner |
Make flavors explicit for phonon.
Reported by: VVD (via irc) |
0.11.5b_3,3 22 Jun 2018 01:15:20 |
linimon |
Mark these ports as broken on aarch64, and, where appropriate, on armvX.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.11.5b_3,3 21 Jun 2018 16:52:09 |
tcberner |
multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632 |
0.11.5b_2,3 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 |
0.11.5b_1,3 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
0.11.5b,3 26 Oct 2016 02:17:42 |
jhale |
- Update to 0.11.5b
- Add some dependencies to silence stage-qa
- Set PORTSCOUT limit; later versions are for kf5
- Take maintainership |
0.11.5,3 24 Aug 2016 08:20:31 |
tcberner |
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 ) |
25 May 2016 20:56:06
|
rene |
Remove expired misc/kdehier4 and update all of its consumers to not reference it
any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542 |
0.11.5,3 18 Apr 2016 14:07:30 |
mat |
Update to 0.11.5. (and unbreak.)
PR: 208870
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
0.11.3d_3,3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.11.3d_3,3 09 Nov 2015 12:59:04 |
antoine |
Mark a few ports BROKEN: unfetchable |
0.11.3d_3,3 01 Feb 2015 20:24:28 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
0.11.3d_3,3 29 Nov 2014 18:22:33 |
tijl |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine) |
0.11.3d_3,3 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) |
0.11.3d_2,3 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) |
0.11.3d_1,3 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.11.3d_1,3 18 Feb 2014 14:31:33 |
makc |
- Bump PORTREVISION after KDE4_PREFIX change |
0.11.3d,3 02 Nov 2013 15:09:22 |
wg |
multimedia/kmplayer-kde4: update to 0.11.3d
- Update to 0.11.3d
- Allow staging
- Add LICENSE
- Convert lib depends to new format
PR: ports/183565
Submitted by: KATO Tsuguru <tkato432 yahoo.com> |
0.11.2b_2,3 08 Oct 2013 15:09:19 |
kmoore |
- Send multimedia/kmplayer-kde4 back to the pool, since I no longer use it |
0.11.2b_2,3 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
0.11.2b_2,3 25 Mar 2013 14:45:18 |
kmoore |
- Fix breakage caused by glib2 update |
0.11.2b_2,3 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
0.11.2b_2,3 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) |
0.11.2b_2,3 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.11.2b_1,3 07 Mar 2012 14:57:01 |
makc |
Remove build dependencies on textproc/docbook-xml and textproc/docbook-xsl.
They were added to fix build with kdelibs-4.5, while correct fix was
to add them as run dependencies for x11/kdelibs4 (done a while ago). |
0.11.2b_1,3 16 Feb 2012 15:57:34 |
ashish |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
0.11.2b,3 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.11.2b,3 03 Jul 2011 13:38:45 |
ohauer |
- remove MD5 |
0.11.2b,3 22 Aug 2010 18:12:40 |
makc |
Fix build with upcoming KDE 4.5
Approved by: Kris Moore (maintainer) |
0.11.2b,3 15 May 2010 12:21:13 |
fluffy |
- Update to 0.11.2b
Approved by: Kris Moore (maintainer) |
0.11.1b_3,3 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 |
0.11.1b_2,3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.11.1b_1,3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.11.1b,3 04 Dec 2009 18:26:23 |
kmoore |
- Update to 0.11.1b
Approved by: miwi (mentor) |
0.11.0a_2,3 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.11.0a_1,3 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
0.11.0a,3 13 Feb 2009 23:05:56 |
miwi |
- Update to 0.11.0a
PR: 131594
Submitted by: Kris Moore <kris@pcbsd.org> (maintainer) |
0.11.0.r4_1,2 17 Jan 2009 19:33:19 |
pav |
- Add USE_QT_VER=4
Reported by: pointyhat |
0.11.0.r4_1,2 15 Jan 2009 10:51:33 |
miwi |
- Add missing QT4 dependency
Reported by: pavbot |
0.11.0.r4,2 25 Oct 2008 19:46:54 |
miwi |
- Fix plist
Reported by: erwinbot |
0.11.0.r4,2 12 Oct 2008 09:40:03 |
miwi |
- Update to 0.11.0-RC4
PR: 126864
Submitted by: Kris Moore <kris@pcbsd.org> |
0.10.0c_1,2 12 Oct 2008 09:35:59 |
miwi |
- Force Commit
multimedia/kmplayer > multimedia/kmplayer-kde4 |