<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/audio/audex, branch 10-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=10-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=10-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2018-06-28T17:39:53Z</updated>
<entry>
<title>Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk</title>
<updated>2018-06-28T17:39:53Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2018-06-28T17:39:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b1a1d38bf9ef78334b640d30046388a9c055c3a9'/>
<id>urn:sha1:b1a1d38bf9ef78334b640d30046388a9c055c3a9</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Rename KDE4 meta ports</title>
<updated>2018-02-10T10:29:51Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2018-02-10T10:29:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=737c1cc56dbc42d63372805d3642ba9b3d119a96'/>
<id>urn:sha1:737c1cc56dbc42d63372805d3642ba9b3d119a96</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>audio/audex, fix build with clang6</title>
<updated>2018-01-17T11:24:47Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2018-01-17T11:24:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=68edf0428fae9ecc0fe18d26fc0f5a1c872ee177'/>
<id>urn:sha1:68edf0428fae9ecc0fe18d26fc0f5a1c872ee177</id>
<content type='text'>
Force -std=gnu++98, there are too many lines that require
a change for string-literal fixes.

PR:		224669
</content>
</entry>
<entry>
<title>Chase audio/faac update (ABI incompatible to previous version 1.28)</title>
<updated>2017-11-19T11:37:26Z</updated>
<author>
<name>Thomas Zander</name>
<email>riggs@FreeBSD.org</email>
</author>
<published>2017-11-19T11:37:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1d012521e05c8a71ba5c4ad823167cfb32232711'/>
<id>urn:sha1:1d012521e05c8a71ba5c4ad823167cfb32232711</id>
<content type='text'>
PR:		223416
Submitted by:	riggs
</content>
</entry>
<entry>
<title>Chase ffmpeg 3.3 update (ABI changes)</title>
<updated>2017-04-25T08:20:30Z</updated>
<author>
<name>Thomas Zander</name>
<email>riggs@FreeBSD.org</email>
</author>
<published>2017-04-25T08:20:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b50a4186ce94f1349629ba4833a3ac776e270a5d'/>
<id>urn:sha1:b50a4186ce94f1349629ba4833a3ac776e270a5d</id>
<content type='text'>
PR:		218658
Submitted by:	riggs
</content>
</entry>
<entry>
<title>Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and</title>
<updated>2016-08-24T08:20:31Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2016-08-24T08:20:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0f583d87000061087521fb77c44c9055d122d787'/>
<id>urn:sha1:0f583d87000061087521fb77c44c9055d122d787</id>
<content type='text'>
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:&lt;arg&gt;
[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
</content>
</entry>
<entry>
<title>Remove expired misc/kdehier4 and update all of its consumers to not reference it any</title>
<updated>2016-05-25T20:56:06Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2016-05-25T20:56:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=059340ceb7b48dcb0df914995161c233f99ef0fd'/>
<id>urn:sha1:059340ceb7b48dcb0df914995161c233f99ef0fd</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.</title>
<updated>2016-04-01T13:29:15Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-04-01T13:29:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7f4572eae4327c4403d9ef714cb6de917650662a'/>
<id>urn:sha1:7f4572eae4327c4403d9ef714cb6de917650662a</id>
<content type='text'>
With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>- Switch MASTER_SITES to SF.  Using kde-apps.org requires redefining DISTNAME</title>
<updated>2015-12-29T14:41:58Z</updated>
<author>
<name>Jason E. Hale</name>
<email>jhale@FreeBSD.org</email>
</author>
<published>2015-12-29T14:41:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=be16d939315e24c73ebf38229d0fe7175514254d'/>
<id>urn:sha1:be16d939315e24c73ebf38229d0fe7175514254d</id>
<content type='text'>
  and WRKSRC (which wasn't done in previous commit causing the patch target
  to fail)

While here:
- Rename and make patches with 'make makepatch'
- Replace dead WWW in pkg-descr
</content>
</entry>
<entry>
<title>Switch MASTER_SITES to make the port fetchable again.</title>
<updated>2015-12-28T14:18:10Z</updated>
<author>
<name>Raphael Kubo da Costa</name>
<email>rakuco@FreeBSD.org</email>
</author>
<published>2015-12-28T14:18:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4818169600b77922d780063d4dc08a8991f14314'/>
<id>urn:sha1:4818169600b77922d780063d4dc08a8991f14314</id>
<content type='text'>
Move to kde-apps.org, which provides a tarball with the same hash and size.
</content>
</entry>
</feed>
