| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
This reverts commit 5a7ff5102154b08055c37868810192a9dca8044b and uses
www/py-boto3 instead of the removed devel/py-boto, and releng-gce@
assumes maintainership.
This is meant to be a temporary measure as we are exploring alternatives
for GCE support.
MFH: 2025Q2
|
| |
|
|
| |
2025-03-31 sysutils/py-google-compute-engine: Depends on expired devel/py-boto
|
| |
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
| |
Reference: https://github.com/GoogleCloudPlatform/compute-image-packages/blob/20190522/packages/python-google-compute-engine/setup.py#L26-L27
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
| |
- Remove duplicated copy of the script
- Use -i '' instead of -i for inplace sed(1).
|
| |
|
|
| |
Reported by: lwhsu
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=559531
|
| |
|
|
| |
Notes:
svn path=/head/; revision=508909
|
| |
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=507972
|
| |
|
|
|
|
|
|
| |
PR: 238175
Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer)
Notes:
svn path=/head/; revision=502829
|
| |
|
|
|
|
|
|
| |
PR: 238122
Approved by: Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer)
Notes:
svn path=/head/; revision=502800
|
| |
|
|
|
|
|
|
|
|
|
| |
This avoids breakage when running with python3
PR: 237877
Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer)
MFH: 2019Q2
Notes:
svn path=/head/; revision=501581
|
| |
|
|
|
|
|
|
|
|
| |
PR: 237845
Reviewed by: koobs
Approved by: implicit (portmgr, python, jfi blanket)
MFH: 2019Q2
Notes:
svn path=/head/; revision=501547
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes a python3 runtime issue [1]
While here, pull in missing dependency in python3 case [2]
PR: 237505 [1]
PR: 237203 [2]
Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer) [1]
Submitted by: Miroslav Lachman <000.fbsd@quip.cz> [2]
Approved by: Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer) [2]
Notes:
svn path=/head/; revision=499790
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Two new variables was added to instance_config.cfg file
in version 2.8.13 to allow the addition and removal of
users from groups.
I am also taking over the maintainership of this packages
as previously discussed with Helen.
Bump PORTREVISION.
PR: 236500
Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com>
Approved by: Helen Koike <helen.koike@collabora.com> (maintainer)
Notes:
svn path=/head/; revision=498656
|
| |
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=498530
|
| |
|
|
|
|
|
|
| |
PR: 235738
Submitted by: lucas.kanashiro@collabora.com(maintainer)
Notes:
svn path=/head/; revision=494552
|
| |
|
|
|
|
|
|
|
| |
PR: 232439
Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com>
Approved by: Helen Koike <helen.koike@collabora.com> (maintainer, earlier version of patch)
Notes:
svn path=/head/; revision=485701
|
| |
|
|
|
|
|
|
|
|
| |
While here, pet portlint by fixing shebang and bump PORTREVISION.
PR: 230741
Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer)
Notes:
svn path=/head/; revision=477577
|
| |
|
|
|
|
|
|
|
|
| |
PR: 229817
Submitted by: Gustavo Serra Scalet <gustavo.scalet@collabora.com>
Approved by: Helen Koike <helen.koike@collabora.com> (maintainer)
MFH: 2018Q3
Notes:
svn path=/head/; revision=474866
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
PR: 228999
Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer)
Notes:
svn path=/head/; revision=472394
|
| |
|
|
|
|
|
|
|
| |
PR: 228428
PR: 228252
Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer)
Notes:
svn path=/head/; revision=470666
|
| |
|
|
|
|
|
|
| |
PR: 228415
Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer
Notes:
svn path=/head/; revision=470611
|
| |
|
|
|
|
|
|
| |
PR: 228411
Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer)
Notes:
svn path=/head/; revision=470608
|
| |
|
|
|
|
|
|
| |
PR: 227114
Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer)
Notes:
svn path=/head/; revision=465981
|
| |
|
|
|
|
|
|
|
|
| |
Patch updates.
PR: 227006
Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer)
Notes:
svn path=/head/; revision=465736
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
* Removed obsolete patch files
PR: 222608
Submitted by: Helen Koike (maintainer)
Notes:
svn path=/head/; revision=455073
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Fixed error when stopping services.
PR: 222197
Submitted by: Helen Koike (maintainer)
Reported by: Vick Khera
MFH: 2017Q4
Notes:
svn path=/head/; revision=452169
|
| |
|
|
|
|
|
|
|
|
|
| |
PR: 221917
Submitted by: Helen Koike (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12207
Notes:
svn path=/head/; revision=449170
|
|
|
background and provides the following services:
- Accounts daemon to setup and manage user accounts, and to enable SSH key based
authentication.
- Clock skew daemon to keep the system clock in sync after VM start and stop
events.
- Instance setup scripts to execute VM configuration scripts during boot.
- IP forwarding daemon that integrates network load balancing with forwarding
rule changes into the guest.
- Metadata scripts to run user provided scripts at VM startup and shutdown.
- Network setup service to enable multiple network interfaces on boot.
WWW: https://github.com/GoogleCloudPlatform/compute-image-packages
PR: 219687
Submitted by: Helen Koike (maintainer)
Reviewed by: matthew (mentor), koobs, sunpoet, swills, julian
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12077
Notes:
svn path=/head/; revision=448349
|