non port: deskutils/plasma-applet-daisy/Makefile |
Number of commits found: 33 |
Thursday, 30 Aug 2018
|
22:35 jhale
Deprecate KDE4 plasma applets that I maintain. KDE4 is now marked DEPRECATED
and these are useless outside of the KDE4 workspace.
|
Thursday, 28 Jun 2018
|
17:39 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
|
Saturday, 10 Feb 2018
|
10:29 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
|
Tuesday, 25 Apr 2017
|
08:20 riggs
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
|
Wednesday, 29 Mar 2017
|
08:49 jhale
Unbreak linking after r436971
/usr/bin/ld: cannot find -ltaskmanager
c++: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1
Add missing dependencies
Fix LICENSE and add LICENSE_FILE
|
Wednesday, 24 Aug 2016
|
08:20 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]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
Ports -- I chose to leave this out for now, as the diff is already large
enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5
PR: 210667
Approved by: portmgr, mat (mentor), rakuco (mentor)
Reviewed by: mat, rakuco
Differential Revision: https://reviews.freebsd.org/D6961
|
Wednesday, 25 May 2016
|
20:56 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
|
Wednesday, 10 Sep 2014
|
20:50 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)
|
Friday, 15 Aug 2014
|
20:37 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)
|
Tuesday, 3 Jun 2014
|
16:20 jhale
- STAGEify
- Add LICENSE where needed
- Make COMMENT more concise
- Convert USE_BZIP2 -> USES=tar:bzip2
|
Tuesday, 18 Feb 2014
|
14:31 makc
- Bump PORTREVISION after KDE4_PREFIX change
|
Saturday, 26 Oct 2013
|
00:52 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
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- Removed compatibility with K&R compilers, which was untestable due
to lack of such compilers.
- New functions
. mpc_log10
. mpc_mul_2si, mpc_div_2si
- Speed-ups
. mpc_fma
- Bug fixes
. mpc_div and mpc_norm now return a value indicating the effective
rounding direction, as the other functions.
. mpc_mul, mpc_sqr and mpc_norm now return correct results even if
there are over- or underflows during the computation.
. mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
infinite part and equals output variable is corrected.
. mpc_fr_sub: Wrong return value for imaginary part is corrected.
Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.
Bump PORTREVISIONS of all dependent ports.
PR: 183141
Approved by: portmgr (bdrewery)
|
Friday, 20 Sep 2013
|
16:21 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
|
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Wednesday, 24 Apr 2013
|
07:35 ak
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt)
|
Friday, 22 Mar 2013
|
20:06 makc
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Thursday, 13 Sep 2012
|
04:45 jhale
- Update MAINTAINER to my new FreeBSD.org address
Approved by: makc (mentor)
|
Monday, 23 Jul 2012
|
12:45 cs
Update to 0.0.4.26
PR: ports/169905
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Friday, 25 May 2012
|
02:17 makc
- Add patches to fix build with KDE 4.8
- Move LICENSE to proper location
Submitted by: Jason E. Hale (via area51 commit)
|
Thursday, 16 Feb 2012
|
15:57 ashish
- Bump PORTREVISION to chase the update of multimedia/libvpx
|
Friday, 25 Feb 2011
|
01:32 delphij
Chase after net/openldap24-server update.
Reminded by: miwi
|
Thursday, 16 Dec 2010
|
02:34 glarkin
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin
|
Wednesday, 17 Nov 2010
|
21:18 makc
Update to 0.0.4.25
PR: ports/152289
Submitted by: Jason E. Hale (maintainer)
|
Saturday, 10 Jul 2010
|
11:07 makc
Update to 0.0.4.23
PR: ports/148416
Submitted by: Jason E. Hale (maintainer)
|
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Friday, 26 Feb 2010
|
09:09 miwi
- Update to 0.0.4.22
PR: 144090
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Feature safe: yes
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Friday, 30 Oct 2009
|
09:43 miwi
- Update to 0.0.4.21
PR: 140056
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
|
Wednesday, 23 Sep 2009
|
03:51 fluffy
- [MAINTAINER] Update to 0.0.4.20
PR: 139049
Approved by: tabthorpe (co-mentor)
Feature safe: yes
|
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Sunday, 12 Jul 2009
|
22:15 miwi
Daisy is a simple launcher plasma applet for KDE4. Features include:
- Three types of roles: circular dock, media controller and linear dock
- Can dock in any screen position and be used in Horizontal or Vertical mode
- Configuration tools to access all configurable options
- Launchers can be edited with a simple right-click
- Hybrid launchers to launch applications and control running tasks
- Plugins to provide information and execute several tasks
- Various backgrounds available
WWW: http://daisyplasma.freehostia.com/
WWW: http://www.kde-look.org/content/show.php?content=102077
PR: ports/136632
Submitted by: Jason E. Hale <bsdkaffee at gmail.com>
|
Number of commits found: 33 |