<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math/vtk6, 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-07-12T19:05:30Z</updated>
<entry>
<title>math/vtk6: Update CONFLICTS</title>
<updated>2018-07-12T19:05:30Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2018-07-12T19:05:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0300da4e714f40021bc457e0aec93f3681fb65c0'/>
<id>urn:sha1:0300da4e714f40021bc457e0aec93f3681fb65c0</id>
<content type='text'>
</content>
</entry>
<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>Fix build of math/vtk6 with Clang6 on -CURRENT.</title>
<updated>2018-06-20T09:27:51Z</updated>
<author>
<name>Adriaan de Groot</name>
<email>adridg@FreeBSD.org</email>
</author>
<published>2018-06-20T09:27:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=661683b9cfac23458236697d1153bb77f2edc3e7'/>
<id>urn:sha1:661683b9cfac23458236697d1153bb77f2edc3e7</id>
<content type='text'>
The definition of NULL has changed in C++, and conversions have
gotten stricter, so using NULL where you mean 0 (or false) is
no longer an option. Detected by fallout from updating CMake 3.12.

No PORTREVISION bump because everywhere where it compiled previously
sees no change, and where it didn't compile before it does now
with the same result.

Reported by:	tcberner
</content>
</entry>
<entry>
<title>- Fix make install error when compiling with QT5 enabled.</title>
<updated>2018-03-20T02:19:21Z</updated>
<author>
<name>Stephen Montgomery-Smith</name>
<email>stephen@FreeBSD.org</email>
</author>
<published>2018-03-20T02:19:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9d086f15992bea9c8212d4d6dc702a13f026839b'/>
<id>urn:sha1:9d086f15992bea9c8212d4d6dc702a13f026839b</id>
<content type='text'>
PR:		ports/226752
Submitted by:	otacilio.neto@bsd.com.br
</content>
</entry>
<entry>
<title>Bump PORTREVISIONs of all users of math/mpc that we just updated to</title>
<updated>2018-03-10T17:46:04Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2018-03-10T17:46:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c2a92a1aea4e66d25d82a5def112bb1b55660bd2'/>
<id>urn:sha1:c2a92a1aea4e66d25d82a5def112bb1b55660bd2</id>
<content type='text'>
version 1.1.0 (via revision 464079).
</content>
</entry>
<entry>
<title>Remove flavors from vtk6, it's not useful with PY_FLAVOR  (initial</title>
<updated>2017-12-24T12:17:40Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2017-12-24T12:17:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8c313cfaa8b42e9a1ec0cd901cecc322dff1dec9'/>
<id>urn:sha1:8c313cfaa8b42e9a1ec0cd901cecc322dff1dec9</id>
<content type='text'>
implementation of python flavors didn't have PY_FLAVOR)
</content>
</entry>
<entry>
<title>Convert Python ports to FLAVORS.</title>
<updated>2017-11-30T15:50:30Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2017-11-30T15:50:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=551be3c7231225ed9c26479af2b8914fb2ef0ea8'/>
<id>urn:sha1:551be3c7231225ed9c26479af2b8914fb2ef0ea8</id>
<content type='text'>
  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six&gt;0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
</content>
</entry>
<entry>
<title>Revision bump of all ports with USE_GL after consolidation of mesa-libs</title>
<updated>2017-05-23T05:03:14Z</updated>
<author>
<name>Matthew Rezny</name>
<email>rezny@FreeBSD.org</email>
</author>
<published>2017-05-23T05:03:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b760897dde0d10ee08ffa823ea202fdc49a6ad38'/>
<id>urn:sha1:b760897dde0d10ee08ffa823ea202fdc49a6ad38</id>
<content type='text'>
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
</content>
</entry>
<entry>
<title>Unbreak INDEX</title>
<updated>2017-03-10T10:32:52Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2017-03-10T10:32:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1b09c15556e4069e3798d2189c367caa625f32e5'/>
<id>urn:sha1:1b09c15556e4069e3798d2189c367caa625f32e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Rather than rm share/cmake/hdf5/libhdf5.settings, have cmake not install it.</title>
<updated>2017-03-10T04:02:56Z</updated>
<author>
<name>Stephen Montgomery-Smith</name>
<email>stephen@FreeBSD.org</email>
</author>
<published>2017-03-10T04:02:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3ca4dbdd693cf11ba061be091c2a56591cf39c7b'/>
<id>urn:sha1:3ca4dbdd693cf11ba061be091c2a56591cf39c7b</id>
<content type='text'>
PR:		ports/216330
Submitted by:	Tobias C. Berner &lt;tcberner@freebsd.org&gt;
</content>
</entry>
</feed>
