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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: audio/kid3-kde4/Makefile

Number of commits found: 81

Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
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
Original commitRevision:488341 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Tuesday, 6 Nov 2018
01:50 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 4.1

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Original commitRevision:484273 
Friday, 2 Nov 2018
06:21 jhale search for other commits by this committer
audio/kid3-[kf5|qt5]: Fix build on powerpc64

PR:		232893
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Sponsored by:	IntegiCloud
Original commitRevision:483773 
Friday, 31 Aug 2018
00:18 jhale search for other commits by this committer
Mark DEPRECATED and set EXPIRATION_DATE corresponding to KDE4 removal.

This is just a heads-up for now as audio/kid3-kde4 is the master port for all
of the kid3 "flavors" and the deprecation only applies to audio/kid3-qt4
and audio/kid3-kde4. Further work will be done to move the master port
inner-workings elsewhere.

Users are encouraged to switch to audio/kid3-qt5 or audio/kid3-kf5.

While here, add USES=gnome to fix Makefile sanity warning.
Original commitRevision:478502 
Saturday, 25 Aug 2018
16:28 jhale search for other commits by this committer
- Update to 3.6.2
- Clean up KF5 dependencies - previous version was overlinking
- Remove post-patch (fixed upstream)
Original commitRevision:478075 
Thursday, 2 Aug 2018
15:22 jhale search for other commits by this committer
Update to 3.6.1
Add KDE Frameworks 5 (KF5) support and slave port
Add regression tests and remove Qt testlib as a hard dependency
Make COMMENT more generic since kid3 can tag many different types of files
Improve pkg-descr and update WWW
Original commitRevision:476239 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
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
Original commitRevision:473503 
Wednesday, 2 May 2018
15:07 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 4.0

- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
Original commitRevision:468844 
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 
Saturday, 27 Jan 2018
17:36 jhale search for other commits by this committer
Update to 3.5.1

Changes:	https://sourceforge.net/p/kid3/code/ci/Rel_3_5_1/tree/ChangeLog
Original commitRevision:460133 
Saturday, 21 Oct 2017
06:50 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 3.4

Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
Original commitRevision:452570 
Tuesday, 1 Aug 2017
12:36 jhale search for other commits by this committer
- Update to 3.5.0
- Fix LICENSE

Changes:	https://sourceforge.net/p/kid3/code/ci/66b96d1/tree/ChangeLog
Original commitRevision:447020 
Tuesday, 27 Jun 2017
13:46 sunpoet search for other commits by this committer
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
Original commitRevision:444463 
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, 20 Feb 2017
00:19 jhale search for other commits by this committer
Update to 3.4.5

Changes:	https://sourceforge.net/p/kid3/code/ci/3fd4d4/tree/ChangeLog
Original commitRevision:434423 
Sunday, 25 Dec 2016
14:58 jhale search for other commits by this committer
- Update to 3.4.4
- Convert options to CMAKE_BOOL
Original commitRevision:429434 
Sunday, 11 Dec 2016
15:22 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 3.2.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
Original commitRevision:428352 
Sunday, 13 Nov 2016
10:11 jhale search for other commits by this committer
Update to 3.4.3

Rename a few options based on what they do vs. what libraries they use and use
standard descriptions where possible. Namely, CHROMAPRINT -> ACOUSTID,
ID3LIB -> MP3, MP4V2 -> MP4.

Add a few missing dependencies reported by stage-qa.

Cosmetic changes to make the Makefile a little more readable.
Original commitRevision:426022 
Sunday, 23 Oct 2016
22:31 jhale search for other commits by this committer
- Update to 3.4.2
- Take maintainership
Original commitRevision:424540 
Thursday, 20 Oct 2016
15:58 rakuco search for other commits by this committer
Reassign makc's ports back to the pool.

See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).

I also emailed him 2 weeks ago and have received no response so far.
Original commitRevision:424339 
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 
Wednesday, 25 May 2016
20:56 rene search for other commits by this committer
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
Original commitRevision:415864 
Friday, 15 Apr 2016
19:06 jhale search for other commits by this committer
- Update audio/chromaprint to 1.3.1
- Chase shlib bump

