| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Approved by: whu (maintainer, implicitly)
MFH: 2021Q3
Sponsored by: The FreeBSD Foundation
|
| |
|
|
|
|
|
|
|
|
| |
Upstream re-tagged the release to include a merge commit [0] that
fixes merge conflicts. No file or functionality change.
[0] https://github.com/Azure/WALinuxAgent/commit/4d10db69794d9502f47081bbda67ce40152dea25
Approved by: tcberner (mentor), whu (maintainer, implicit)
Differential Revision: https://reviews.freebsd.org/D31173
|
| |
|
|
|
| |
PR: 243046, 248543, 248651
Approved by: whu (maintainer, implicitly)
|
| |
|
|
| |
Reported by: lwhsu
|
| | |
|
| |
|
|
|
|
|
|
|
| |
- Pull in the patch from https://github.com/Azure/WALinuxAgent/pull/1892
- Drop patch to create large swap space, leave some more space for temporarily
storage
Approved by: maintainer (implicitly)
Sponsored by: The FreeBSD Foundation
|
| |
|
|
| |
Sponsored by: The FreeBSD Foundation
|
| |
|
|
|
|
| |
Approved by: Wei Hu <weh@microsoft.com> (maintainer, implicitly)
Obtained from: https://github.com/Azure/WALinuxAgent/pull/1762
Sponsored by: The FreeBSD Foundation
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
https://github.com/Azure/WALinuxAgent/pull/1638/
- Update WWW to where the code exists
- Switch to use Python 3 to match the ports' default to avoid some subprocess
invoking issues
Approved by: Wei Hu <weh@microsoft.com> (maintainer, implicitly)
Sponsored by: The FreeBSD Foundation
|
| |
|
|
|
|
|
| |
- Pass maintainership to the new vendor maintainer
Approved by: honzhan@microsoft.com (maintainer)
Sponsored by: The FreeBSD Foundation
|
| | |
|
| |
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
| |
|
|
|
| |
PR: 225752
Submitted by: Yasuhiro KIMURA
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Submitted by: honzhan@microsoft.com (maintainer)
Sponsored by: Microsoft
Differential Revision: https://reviews.freebsd.org/D12070
|
| |
|
|
|
|
| |
Approved by: maintainer
Sponsored by: Rubicon Communications, LLC (Netgate)
Differential Revision: https://reviews.freebsd.org/D11559
|
| |
|
|
|
|
|
|
|
|
|
| |
- Pet portlint:
- Use TABs instead of spaces in variable attributions
- Remove 'The' from COMMENT
- Reorder variable definitions
Approved by: honzhan@microsoft.com (maintainer)
Sponsored by: Rubicon Communications, LLC (Netgate)
Differential Revision: https://reviews.freebsd.org/D11175
|
| |
|
|
|
|
|
| |
Pass maintainership to submitter
Submitted by: honzhan@microsoft.com
Differential Revision: https://reviews.freebsd.org/D10659
|
| |
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
| |
Sponsored by: The FreeBSD Foundation
|
| |
|
|
|
|
|
|
|
|
| |
- move to devel/py-pyasn1 to match PyPI name
- update *_DEPENDS and bump PORTREVISION in dependent ports
- reset PORTEPOCH
PR: 204567
Submitted by: John W. O'Brien <john@saltant.com>
Approved by: mhjacks@swbell.net (maintainer of devel/py-asn1)
|
| |
|
|
|
|
|
| |
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
|
|
The Microsoft Azure Linux Agent is the client agent
needed to run FreeBSD within the Microsoft Azure
cloud platform.
Reviewed by: swills
Sponsored by: The FreeBSD Foundation
|