| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PR: 260379
|
|
|
|
| |
PR: 256309
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
|
| |
PR: 254365
Approved by: Andrey Fesenko (maintainer), swills, lwhsu
|
|
|
|
|
| |
PR: 254339
Approved by: Andrey Fesenko (maintainer), swills
|
|
|
|
|
| |
Submitted by: Mina Galić <me@igalic.co>
Security: https://bugs.launchpad.net/cloud-init/+bug/1911680
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/canonical/cloud-init/blob/47f4229ebcef9f83df8b549bb869a2dbf6dff17c/ChangeLog
PR: 251280
Submitted by: Mina Galić
Approved by: Andrey Fesenko (maintainer)
|
|
|
|
|
|
|
| |
- Fix mounting of VFAT which FreeBSD calls "msdos[fs]"
- GC `devel/py-six' dependency, unused since v20.2
PR: 250496
|
|
|
|
|
|
|
|
| |
Project now supports dual licensing, either GPL-3 or Apache 2.0.
PR: 249135
Submitted by: Andrey Fesenko <andrey@bsdnir.info> (maintainer)
Event: September 2020 Bugathon
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, add NO_ARCH
- Bump PORTREVISION of dependent ports for dependency change
(devel/py-pyvisa-py and finance/odoo will be bumped in next commit, py-pyusb renaming)
PR: 246546
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 40 days)
|
|
|
|
|
| |
PR: 246109
Submitted by: Andrey Fesenko (maintainer)
|
|
|
|
|
|
|
| |
The upstream code no longer works with Python 2.x, so require 3.6+.
PR: 245100
Submitted by: Andrey Fesenko (maintainer)
|
|
|
|
|
|
| |
PR: 244057
Submitted by: Andrey Fesenko <andrey_at_bsdnir_dot_info>
Approved by: maintainer
|
|
|
|
|
| |
PR: 239836
Submitted by: Andrey Fesenko <andrey@bsdnir.info>
|
|
|
|
| |
(and missed 3 missed files from previous categories.)
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
| |
- Fix rc script errors
- Fix config file location
|
|
|
|
| |
- Take MAINTAINERship
|
|
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rcorder shows that ldconfig is running after cloudinit in some cases.
This can lead to problems like the following when running it on
OpenStack:
Shared object "libpython2.7.so.1" not found, required by "python2.7"
- Reset maintainer by request of the current maintainer
PR: 224361
Submitted by: thompsa
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Python 2.7+ / 3.2+ by default.
sysutils/osquery fails to build because of C++ errors.
|
|
|
|
|
|
|
|
|
|
|
|
| |
From the maintainer:
FreeBSD support is not high on the list of things that upstream is
working on ... dmidecode is used as a fallback to try and figure out
if cloud-init is running on RHEV or VSPHERE. I would rather not try to
patch the existing source code since upstream is multiple versions ahead
(all of them are unfortunately broken on FreeBSD).
Approved by: maintainer
|
|
|
|
| |
Submitted by: @harmw (via GitHub PR)
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string
Approved by: portmgr (bapt)
Differential Revision: D3756
|
|
|
|
|
|
|
|
|
| |
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955
|
|
WWW: https://launchpad.net/cloud-init
PR: 194295
Submitted by: harm@weites.com
|