| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat
Notes:
svn path=/head/; revision=468282
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=455210
|
|
|
|
|
|
|
|
|
| |
PR: 214328
Submitted by: joneum@bsdproject.de
Approved by: maintainer timeout (count@211.ru, 1 month)
Notes:
svn path=/head/; revision=428497
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, fix WWW
Changes: https://bitbucket.org/al45tair/netifaces/src/default/CHANGELOG
PR: 200875
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Approved by: maintainer (timeout, 16 days)
Notes:
svn path=/head/; revision=391113
|
|
|
|
| |
Notes:
svn path=/head/; revision=366498
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE (MIT)
- Update MASTER_SITES
- Pet portlint(1)
PR: ports/189475
Submitted by: olivierd@
Approved by: Stanislav Svirid <count@211.ru> (maintainer timeout)
Notes:
svn path=/head/; revision=354918
|
|
|
|
|
|
|
|
|
| |
PR: ports/187419
Submitted by: swills (myself)
Approved by: maintainer timeout (count@211.ru, >6 weeks)
Notes:
svn path=/head/; revision=352467
|
|
|
|
|
|
|
|
| |
- Stage support
- Bump PORTREVISIO
Notes:
svn path=/head/; revision=347605
|
|
|
|
|
|
|
| |
net)
Notes:
svn path=/head/; revision=327755
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=316149
|
|
|
|
|
|
|
|
|
| |
PR: 164008
Submitted by: novel (myself)
Approved by: Stanislav A Svirid (maintainer)
Notes:
svn path=/head/; revision=288956
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
It.s been irritating me for ages that it isn.t possible to
straightforwardly get the network address(es) of the machine
you.re running on from a Python program.
WWW: http://alastairs-place.net/netifaces/
PR: ports/137236
Submitted by: Stanislav Svirid <count at 211.ru>
Notes:
svn path=/head/; revision=238620
|