| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Notes:
svn path=/head/; revision=479406
|
|
|
|
|
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=472884
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout@
Notes:
svn path=/head/; revision=440644
|
|
|
|
|
|
|
| |
directories it won't make any sense
Notes:
svn path=/head/; revision=429187
|
|
|
|
|
|
|
|
|
| |
eating the PKGNAMEPREFIX line, which gave portsmon a case of heartburn.
Approved by: "just fix it"
Notes:
svn path=/head/; revision=425652
|
|
|
|
|
|
|
|
|
|
| |
- update WWW site
- regen patch (pet portlint)
Reported by: jswhitejrusa@gmail.com [1]
Notes:
svn path=/head/; revision=425341
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=422140
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
|
|
|
| |
- uses tar:tgz
- whitespace cleanup
Thanks to: ak (uses "bug")
Notes:
svn path=/head/; revision=407547
|
|
|
|
|
|
|
| |
- add mirror
Notes:
svn path=/head/; revision=394024
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=387021
|
|
|
|
|
|
|
|
|
| |
USES=python
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371188
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=365343
|
|
|
|
|
|
|
|
|
| |
- trim comment
- fix dependencies
- use python autoplist feature
Notes:
svn path=/head/; revision=339319
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
Notes:
svn path=/head/; revision=338168
|
|
|
|
|
|
|
| |
dns)
Notes:
svn path=/head/; revision=327719
|
|
|
|
| |
Notes:
svn path=/head/; revision=299968
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav
Notes:
svn path=/head/; revision=288824
|
|
|
|
|
|
|
| |
Approved by: crees (mentor)
Notes:
svn path=/head/; revision=287744
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter (thank you for volunteering)
- Add LICENSE
- Unbreak -- fix dependencies
PR: ports/158948
Submitted by: Jason Helfman <jhelfman@experts-exchange.com>
Notes:
svn path=/head/; revision=279803
|
|
|
|
|
|
|
| |
- While here kick md5 support
Notes:
svn path=/head/; revision=269616
|
|
|
|
| |
Notes:
svn path=/head/; revision=257742
|
|
is designed to help you as a user determine what name services
are the best to use for an individual machine.
WWW: http://namebench.googlecode.com/
PR: ports/141202
Submitted by: Sahil Tandon <sahil at tandon.net>
Notes:
svn path=/head/; revision=246624
|