| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- Cosmetic fixes
|
| |
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
| |
<fbsd-ports@xbsd.net>: host didriksen.anc.dk[87.73.130.136] said: 550 5.1.1
<fbsd-ports@xbsd.net>: Recipient address rejected: User unknown in local
recipient table (in reply to RCPT TO command)
Sponsored by: DK Hostmaster A/S
|
| |
|
|
|
|
|
|
| |
USES=python
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
| |
- Pet portlint
PR: ports/188821
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
|
|
|
|
|
|
|
| |
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
|
|
|
| |
cad)
|
| |
|
| |
|
|
|
|
| |
Reported by: QAT
|
|
|
|
|
| |
PR: 149027
Submitted by: Sven Esbjerg <esbjerg@xbsd.net> (maintainer)
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
| |
|
|
|
|
|
| |
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3
|
|
|
|
|
|
| |
PR: ports/125477
Approved by: maintainer
Approved by: miwi (mentor)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
PR: ports/114947
Submitted by: Sven Esbjerg <fbsd-ports@xbsd.net> (maintainer)
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
|
|
|
|
| |
- Hand maintainership to submitter
PR: 98231
Submitted by: Sven Esbjerg <fbsd-ports@xbsd.net>
Approved by: maintainer
|
|
|
|
|
| |
PR: 95825
Submitted by: Soeren Straarup <xride@x12.dk>
|
|
|
|
|
| |
PR: 93518
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 27
- Use a static pkg-plist
- Pass maintainership to submitter
PR: ports/90818
Submitted by: Soeren Straarup <xride@x12.dk>
Submitted by: pointyhat (kris)
Pointy hat to: garga
|
|
|
|
|
|
|
|
| |
- Use a static pkg-plist
- Pass maintainership to submitter
PR: ports/90818
Submitted by: Soeren Straarup <xride@x12.dk>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
big upgrade.
|
|
|
|
|
| |
PR: ports/71152
Submitted by: Stefan Walter <sw at gegenunendlich dot de> (maintainer)
|
| |
|
|
|
|
| |
(Part 2)
|
| |
|
|
An open-source CAD package built designed around Python
|