non port: net-im/papyon/Makefile |
Number of commits found: 28 |
Wednesday, 20 Jun 2018
|
17:05 mat
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
16:59 mat
Correctly depend on those Python ports.
- py-qt have their framework
- depending on a single file breaks with multiple flavors.
Sponsored by: Absolight
|
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
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>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
|
Sunday, 1 Jan 2017
|
03:45 sunpoet
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
|
Sunday, 11 Sep 2016
|
18:59 amdmi3
- Mark BROKEN:
RuntimeError: You are linking against OpenSSL 0.9.8, which is no longer support
by the OpenSSL project. You need to upgrade to a newer version of OpenSSL.
Reported by: pkg-fallout
Approved by: portmgr blanket
|
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Wednesday, 21 Oct 2015
|
23:55 truckman
Unbreak build with default python version < 3.4
|
Friday, 24 Oct 2014
|
16:29 mva
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by: portmgr (implicit)
|
Sunday, 1 Jun 2014
|
12:23 kwm
Stagify.
Use new lib_depends syntax.
gnomehack -> pathfix
AUTOTOOLS=libtool / ltverhack -> USES=libtool[:keepla]
|
09:41 miwi
- Stage support
- Drop 7X gruft
|
Saturday, 8 Mar 2014
|
22:17 kwm
Fix detection of py-openssl after the update of it to 0.14.
Submitted by: Gustau Perez i Querol <gustau.perez@gmail.com>
|
Monday, 13 Jan 2014
|
21:00 rene
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
Friday, 20 Sep 2013
|
22:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im)
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Sunday, 9 Oct 2011
|
14:02 pav
- Mark BROKEN on FreeBSD 7.X: does not configure
ImportError: /usr/local/lib/python2.7/site-packages/OpenSSL/SSL.so: Undefined
symbol "SSL_get_servername"
Reported by: pointyhat
|
Friday, 29 Jul 2011
|
18:10 kwm
Convert custom *_DEPENDS lines of devel/py-gobject to USE_GNOME=pygobject or
pygtk2 (which depends already on py-gobject).
|
Sunday, 19 Dec 2010
|
07:39 marcus
Update to 0.5.4.
|
Tuesday, 9 Nov 2010
|
15:42 marcus
Merge dist site changes.
|
Monday, 8 Nov 2010
|
23:41 marcus
Update to 0.5.2.
|
Sunday, 5 Sep 2010
|
18:43 marcus
Update to 0.5.0.
|
Sunday, 25 Jul 2010
|
00:28 marcus
Update to 0.4.9.
|
Saturday, 22 May 2010
|
07:17 marcus
Update to 0.4.6.
|
Saturday, 20 Mar 2010
|
21:31 marcus
Update to 0.4.5.
|
Saturday, 23 Jan 2010
|
19:25 marcus
Update to 0.4.4.
|
Saturday, 10 Oct 2009
|
04:28 marcus
Update to 0.4.3.
|
Friday, 11 Sep 2009
|
03:59 marcus
Update to 0.4.2.
|
Sunday, 2 Aug 2009
|
00:03 marcus
Update papyon to 0.4.1 after the repocopy from net-im/pymsn.
|
Saturday, 1 Aug 2009
|
21:31 marcus
Forced commit to note the repocopy from net-im/pymsn to net-im/papyon.
|
Number of commits found: 28 |