<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/deskutils/kdepim4, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2018-02-10T11:39:52Z</updated>
<entry>
<title>Follow up to r461375</title>
<updated>2018-02-10T11:39:52Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2018-02-10T11:39:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=88ffad5a1e6097c08524aa0a0c7c3a8c7da75070'/>
<id>urn:sha1:88ffad5a1e6097c08524aa0a0c7c3a8c7da75070</id>
<content type='text'>
* Remove the (origins of the) copied ports manually
  (as the new ones are repo-copies of these, no history is lost).
* Fixup index in games/Makefile

Sorry for the breakage.

Pointy hat:	tcberner
</content>
</entry>
<entry>
<title>devel/boost-*: update to 1.66.0</title>
<updated>2018-01-18T04:11:02Z</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2018-01-18T04:11:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=25beeff0797dd33cfc7db69206925427481729ee'/>
<id>urn:sha1:25beeff0797dd33cfc7db69206925427481729ee</id>
<content type='text'>
Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
</content>
</entry>
<entry>
<title>Update CMake to 3.10.1</title>
<updated>2017-12-23T10:44:23Z</updated>
<author>
<name>Adriaan de Groot</name>
<email>adridg@FreeBSD.org</email>
</author>
<published>2017-12-23T10:44:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=74c0e748b9087fb66a982a78f89f7132d4d9e23a'/>
<id>urn:sha1:74c0e748b9087fb66a982a78f89f7132d4d9e23a</id>
<content type='text'>
 - https://blog.kitware.com/cmake-3-10-1-available-for-download/
   - flang support
   - changes to automoc policies
   - support for FreeBSD package generation with CPack

Necessary fixes to other ports:
 - cad/openvsp make search for libxml explicit
 - math/scalapack force C compiler to be compatible with mpi
 - deskutils/kdepim4 fix incorrect sources list
 - www/qt5-webkit fix incorrect sources list

Thanks to Antoine for the multiple exp-runs.

PR:		223872
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13210
</content>
</entry>
<entry>
<title>devel/boost-*: update to 1.65.1</title>
<updated>2017-09-25T00:08:16Z</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2017-09-25T00:08:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=98eb11b2f0e873c1d18153e250f15cb2c32e1521'/>
<id>urn:sha1:98eb11b2f0e873c1d18153e250f15cb2c32e1521</id>
<content type='text'>
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
</content>
</entry>
<entry>
<title>devel/boost-*: enable C++11 features</title>
<updated>2017-09-25T00:05:05Z</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2017-09-25T00:05:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7e21a6476a66bd0d11b88a9d798624831fee469c'/>
<id>urn:sha1:7e21a6476a66bd0d11b88a9d798624831fee469c</id>
<content type='text'>
PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
</content>
</entry>
<entry>
<title>Make ninja opt-out in cmake.mk</title>
<updated>2017-06-25T21:07:58Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2017-06-25T21:07:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5e373eaa92fd3a243e1bc7a8e3eaf114ab1eeabf'/>
<id>urn:sha1:5e373eaa92fd3a243e1bc7a8e3eaf114ab1eeabf</id>
<content type='text'>
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:&lt;existing args&gt;,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
</content>
</entry>
<entry>
<title>devel/boost-*: update to 1.64.0</title>
<updated>2017-05-02T06:48:10Z</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2017-05-02T06:48:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b324ade02d984ecb2c343b4c786d74c25d16f914'/>
<id>urn:sha1:b324ade02d984ecb2c343b4c786d74c25d16f914</id>
<content type='text'>
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
</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>Update x11/kdelibs4 to 4.14.30.</title>
<updated>2017-03-26T15:45:23Z</updated>
<author>
<name>Raphael Kubo da Costa</name>
<email>rakuco@FreeBSD.org</email>
</author>
<published>2017-03-26T15:45:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6ea36a12f8c4d5879449f77f2773596260bb764d'/>
<id>urn:sha1:6ea36a12f8c4d5879449f77f2773596260bb764d</id>
<content type='text'>
This is the latest stable release, and contains many of the patches we kept in
files/. The exception is patch-mimetypes_kde.xml, which just did not seem
necessary any longer: area51 r8180 mentions it was working around issues in
shared-mime-info, which has since been updated. While here, add several
dependencies that were reported by Poudriere's checks.

Bump PORTREVISION in ports that use %%KDE4_KDELIBS_VERSION%% in pkg-plist.

Reviewed by:	tcberner
</content>
</entry>
<entry>
<title>Switch the KDE PIM ports to KDE4_KDEPIM_VERSION.</title>
<updated>2017-03-26T12:12:53Z</updated>
<author>
<name>Raphael Kubo da Costa</name>
<email>rakuco@FreeBSD.org</email>
</author>
<published>2017-03-26T12:12:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3275ef39ad7e27dea4bd1177e10a900aac178cd0'/>
<id>urn:sha1:3275ef39ad7e27dea4bd1177e10a900aac178cd0</id>
<content type='text'>
Start using it instead of KDE4_KDELIBS_VERSION, the ports can have different
versions.
</content>
</entry>
</feed>
