| 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=412346
|
|
|
|
| |
Notes:
svn path=/head/; revision=405161
|
|
|
|
|
|
|
| |
- Strip library
Notes:
svn path=/head/; revision=381395
|
|
|
|
| |
Notes:
svn path=/head/; revision=375598
|
|
|
|
| |
Notes:
svn path=/head/; revision=375594
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371326
|
|
|
|
|
|
|
|
| |
- Remove old libtool patch
- Remove :oldver from USES=libtool and bump dependent ports
Notes:
svn path=/head/; revision=368571
|
|
|
|
| |
Notes:
svn path=/head/; revision=337766
|
|
|
|
|
|
|
| |
graphics)
Notes:
svn path=/head/; revision=327733
|
|
|
|
|
|
|
|
|
| |
USE_FREETYPE from all ports using it
While here trim some headers, and do some conversion to new options framework.
Notes:
svn path=/head/; revision=316593
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=276992
|
|
|
|
|
|
|
|
|
| |
to email.
Hat: portmgr
Notes:
svn path=/head/; revision=254920
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
|
|
|
| |
starting with G
Notes:
svn path=/head/; revision=240070
|
|
|
|
| |
Notes:
svn path=/head/; revision=161663
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154157
|
|
|
|
|
|
|
|
| |
PR: 70000 (!)
Submitted by: ijliao
Notes:
svn path=/head/; revision=115625
|
|
|
|
|
|
|
| |
Submitted by: trevor
Notes:
svn path=/head/; revision=104400
|
|
|
|
| |
Notes:
svn path=/head/; revision=76449
|
|
|
|
| |
Notes:
svn path=/head/; revision=61967
|
|
|
|
|
|
|
| |
Approved by: cjh (mentor)
Notes:
svn path=/head/; revision=61912
|
|
|
|
|
|
|
|
|
|
|
| |
on current issue. gotta back it out sooner or later.
/me puts on pointy hat
Requested by: many
Notes:
svn path=/head/; revision=59826
|
|
|
|
|
|
|
|
| |
PR: 38359
Submitted by: maintainer
Notes:
svn path=/head/; revision=59747
|
|
|
|
|
|
|
|
| |
PR: 37617
Submitted by: maintainer
Notes:
svn path=/head/; revision=58538
|
|
|
|
| |
Notes:
svn path=/head/; revision=58323
|
|
|
|
|
|
|
| |
Submitted by: bento
Notes:
svn path=/head/; revision=56298
|
|
|
|
|
|
|
| |
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
Notes:
svn path=/head/; revision=56069
|
|
|
|
| |
Notes:
svn path=/head/; revision=56060
|
|
|
|
|
|
|
|
| |
PR: 34372
Submitted by: maintainer
Notes:
svn path=/head/; revision=53911
|
|
|
|
| |
Notes:
svn path=/head/; revision=47625
|
|
|
|
|
|
|
|
| |
PR: 28827
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=44946
|
|
The paint module provides a simple and flexible facility for
painting PNG images files. The paint module depends upon
three free libraries: freetype, libart, libpng.
PR: 28819
Submitted by: Hye-Shik Chang <perky@python.or.kr>
Notes:
svn path=/head/; revision=44934
|