<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/textproc/py-libxslt, 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>2017-12-12T18:35:32Z</updated>
<entry>
<title>- Those ports fail to build with python3</title>
<updated>2017-12-12T18:35:32Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2017-12-12T18:35:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6cfdfbc1cd371390f65ac1f5f7e075bed2ac1cae'/>
<id>urn:sha1:6cfdfbc1cd371390f65ac1f5f7e075bed2ac1cae</id>
<content type='text'>
- Add some explicit FLAVOR to dependencies where needed
</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>Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in</title>
<updated>2014-12-08T16:48:38Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2014-12-08T16:48:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=60945f027780c21c987e0c642404a8383407edad'/>
<id>urn:sha1:60945f027780c21c987e0c642404a8383407edad</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>- Convert textproc/ to USES=python</title>
<updated>2014-12-07T10:01:36Z</updated>
<author>
<name>Marcus von Appen</name>
<email>mva@FreeBSD.org</email>
</author>
<published>2014-12-07T10:01:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1fd066ebe5841032b558f262491971223207ab4e'/>
<id>urn:sha1:1fd066ebe5841032b558f262491971223207ab4e</id>
<content type='text'>
With hat:	python@
</content>
</entry>
<entry>
<title>Cleanup plist</title>
<updated>2014-11-15T16:26:32Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2014-11-15T16:26:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e3b883655ff658092b9f090d018c79e0613fea50'/>
<id>urn:sha1:e3b883655ff658092b9f090d018c79e0613fea50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop uses USES already set by master port</title>
<updated>2014-04-25T12:20:48Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-04-25T12:20:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c891451097eb15d71b506646249edf832bc58541'/>
<id>urn:sha1:c891451097eb15d71b506646249edf832bc58541</id>
<content type='text'>
Reported by:	tijl
</content>
</entry>
<entry>
<title>Switch to USES=libtool</title>
<updated>2014-04-25T10:25:23Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-04-25T10:25:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a36be565614d82fe5aa29ae827dd0959ee15f087'/>
<id>urn:sha1:a36be565614d82fe5aa29ae827dd0959ee15f087</id>
<content type='text'>
Strip binaries

PR:		ports/188978
Submitted by:	tijl
Approved by:	kwm (gnome)
</content>
</entry>
<entry>
<title>Fix paths inside .py[co] files</title>
<updated>2014-02-03T22:52:01Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2014-02-03T22:52:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2f485af220a0154fe05ed8528078ce0cf229a7ec'/>
<id>urn:sha1:2f485af220a0154fe05ed8528078ce0cf229a7ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Stage support</title>
<updated>2014-02-03T03:51:09Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2014-02-03T03:51:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5495791f43dd51015b18a140ce96c8ba3dd5646a'/>
<id>urn:sha1:5495791f43dd51015b18a140ce96c8ba3dd5646a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: textproc)</title>
<updated>2013-09-20T23:17:30Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T23:17:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0068f2d47fabca8b05218243fb099000a6413c86'/>
<id>urn:sha1:0068f2d47fabca8b05218243fb099000a6413c86</id>
<content type='text'>
</content>
</entry>
</feed>
