non port: devel/py-kjbuckets/Makefile |
Number of commits found: 18 |
Sunday, 23 Feb 2020
|
15:25 antoine
Deprecate a few ports
With hat: portmgr
 |
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
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
 |
Saturday, 4 Mar 2017
|
11:29 olgeni
devel/py-kjbuckets: take maintainership from ports@.
 |
Sunday, 3 Jan 2016
|
14:34 miwi
- Convert to options helper
 |
Wednesday, 11 Mar 2015
|
14:55 amdmi3
- Fix whitespace
- Add LICENSE
- Strip library
- Unsilence installation commands
 |
Monday, 20 Oct 2014
|
16:04 mva
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
 |
Friday, 27 Dec 2013
|
10:14 wg
devel/py-kjbuckets: support staging and use auto plist
 |
Friday, 20 Sep 2013
|
17:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
 |
Saturday, 22 Aug 2009
|
00:18 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with D
 |
Sunday, 7 Sep 2008
|
00:54 linimon
Reset tg due to lack of commits for several months and no response to email.
Hat: portmgr
 |
Monday, 30 Jul 2007
|
09:42 alexbl
- Make Python 2.5.1 the default Python version
- 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
 |
Friday, 7 Mar 2003
|
06:01 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Friday, 12 Jul 2002
|
11:22 tg
Use maintained kjbuckets module from gadflyB5.
 |
Friday, 21 Jun 2002
|
17:40 nectar
Drop MAINTAINER: I'm not really taking care of these anymore.
 |
Monday, 17 Jun 2002
|
19:36 nectar
The master site seems to have been down for awhile. Host this locally
for now.
Reported by: fenner's distfile survey
 |
Monday, 18 Sep 2000
|
13:55 tg
Use bsd.python.mk.
 |
Friday, 8 Sep 2000
|
13:24 tg
Don't break package building on Satoshi's cluster. Explicitly depend on
python1.5:lang/python15.
 |
Tuesday, 20 Jun 2000
|
14:37 nectar
Locally hosted distfiles moved to ftp.freebsd.org.
 |
Number of commits found: 18 |