| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reviewed by: many (*)
Differential Revision: https://reviews.freebsd.org/D55624
Differential Revision: https://reviews.freebsd.org/D55642 (merged in from bofh)
many (*)
acm arrowd brooks cmt dch decke dinoex eduardo fluffy fuz gahr garga
jbeich joerg jrm kai kenrap martymac matthew mfechner michaelo mizhka
nobutaka pkubaj se tagattie thj
Anton Saietskii
GenericRikka
Gert Doering
Jan Bramkamp
Oleh Hushchenkov
Oleksandr Kryvulia
Ralf van der Enden
Yamagi
desktop kde python tcltk office
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A new uses 'sudo' has been added to transperently depends of the
proper flavor of sudo 'default' or 'sssd' depending on the default
version set by the user.
If you prefere to use 'sssd' flavor of sudo, add the following
to your make.conf:
DEFAULT_VERSIONS+=sudo=sssd
All sudo consummer ports has benn updated to USES=sudo
Reviewed by: 0mp
Approved by: mat
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D52160
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The handling of @sample with regard to no-root installation was
recently fixed, by 452309533805 (in ports) plus changes in pkg 2.4.
These need new packages built before they will correctly install,
including into VM images generated as part of the FreeBSD release
process.
Unfortunately with the release scheduled for just a few weeks away
and generally slow arm64 package building, there isn't time for a
full pkg set rebuild; so bump a handful of ports which are used in
the release process so that they will be rebuilt.
Users who are not building VM images using the "no-root" pathway
(aka using a METALOG index of the disk image) are not affected by
this; we doubt anyone other than re@ will notice.
With hat: re@
Discussed with: bapt, antoine
|
| |
|
|
|
|
|
|
|
| |
Install manpages
Pet portlint/stage-qa
Honor PREFIX and other flags for PYDITUTILS [1]
Release notes: https://github.com/canonical/cloud-init/releases/tag/25.2
PR: 288037 [1]
|
| |
|
|
|
|
|
|
| |
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- drop stale dependency on boto - it is not used since v0.7.5 [1]
- remove DEPRECATED
- bump PORTREVISION
[1] https://github.com/canonical/cloud-init/blob/main/ChangeLog#L5002
PR: 284955
With hat: python
Reviewed by: rene
Differential Revision: https://reviews.freebsd.org/D48959
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
the softlinked home -> /usr/home has been removed in FreeBSD
14.0-RELEASE and upwards, as the mountpoints are now /home.
Sponsored by: SkunkWerks, GmbH
Approved by: maintainer
Differential Revision: https://reviews.freebsd.org/D47338
Upstream Issue: https://github.com/canonical/cloud-init/issues/5850
|
| |
|
|
| |
- Bump PORTREVISION of dependent ports for dependency change
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
add homedir patch: https://github.com/canonical/cloud-init/pull/5061
Also work around python.mk autoplist bug described in
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205056.
Changelogs:
- https://github.com/canonical/cloud-init/releases/tag/24.1
- https://github.com/canonical/cloud-init/releases/tag/24.1.1
- https://github.com/canonical/cloud-init/releases/tag/24.1.2
- https://github.com/canonical/cloud-init/releases/tag/24.1.3
- https://github.com/canonical/cloud-init/releases/tag/24.1.4
PR: 277708
Approved by: andrey@bsdnir.info (maintainer, timeout)
Sponsored by: The FreeBSD Foundation
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Changelog(s):
- https://github.com/canonical/cloud-init/releases/tag/23.4.1
- https://github.com/canonical/cloud-init/releases/tag/23.4
Note that net/cloud-init-devel finally relocates /run to /var/run
See: https://github.com/canonical/cloud-init/pull/4677
PR: 275896
|
| |
|
|
|
| |
PR: 273451
Approved by: Andrey Fesenko <andrey@bsdnir.info>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
| |
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/canonical/cloud-init/releases/tag/23.1.2
PR: 271108
Reported by: freebsd@igalic.co
MFH: 2023Q2 (security updates)
Security: CVE-2023-1786
|
| |
|
|
|
|
|
|
|
| |
- distros/freebsd: add support for static IPv6 addresses
- Sync Makefile with cloud-init-devel (minimize diff)
PR: 270334
Changes: https://github.com/canonical/cloud-init/blob/23.1.x/ChangeLog
Reported by: andrey@bsdnir.info (maintainer)
|
| |
|
|
|
|
|
|
| |
ChangeLog:
https://github.com/canonical/cloud-init/blob/ubuntu/bionic-22.4.x/ChangeLog
PR: 268322
Reported by: andrey@bsdnir.info (maintainer)
|
| |
|
|
|
|
|
|
| |
https://github.com/canonical/cloud-init/blob/22.3.4/ChangeLog
Approved by: andrey@bsdnir.info (maintainer)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D37142
|
| |
|
|
|
|
|
|
|
|
| |
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|
| |
|
|
|
| |
PR: 266002
Submitted By: ahktenzero+freebsd@mohorovi.cc
|
| |
|
|
|
|
| |
Changes: https://github.com/canonical/cloud-init/blob/main/ChangeLog
PR: 265975
|
| |
|
|
| |
PR: 260379
|
| |
|
|
| |
PR: 256309
|
| |
|
|
| |
Reported by: lwhsu
|
| | |
|
| |
|
|
|
|
|
|
| |
PR: 254365
Approved by: Andrey Fesenko (maintainer), swills, lwhsu
Notes:
svn path=/head/; revision=568752
|
| |
|
|
|
|
|
|
| |
PR: 254339
Approved by: Andrey Fesenko (maintainer), swills
Notes:
svn path=/head/; revision=568666
|
| |
|
|
|
|
|
|
| |
Submitted by: Mina Galić <me@igalic.co>
Security: https://bugs.launchpad.net/cloud-init/+bug/1911680
Notes:
svn path=/head/; revision=562085
|
| |
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/canonical/cloud-init/blob/47f4229ebcef9f83df8b549bb869a2dbf6dff17c/ChangeLog
PR: 251280
Submitted by: Mina Galić
Approved by: Andrey Fesenko (maintainer)
Notes:
svn path=/head/; revision=557142
|
| |
|
|
|
|
|
|
|
|
| |
- Fix mounting of VFAT which FreeBSD calls "msdos[fs]"
- GC `devel/py-six' dependency, unused since v20.2
PR: 250496
Notes:
svn path=/head/; revision=553676
|
| |
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=549071
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=540586
|
| |
|
|
|
|
|
|
| |
PR: 246109
Submitted by: Andrey Fesenko (maintainer)
Notes:
svn path=/head/; revision=539604
|
| |
|
|
|
|
|
|
|
|
| |
The upstream code no longer works with Python 2.x, so require 3.6+.
PR: 245100
Submitted by: Andrey Fesenko (maintainer)
Notes:
svn path=/head/; revision=529735
|
| |
|
|
|
|
|
|
|
| |
PR: 244057
Submitted by: Andrey Fesenko <andrey_at_bsdnir_dot_info>
Approved by: maintainer
Notes:
svn path=/head/; revision=529084
|
| |
|
|
|
|
|
|
| |
PR: 239836
Submitted by: Andrey Fesenko <andrey@bsdnir.info>
Notes:
svn path=/head/; revision=508928
|
| |
|
|
|
|
|
| |
(and missed 3 missed files from previous categories.)
Notes:
svn path=/head/; revision=508903
|
| |
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=476313
|
| |
|
|
|
|
|
|
| |
- Fix rc script errors
- Fix config file location
Notes:
svn path=/head/; revision=476232
|
| |
|
|
|
|
|
| |
- Take MAINTAINERship
Notes:
svn path=/head/; revision=476024
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=457768
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
Python 2.7+ / 3.2+ by default.
sysutils/osquery fails to build because of C++ errors.
Notes:
svn path=/head/; revision=427780
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=426633
|
| |
|
|
|
|
|
| |
Submitted by: @harmw (via GitHub PR)
Notes:
svn path=/head/; revision=425719
|
| |
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=399684
|
| |
|
|
|
|
|
|
|
|
|
|
| |
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955
Notes:
svn path=/head/; revision=393196
|
|
|
WWW: https://launchpad.net/cloud-init
PR: 194295
Submitted by: harm@weites.com
Notes:
svn path=/head/; revision=371603
|