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: audio/tomahawk/Makefile

Number of commits found: 33

Sunday, 6 Aug 2017
09:11 tcberner search for other commits by this committer
Mark audio/tomahawk broken.

Project has been dead for a while now, and it does not build with
the current qtkeychain-qt4 (while being that ports only consumer).

PR:		221157
Differential Revision:	https://reviews.freebsd.org/D11867
Original commitRevision:447453 
Tuesday, 2 May 2017
06:48 jbeich search for other commits by this committer
devel/boost-*: update to 1.64.0

Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
Original commitRevision:439934 
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 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Friday, 6 Jan 2017
08:45 jbeich search for other commits by this committer
devel/boost-*: update to 1.63.0

Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
Original commitRevision:430692 
Sunday, 18 Dec 2016
02:42 marino search for other commits by this committer
audio/tomahawk: explicitly link z library (for gold linker)
Original commitRevision:428825 
Wednesday, 23 Nov 2016
12:45 jbeich search for other commits by this committer
devel/boost-*: update to 1.62.0

- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
Original commitRevision:426908 
Friday, 30 Sep 2016
09:46 matthew search for other commits by this committer
Chase dependencies affected by the name change devel/google-sparsehash ->
devel/sparsehash

Which sould fix the INDEX

Submitted by:	cperciva
Original commitRevision:422976 
Wednesday, 24 Aug 2016
08:20 tcberner search for other commits by this committer
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
Original commitRevision:420774 
Thursday, 28 Jul 2016
22:27 pawel search for other commits by this committer
- Update to version 0.7.0 [1]
- Bump all affected ports, ABI change

PR:		211417 [1]
Submitted by:	maintainer
Original commitRevision:419227 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Sunday, 27 Mar 2016
14:58 tijl search for other commits by this committer
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:411990 
Wednesday, 9 Mar 2016
14:33 rakuco search for other commits by this committer
Correctly mark the port as unmaintained after r392689.
Original commitRevision:410701 
Wednesday, 22 Jul 2015
19:01 arved search for other commits by this committer
Another port, that requires a C++11 compiler
Drop maintainership

Reported by:		pkg-fallout
Original commitRevision:392689 
Sunday, 19 Jul 2015
11:46 arved search for other commits by this committer
Oops, Fix INDEX breakage, port was renamed recently.
Original commitRevision:392495 
09:06 arved search for other commits by this committer
Update to 0.8.4

Based on patch from:	nivit
Original commitRevision:392490 
Wednesday, 6 May 2015
12:57 mat search for other commits by this committer
Update ports in the a* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385514 
Monday, 12 Jan 2015
16:33 tijl search for other commits by this committer
- Update devel/qca to version 2.1.0
- Plugins are no longer available separately so remove security/qca-* and
  replace them with options in devel/qca
- Adjust all ports that depended on security/qca-*
- This also fixes the build of the OpenSSL plugin when OpenSSL doesn't
  support SSLv2

Approved by:	kde (rakuco)
Original commitRevision:376838 
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
15:08 arved search for other commits by this committer
Grab maintainership
Stage
Fix build
Original commitRevision:364979 
Sunday, 6 Jul 2014
15:28 bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Original commitRevision:360923 
Tuesday, 18 Feb 2014
14:31 makc search for other commits by this committer
- Bump PORTREVISION after KDE4_PREFIX change
Original commitRevision:344898 
Friday, 7 Feb 2014
11:44 bapt search for other commits by this committer
Chase boost and icu bump
While here convert some LIB_DEPENDS
Original commitRevision:343214 
Wednesday, 11 Dec 2013
14:35 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
Original commitRevision:336166 
Wednesday, 4 Dec 2013
18:48 makc search for other commits by this committer
- Respect CMAKE_BUILD_TYPE

Approved by:	portmgr (bapt)
Original commitRevision:335626 
Friday, 20 Sep 2013
14:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Original commitRevision:327706 
Friday, 28 Jun 2013
21:24 nivit search for other commits by this committer
- Update to 0.7.0
- Move textproc/clucene from BUILD_DEPENDS to LIB_DEPENDS
- Remove GH_TAGNAME
- Add PORTVERSION to PLIST_SUB
- Remove files/patch-src__libtomahawk__Source.cpp
- Add files/patch-src__libtomahawk__sip__PeerInfo.cpp
Original commitRevision:321989 
Thursday, 2 May 2013
12:42 nivit search for other commits by this committer
- Update to 0.6.1
- Installation of phonon-backends in now an option  [1]
- Add a patch for detecting CLucene library

Build log:	http://goo.gl/5ghAb
Suggested by:	makc (http://goo.gl/Un5CA )  [1]
Original commitRevision:317104 
Monday, 22 Apr 2013
23:19 bapt search for other commits by this committer
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
Original commitRevision:316287 
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 
Thursday, 7 Mar 2013
14:31 nivit search for other commits by this committer
- Fix dependency on net-im/libjreen

Pointed out by:	makc
Original commitRevision:313592 
14:10 nivit search for other commits by this committer
- Re-enable color output during the building phase

Suggested by:	makc
Original commitRevision:313589 
Wednesday, 6 Mar 2013
22:55 nivit search for other commits by this committer
Tomahawk is a music player that fundamentally changes the way music is
consumed and shared.

It decouples the name of the song from the source it was shared from - and
fulfills the request using all of your available sources.

This creates a universal translation layer across music repositories,
streaming services and geographic territories.

WWW: http://www.tomahawk-player.org/
Original commitRevision:313554 

Number of commits found: 33