<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/sample, branch 2019Q1</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2019Q1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2019Q1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2018-02-12T19:49:05Z</updated>
<entry>
<title>Remove build dependency on the python metaport</title>
<updated>2018-02-12T19:49:05Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2018-02-12T19:49:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=29e1eb74239b5442ed8f8b1b56f634f7972141e5'/>
<id>urn:sha1:29e1eb74239b5442ed8f8b1b56f634f7972141e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove a bunch of BROKEN_$arch statements: this port only supports amd64</title>
<updated>2017-12-25T13:24:19Z</updated>
<author>
<name>Alexey Dokuchaev</name>
<email>danfe@FreeBSD.org</email>
</author>
<published>2017-12-25T13:24:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=33f6cf74a85f85fcf16c228b4bfc088b20ec045e'/>
<id>urn:sha1:33f6cf74a85f85fcf16c228b4bfc088b20ec045e</id>
<content type='text'>
for the time being.
</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>Mark some ports failing on power64.  In cases where the error message</title>
<updated>2017-05-13T23:50:49Z</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2017-05-13T23:50:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=17509a431f18b24f95c5e079f1b267178407b763'/>
<id>urn:sha1:17509a431f18b24f95c5e079f1b267178407b763</id>
<content type='text'>
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
</content>
</entry>
<entry>
<title>Remove BROKEN_FreeBSD_9</title>
<updated>2017-01-01T03:45:12Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2017-01-01T03:45:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e0b379fa6f3d155233755f07a2c1262bcdb4faa8'/>
<id>urn:sha1:e0b379fa6f3d155233755f07a2c1262bcdb4faa8</id>
<content type='text'>
Approved by:	portmgr (blanket)
</content>
</entry>
<entry>
<title>- Mark roken on 9.x: does not build:</title>
<updated>2016-10-24T10:04:47Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2016-10-24T10:04:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4a2aa4d60f7c1868611da4bd2bf0566b561fbd8a'/>
<id>urn:sha1:4a2aa4d60f7c1868611da4bd2bf0566b561fbd8a</id>
<content type='text'>
cc1: warnings being treated as errors
sample_driver.c: In function 'sample_read':
sample_driver.c:614: warning: 'samples_left' may be used uninitialized in this function
*** [sample_driver.o] Error code 1

Approved by:	portmgr blanket
</content>
</entry>
<entry>
<title>Mark as broken on i386 (found while investigating similar failure on</title>
<updated>2016-09-16T16:37:03Z</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2016-09-16T16:37:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=76df7a9df994ee190e11bf391aa8f4d84064dfbc'/>
<id>urn:sha1:76df7a9df994ee190e11bf391aa8f4d84064dfbc</id>
<content type='text'>
sparc64).
</content>
</entry>
<entry>
<title>Github cleanup.</title>
<updated>2016-06-01T13:15:36Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-06-01T13:15:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=77f8276a881b10dbc4166c281c69d8df4675409b'/>
<id>urn:sha1:77f8276a881b10dbc4166c281c69d8df4675409b</id>
<content type='text'>
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>many ports: mark broken on powerpc64</title>
<updated>2016-04-21T16:43:14Z</updated>
<author>
<name>Steve Wills</name>
<email>swills@FreeBSD.org</email>
</author>
<published>2016-04-21T16:43:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=86cd4fbe5a7a1a14d0869f64442e2f2b4cc1cbf9'/>
<id>urn:sha1:86cd4fbe5a7a1a14d0869f64442e2f2b4cc1cbf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.</title>
<updated>2016-04-01T14:25:16Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-04-01T14:25:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=597afc47baba19000afd8ec4880a2c47975b0367'/>
<id>urn:sha1:597afc47baba19000afd8ec4880a2c47975b0367</id>
<content type='text'>
With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
</feed>
