notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: x11-themes/qtcurve-kde4/Makefile

Number of commits found: 48

Thursday, 30 Aug 2018
18:40 adridg search for other commits by this committer
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.
Original commitRevision:478483 
Saturday, 10 Mar 2018
14:07 jhale search for other commits by this committer
- 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
Original commitRevision:464075 
Saturday, 10 Feb 2018
10:29 tcberner search for other commits by this committer
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
Original commitRevision:461375 
Tuesday, 25 Apr 2017
08:20 riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Original commitRevision:439367 
Monday, 18 May 2015
21:26 makc search for other commits by this committer
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
Original commitRevision:386718 
Thursday, 19 Feb 2015
18:19 makc search for other commits by this committer
- 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
Original commitRevision:379358 
Saturday, 29 Nov 2014
18:22 tijl search for other commits by this committer
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)
Original commitRevision:373636 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Friday, 15 Aug 2014
20:37 mandree search for other commits by this committer
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)
Original commitRevision:365038 
Monday, 12 May 2014
10:53 makc search for other commits by this committer
Convert my ports to USES=tar
Original commitRevision:353800 
Tuesday, 18 Feb 2014
14:31 makc search for other commits by this committer
- Bump PORTREVISION after KDE4_PREFIX change
Original commitRevision:344898 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
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)
Original commitRevision:331644 
Wednesday, 23 Oct 2013
13:08 makc search for other commits by this committer
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
Original commitRevision:331383 
Friday, 20 Sep 2013
23:54 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-themes)
Original commitRevision:327783 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Monday, 11 Feb 2013
13:23 makc search for other commits by this committer
Update to 1.8.14
Original commitRevision:312060 
Tuesday, 7 Aug 2012
14:48 makc search for other commits by this committer
Update to 1.8.13
Original commit
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Thursday, 16 Feb 2012
15:57 ashish search for other commits by this committer
- Bump PORTREVISION to chase the update of multimedia/libvpx
Original commit
Saturday, 22 Oct 2011
19:44 makc search for other commits by this committer
Update to 1.8.9
Original commit
Wednesday, 27 Jul 2011
18:06 makc search for other commits by this committer
Update to 1.8.8
Original commit
Sunday, 27 Mar 2011
17:06 makc search for other commits by this committer
Update to 1.8.6
Original commit
Thursday, 10 Mar 2011
22:34 makc search for other commits by this committer
Update to 1.8.5
Original commit
Friday, 25 Feb 2011
01:32 delphij search for other commits by this committer
Chase after net/openldap24-server update.

Reminded by:    miwi
Original commit
Sunday, 23 Jan 2011
10:01 makc search for other commits by this committer
Update to 1.8.4

Feature safe:   yes
Original commit
Wednesday, 12 Jan 2011
20:48 makc search for other commits by this committer
Update to 1.8.3

PR:             ports/153877
Submitted by:   Steve Wills <steve@mouf.net>
Feature safe:   yes
Original commit
Thursday, 16 Dec 2010
02:34 glarkin search for other commits by this committer
- Chase security/libksba shlib version bump

Requested by:   kwm
Pointyhat to:   glarkin
Original commit
Sunday, 5 Dec 2010
19:10 makc search for other commits by this committer
Update to 1.8.0
Original commit
Tuesday, 23 Nov 2010
21:09 makc search for other commits by this committer
Update to 1.7.2
Original commit
Sunday, 14 Nov 2010
11:31 makc search for other commits by this committer
Update to 1.7.0
Original commit
Wednesday, 15 Sep 2010
16:57 makc search for other commits by this committer
Update to 1.6.1
Original commit
Tuesday, 14 Sep 2010
19:01 makc search for other commits by this committer
Update qtcurve ports to 1.6.0
Original commit
Monday, 5 Jul 2010
05:30 makc search for other commits by this committer
Update to 1.5.0

Feature safe:   yes
Original commit
Sunday, 27 Jun 2010
18:35 makc search for other commits by this committer
Update to 1.4.3

Feature safe:   yes
Original commit
Saturday, 22 May 2010
16:17 makc search for other commits by this committer
Update to 1.4.1
Original commit
Tuesday, 20 Apr 2010
23:02 fluffy search for other commits by this committer
- x11-themes/qtcurve-kde4: update to 1.3.1 release

PR:             145878
Submitted by:   myself
Approved by:    makc (maintainer)
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Saturday, 6 Mar 2010
19:31 makc search for other commits by this committer
Update to 1.1.1

Feature safe:   yes
Original commit
Monday, 22 Feb 2010
11:17 makc search for other commits by this committer
Update to 1.0.2

Feature safe:   yes
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Thursday, 29 Oct 2009
11:44 fluffy search for other commits by this committer
- 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
Original commit
Thursday, 9 Jul 2009
21:48 makc search for other commits by this committer
Update to 0.65.4

PR:             ports/136424
Submitted by:   Dima Panov <fluffy at fluffy.khv.ru>
Original commit
Sunday, 3 May 2009
17:42 makc search for other commits by this committer
Update to 0.62.9
Original commit
Tuesday, 24 Mar 2009
19:13 makc search for other commits by this committer
bump PORTREVISION after cmake update
Original commit
Sunday, 22 Feb 2009
09:11 makc search for other commits by this committer
Update to 0.61.1

PR:             ports/131963
Submitted by:   Shane Bell <decept0 at gmail.com>
Original commit
Sunday, 4 Jan 2009
11:58 makc search for other commits by this committer
Update to 0.60.0

PR:             ports/130126
Submitted by:   Shane Bell <decept0 at gmail.com>
Approved by:    miwi (mentor)
Original commit
Sunday, 31 Aug 2008
13:10 makc search for other commits by this committer
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)
Original commit

Number of commits found: 48