non port: x11-themes/qtcurve-kde4/Makefile |
SVNWeb
|
Number of commits found: 48 |
Thu, 30 Aug 2018
|
[ 18:40 adridg ] (Only the first 10 of 23 ports in this commit are shown above. )
Deprecate KDE4 software, categories www-x11-themes
This is the last bit.
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.
|
Sat, 10 Mar 2018
|
[ 14:07 jhale ] (Only the first 10 of 21 ports in this commit are shown above. )
- Update x11-themes/qtcurve* to 1.9.0-rc1
- Add KDE Frameworks 5 support
- Be more specific with dependencies to satisfy stage-qa
Changes: https://github.com/KDE/qtcurve/releases/tag/1.9.0-rc1
|
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
|
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
|
Mon, 18 May 2015
|
[ 21:26 makc ] (Only the first 10 of 30 ports in this commit are shown above. )
x11-themes/qtcurve-*:
- Update to 1.8.18 and reorganize ports due to upstream changes
- And new port for Qt 5 [1]
- Add meta port to install styles for all toolkits
PR: 199871 [1]
Submitted by: matthew@reztek.cz
|
Thu, 19 Feb 2015
|
[ 18:19 makc ] (Only the first 10 of 61 ports in this commit are shown above. )
- 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
|
Sat, 29 Nov 2014
|
[ 18:22 tijl ] (Only the first 10 of 165 ports in this commit are shown above. )
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)
|
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)
|
Mon, 12 May 2014
|
[ 10:53 makc ] (Only the first 10 of 49 ports in this commit are shown above. )
Convert my ports to USES=tar
|
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
|
Sat, 26 Oct 2013
|
[ 00:52 gerald ] (Only the first 10 of 1147 ports in this commit are shown above. )
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 )
|
Wed, 23 Oct 2013
|
[ 13:08 makc ] (Only the first 10 of 108 ports in this commit are shown above. )
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
|
Fri, 20 Sep 2013
|
[ 23:54 bapt ] (Only the first 10 of 168 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-themes)
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] (Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Mon, 11 Feb 2013
|
[ 13:23 makc ]
Update to 1.8.14
|
Tue, 7 Aug 2012
|
[ 14:48 makc ]
Update to 1.8.13
|
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
|
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
|
Sat, 22 Oct 2011
|
[ 19:44 makc ]
Update to 1.8.9
|
Wed, 27 Jul 2011
|
[ 18:06 makc ]
Update to 1.8.8
|
Sun, 27 Mar 2011
|
[ 17:06 makc ]
Update to 1.8.6
|
Thu, 10 Mar 2011
|
[ 22:34 makc ]
Update to 1.8.5
|
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
|
Sun, 23 Jan 2011
|
[ 10:01 makc ]
Update to 1.8.4
Feature safe: yes
|
Wed, 12 Jan 2011
|
[ 20:48 makc ]
Update to 1.8.3
PR: ports/153877
Submitted by: Steve Wills <steve@mouf.net>
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, 5 Dec 2010
|
[ 19:10 makc ]
Update to 1.8.0
|
Tue, 23 Nov 2010
|
[ 21:09 makc ]
Update to 1.7.2
|
Sun, 14 Nov 2010
|
[ 11:31 makc ]
Update to 1.7.0
|
Wed, 15 Sep 2010
|
[ 16:57 makc ]
Update to 1.6.1
|
Tue, 14 Sep 2010
|
[ 19:01 makc ]
Update qtcurve ports to 1.6.0
|
Mon, 5 Jul 2010
|
[ 05:30 makc ]
Update to 1.5.0
Feature safe: yes
|
Sun, 27 Jun 2010
|
[ 18:35 makc ]
Update to 1.4.3
Feature safe: yes
|
Sat, 22 May 2010
|
[ 16:17 makc ]
Update to 1.4.1
|
Tue, 20 Apr 2010
|
[ 23:02 fluffy ]
- x11-themes/qtcurve-kde4: update to 1.3.1 release
PR: 145878
Submitted by: myself
Approved by: makc (maintainer)
|
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
|
Sat, 6 Mar 2010
|
[ 19:31 makc ]
Update to 1.1.1
Feature safe: yes
|
Mon, 22 Feb 2010
|
[ 11:17 makc ]
Update to 1.0.2
Feature safe: yes
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Thu, 29 Oct 2009
|
[ 11:44 fluffy ]
- x11-themes/qtcurve-kde4: update to latest release, 0.69.2
PR: 139857
Submitted by: myself
Approved by: makc (maintainer), miwi (mentor)
Feature safe: yes
|
Thu, 9 Jul 2009
|
[ 21:48 makc ]
Update to 0.65.4
PR: ports/136424
Submitted by: Dima Panov <fluffy at fluffy.khv.ru>
|
Sun, 3 May 2009
|
[ 17:42 makc ]
Update to 0.62.9
|
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
|
Sun, 22 Feb 2009
|
[ 09:11 makc ]
Update to 0.61.1
PR: ports/131963
Submitted by: Shane Bell <decept0 at gmail.com>
|
Sun, 4 Jan 2009
|
[ 11:58 makc ]
Update to 0.60.0
PR: ports/130126
Submitted by: Shane Bell <decept0 at gmail.com>
Approved by: miwi (mentor)
|
Sun, 31 Aug 2008
|
[ 13:10 makc ]
QtCurve is a set of widget styles for Qt4/KDE4, KDE3 and Gtk2 based apps.
This port provides KDE4 theme engine.
Approved by: miwi (mentor)
|
Number of commits found: 48 |