Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.0_8 29 Dec 2018 23:36:20 |
tcberner |
games/knights: moved from games/knights-kde4 and update to KF5 version
* Update games/knights to the version shipped with KDE Applications
* As this is now part of the big KDE Applications bundle, take
maintainership aswell.
PR: 234281 |
2.5.0_8 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 |
2.5.0_8 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
2.5.0_8 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 |
2.5.0_8 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 |
2.5.0_7 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
2.5.0_6 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 |
2.5.0_6 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
2.5.0_6 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.5.0_6 19 Feb 2015 18:19:30 |
makc |
- Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only
app)
and supposedly fix build of graphics/gnash with KDE4 option |
2.5.0_6 23 Jan 2015 13:06:37 |
amdmi3 |
- Drop @dirrm* from and add empty directories to plists
Approved by: portmgr blanket |
2.5.0_6 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) |
2.5.0_5 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) |
24 Apr 2014 20:11:02
|
dbn |
Update my ports to be compliant with new USES framework and fix other issues.
Changes:
* various: migrate USE_BZIP2 to USES=tar:bzip2
* various: migrate USE_XZ to USES=tar:xz
* multimedia/py-ffmpeg: add and prefer github (GH) as master site
* ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD)
Most ports are updated infrequently so a single batch commit is preferred over
collating changes per port. |
2.5.0_4 21 Feb 2014 13:36:57 |
ehaupt |
Remove trailing whitespaces from category games |
2.5.0_4 18 Feb 2014 14:31:33 |
makc |
- Bump PORTREVISION after KDE4_PREFIX change |
2.5.0_3 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
2.5.0_3 03 Jan 2014 00:46:47 |
bapt |
Part 1 at removing now useless FETCH_ARGS redifition |
2.5.0_3 19 Dec 2013 15:27:54 |
dbn |
Add LICENSE (GPLv2) to games/knights-kde4 and bump PORTREVISION.
- PORTREVISION is bumped as some may reject the license. |
2.5.0_2 10 Dec 2013 18:48:23 |
dbn |
Remove LATEST_LINK from my ports and fix CONFLICTS for lang/pypy. |
2.5.0_2 18 Nov 2013 18:17:14 |
dbn |
Add stage support for games/knights-kde4. |
2.5.0_2 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
2.5.0_1 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
2.5.0_1 28 Jul 2013 20:28:33 |
dbn |
Remove MAKE_JOBS_SAFE from all my ports.
Better to remove now, in one go, then forget about it. |
2.5.0_1 27 Apr 2013 17:45:04 |
rakuco |
Set FETCH_ARGS to follow redirections.
The download URL from Dropbox seems to be redirecting to another location
these days, which made make fetch fail.
PR: ports/177994 |
2.5.0_1 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
2.5.0_1 27 Mar 2013 11:57:07 |
makc |
Chase kdegames4 split
Switch to out-of-source build |
2.5.0 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) |
2.5.0 19 Mar 2013 13:28:24 |
ohauer |
- fix '(' '}' typo
- fix OPTION keyword US -> USB (sysutils/nut22) |
2.5.0 11 Mar 2013 17:38:33 |
dbn |
Update games/knights-kde4 to 2.5.0: unbreak build, make port DOCS, NLS aware.
ChangeLog:
Version 2.5.0: Port to new KDEGames library, compatible with KDE 4.9
Version 2.4.2: A handful of usability fixes
Version 2.4.1 introduces support for the UCI protocol, setting the difficulty
level of chess engines, game history display, and loading and saving PGN files.
Version 2.4.0 brings voice support, possibility of external control by dbus,
and a couple of bug fixes.
Version 2.3.2 is a bugfix release with several fixes, mostly by Dave Kaye.
It fixes drag-coused freezes, dropping pieces outside of the board, and a theme
appearing twice in the selection dialog.
Approved by: eadler (mentor), syncer@gmail.com (maintainer timeout: 2 weeks) |
2.3.1_2 04 Feb 2013 15:36:28 |
makc |
More merges from area51 repository:
- Chase kdemultimedia4 split/kdegames shlib bump
- Convert to new options framework
- Trip Makefile header
sysutils/k3b-kde4:
- add patches to fix build with ffmpeg-devel [1]
PR: ports/162261 [1]
Submitted by: Phil Oleson <oz at nixil.net> |
2.3.1_2 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) |
2.3.1_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.3.1_1 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). |
2.3.1_1 16 Feb 2012 15:57:34 |
ashish |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
2.3.1 08 Apr 2011 12:36:09 |
fluffy |
- Update games/knights-kde4 port to latest version (2.3.1)
PR: 156005
Submitted by: Mina R Waheeb (maintainer) |
2.2.0_1 25 Feb 2011 01:32:18 |
delphij |
Chase after net/openldap24-server update.
Reminded by: miwi |
2.2.0 19 Jan 2011 13:00:24 |
fluffy |
- Update to Knights-2.2.0 release
PR: 154030
Submitted by: myself
Approved by: Mina R Waheeb (maintainer)
Feature safe: yes |
2.0_1 16 Dec 2010 02:34:07 |
glarkin |
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin |
2.0 26 Apr 2010 08:59:57 |
fluffy |
- Update Knights to KDE4 version, 2.0
- Pass maintainership to submitter
Submitted by: Mina R Waheeb <syncer@gmail.com> via kde@ mailing list |
0.6_9 26 Apr 2010 08:55:04 |
fluffy |
- Force commit to note repocopy |