PR:		208819
Submitted by:	Ben Woods <woodsb02@gmail.com>
Original commitRevision:413370 
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 
Friday, 23 Oct 2015
12:35 makc search for other commits by this committer
audio/kid3-kde4:
- Update to 3.3.0
- Remove stale bits
Original commitRevision:400017 
Friday, 28 Aug 2015
10:09 makc search for other commits by this committer
audio/kid3-kde4:
- Update to 3.2.1
- Remove QML option, which is mainly intended for developers
- Remove incorrect BROKEN on 9-i386, the actual bug was in Qt ports (PR 198738)
Original commitRevision:395455 
Tuesday, 24 Mar 2015
09:46 makc search for other commits by this committer
audio/kid3-kde4:
- Update to 3.2.0
- Add QML option for scripting support
Original commitRevision:382074 
Tuesday, 24 Feb 2015
21:46 makc search for other commits by this committer
- Switch my ports to USE_QT4=linguisttools_build and adjust Qt components
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping
Original commitRevision:379845 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Thursday, 13 Nov 2014
14:27 makc search for other commits by this committer
audio/kid3-kde4: update to 3.1.2
Original commitRevision:372522 
Friday, 7 Nov 2014
11:42 makc search for other commits by this committer
audio/kid3-kde4: update to 3.1.1
Original commitRevision:372254 
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 
Friday, 25 Jul 2014
20:09 amdmi3 search for other commits by this committer
- Switch multimedia/mp4v2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Original commitRevision:362926 
Thursday, 1 May 2014
14:35 makc search for other commits by this committer
audio/kid3-kde4:
- Update to 3.1
- Remove upstreamed patch
Original commitRevision:352752 
Saturday, 1 Mar 2014
19:10 antoine search for other commits by this committer
Chase last audio/id3lib port change
Original commitRevision:346715 
Tuesday, 18 Feb 2014
14:31 makc search for other commits by this committer
- Bump PORTREVISION after KDE4_PREFIX change
Original commitRevision:344898 
Monday, 2 Dec 2013
16:10 makc search for other commits by this committer
- Restore PHONON option for kid-qt4 (and add patch to fix build)
- Prepare for Qt 5 port
Original commitRevision:335507 
11:33 makc search for other commits by this committer
- Update to 3.0.2
- Explicitly depend on required Qt 4 components
- Remove PHONON option for kid-qt4 (does not build without it)
Original commitRevision:335476 
Wednesday, 13 Nov 2013
14:26 makc search for other commits by this committer
Fix packaging
Original commitRevision:333689 
Tuesday, 12 Nov 2013
16:50 makc search for other commits by this committer
- Update to 3.0.1
- Add Qt 4 only port
- Remove stale patch
Original commitRevision:333590 
Wednesday, 23 Oct 2013
10:49 makc search for other commits by this committer
- Remove NO_STAGE
- Add patch to fix build with ffmpeg2
Original commitRevision:331367 
Monday, 7 Oct 2013
12:26 makc search for other commits by this committer
- Remove LATEST_LINK from my Qt4/KDE4 ports
- Use new LIB_DEPENDS syntax
- Use options helpers
Original commitRevision:329697 
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 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Wednesday, 10 Jul 2013
15:25 makc search for other commits by this committer
- Add patch which allows to build audio/acoustid-fingerprinter and
  audio/chromaprint with different ffmpeg ports (based on patch from
  multimedia/kdemultimedia4-ffmpegthumbs)
- Switch dependency to multimedia/ffmpeg1
- Bump PORTREVISION due to dependency change in audio/chromaprint

Approved by:	no reply from jhale@
Original commitRevision:322705 
Sunday, 9 Jun 2013
19:30 naddy search for other commits by this committer
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.

