| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412344
|
|
|
|
| |
Notes:
svn path=/head/; revision=398832
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix typo in RUN_DEPENDS
- Simplify post-install
- Remove PYAO option as the port builds a library for handling libao
by default and py-ao would only be needed if that library wasn't
built
- Bump PORTREVISION
Notes:
svn path=/head/; revision=370025
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Makefile cleanup
- Use pkg-message.in instead of pkg-message
PR: 190889
Submitted by: tkato432@yahoo.com
Approved by: mentors (implicit)
Notes:
svn path=/head/; revision=363891
|
|
|
|
| |
Notes:
svn path=/head/; revision=354949
|
|
|
|
| |
Notes:
svn path=/head/; revision=350632
|
|
|
|
|
|
|
| |
Use python autoplist
Notes:
svn path=/head/; revision=350179
|
|
|
|
|
|
|
|
|
|
| |
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
Notes:
svn path=/head/; revision=339634
|
|
|
|
|
|
|
|
|
| |
LIB_DEPENDS in audio
With hat: portmgr
Notes:
svn path=/head/; revision=336166
|
|
|
|
|
|
|
| |
audio)
Notes:
svn path=/head/; revision=327706
|
|
|
|
|
|
|
| |
Convert USE_READLINE by USES=readline
Notes:
svn path=/head/; revision=317525
|
|
|
|
|
|
|
|
|
| |
While here trim headers
Convert some gnomehack to pathfix
Convert some pkgconfig to USE_PKGCONFIG=build
Notes:
svn path=/head/; revision=314853
|
|
|
|
| |
Notes:
svn path=/head/; revision=313402
|
|
|
|
|
|
|
|
| |
PR: ports/160053
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes:
svn path=/head/; revision=280429
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from ports.
If a ports is linked against ncurses from base or from the ports, it should then add:
USE_NCURSES=yes
it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros:
WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes
PR: ports/155269
Submitted by: me
Reviwed by: pav@
Approved by: portmgr (pav@)
Exp-run by: portmgr (pav@)
Notes:
svn path=/head/; revision=272515
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
| |
Notes:
svn path=/head/; revision=255956
|
|
|
|
| |
Notes:
svn path=/head/; revision=235995
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214428
|
|
|
|
|
|
|
| |
Submitted by: pav
Notes:
svn path=/head/; revision=203874
|
|
|
|
| |
Notes:
svn path=/head/; revision=203647
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
Notes:
svn path=/head/; revision=196700
|
|
|
|
|
|
|
| |
Approved by: edwin (mentor)
Notes:
svn path=/head/; revision=192156
|
|
|
|
|
|
|
|
| |
Submitted by: kris via pointyhat
Approved by: edwin (mentor)
Notes:
svn path=/head/; revision=192155
|
|
|
|
|
|
|
| |
Approved by: edwin (mentor)
Notes:
svn path=/head/; revision=191703
|
|
Approved by: edwin (mentor)
Notes:
svn path=/head/; revision=191656
|