PR:		179072
Original commitRevision:320405 
Friday, 26 Apr 2013
10:44 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Original commitRevision:316596 
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 
Saturday, 16 Mar 2013
21:15 makc search for other commits by this committer
Update to 2.3
Original commitRevision:314385 
Tuesday, 11 Dec 2012
12:30 makc search for other commits by this committer
Update to 2.2.1
Original commitRevision:308678 
Sunday, 28 Oct 2012
12:12 makc search for other commits by this committer
Add option for recently added Chromaprint

Feature safe:	yes
Original commitRevision:306549 
Saturday, 27 Oct 2012
11:25 makc search for other commits by this committer
Update to 2.2
Remove indirect dependencies on Qt4 libraries
Fix options logic

Feature safe:	yes
Original commitRevision:306488 
Friday, 27 Jul 2012
11:03 makc search for other commits by this committer
- Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes
Original commit
Thursday, 19 Jul 2012
20:15 naddy search for other commits by this committer
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
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
Sunday, 13 May 2012
16:25 makc search for other commits by this committer
Update to 2.1
Original commit
Tuesday, 6 Mar 2012
18:16 makc search for other commits by this committer
- Remove audio/libtunepimp (and audio/libmusicbrainz) support:
  deprecated as the MusicBrainz RDF webservice is no longer functional

PR:             ports/165750, ports/165754, ports/165757, ports/165758
                ports/165759, ports/165760, ports/165761
Submitted by:   Jason E. Hale <bsdkaffee at gmail.com>
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
Thursday, 3 Nov 2011
16:33 makc search for other commits by this committer
Update to 2.0.1
Original commit
Saturday, 29 Oct 2011
16:16 makc search for other commits by this committer
- Add patch to fix libtunepimp detection
- Drop docbook-xml from build dependencies, since it's already handled by
kdelibs4
- Drop -kde4 suffix from package name (kid3-1.6 was the last supporting
qt3/kde3)
  and use LATEST_LINK instead
- Respect LOCALBASE
Original commit
Wednesday, 28 Sep 2011
17:50 makc search for other commits by this committer
Update to 2.0
Add options
Add licence

PR:             ports/160761
Submitted by:   Veniamin Gvozdikov <g.veniamin at googlemail.com>
Original commit
Thursday, 10 Mar 2011
16:51 makc search for other commits by this committer
Update to 1.6
Original commit
Sunday, 26 Sep 2010
17:15 makc search for other commits by this committer
Update to 1.5
Original commit
Saturday, 21 Aug 2010
13:06 makc search for other commits by this committer
Fix build with upcoming KDE 4.5
Don't bump PORTREVISION: packages built vs KDE 4.4 work fine with 4.5
Original commit
Wednesday, 11 Aug 2010
20:58 makc search for other commits by this committer
Chase multimedia/mp4v2 update.

PR:             ports/148643
Submitted by:   Christopher Key <cjk32 at cam.ac.uk>
Original commit
Sunday, 6 Jun 2010
20:44 naddy search for other commits by this committer
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
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:32 makc search for other commits by this committer
Update to 1.4
Mark MAKE_JOBS_SAFE

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
Saturday, 28 Nov 2009
21:49 makc search for other commits by this committer
Update to 1.3
Original commit
Monday, 6 Jul 2009
21:26 naddy search for other commits by this committer
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Original commit
Friday, 1 May 2009
19:30 makc search for other commits by this committer
Update to 1.2
Original commit
Tuesday, 24 Mar 2009
19:13 makc search for other commits by this committer
bump PORTREVISION after cmake update
Original commit
Sunday, 26 Oct 2008
19:00 makc search for other commits by this committer
Update to 1.1
Add more Qt components to prevent breakage when KDE 4.1.2 will be committed

Approved by:    miwi (mentor)
Original commit
Tuesday, 19 Aug 2008
15:03 miwi search for other commits by this committer
- Fix build on 6.X

Reported by:    erwinbot/pavbot
Submitted by:   maintainer
Original commit
Sunday, 10 Aug 2008
19:58 miwi search for other commits by this committer
- Change dependency to kde4
Original commit
19:52 miwi search for other commits by this committer
- Force Commit

        Repocopy from audio/kid3 to audio/kid3-kde4

Repocopy by:    marcus
Original commit

Number of commits found: 81