Changes since 2.1:
- arduino-boards needs explicit boards.txt for build.pid, build.vid,
upload.protocol, and upload.speed in case ARDUINO_DIR has changed.
- Drop needless linguisttools_build, the port does not use translations.
- Drop noninja. Works for me, have no idea why it was set in the first place.
- Correctly use rcc to fix build once misc/qtchooser is removed
Changes:
* testport|bulk -b: New feature to fetch remote packages. See PACKAGE_FETCH options in poudriere.conf.sample.
This feature has pitfalls like downloading and deleting packages. That may be improved with
upcoming improved incremental build supoport.
* ports now defaults to using FreeBSD's git repository for checkout when no method is specified.
* jail: Add support for fetching from artifact.ci.freebsd.org
* ports -m git: Remove default --single-branch.
* ports: Support -D to not shallow clone with git
* ports: Properly detect vcs checkout errors
* ports/jail -m git: Properly check for git being installed
* logclean -N <n>: Fix to keep latest <n>.
* bulk -n: Don't remove .building dir unless this ran made it
* bulk -f: Ignore anything after first column.
* Update cpdup to v1.22 68cb3cb4e14d9c
* ports/jail -m git: Support -U /local/path.
* jail: Allow poudriere -v to override -q for git/svn
* jail -cm git: Allow -v to be excluded to default to remote branch
* ports: Fix -B being rejected with git.
* jail -r: Fix this to work again
** Some git handling and the PACKAGE_FETCH support is not yet stable and may change in the future.
ODbL licensed files can be distributed freely over Internet or
physically for no more than reasonable production cost.
Since ODbL has been integrated into Mk/bsd.licenses.db.mk, the change is
implemented by switching over to the integrated entry.
Sponsored by: The FreeBSD Foundation
Approved by: lwhsu (ports)
Differential Revision: https://reviews.freebsd.org/D30089
A service daemon for the FreeBSD rc(8) framework. It lets the user
configure OpenConnect VPN in rc.conf(5) and use the standard FreeBSD
tools to control the daemon.
The LibreSSL 3.3.2+ patch does not and was never intended to apply
with older py-cryptography 2.9.2 that we offer for FreeBSD 11 using
base OpenSSL. For now, make the LibreSSL 3.3.2+ patch conditional
on SSL_DEFAULT=libressl* until FreeBSD 11 goes EOL.
Reported by: dvl
Fixes: 6f05c9c07c security/py-cryptography: fix build with LibreSSL 3.3.2+
Pointy hat to: vishwin
Approved by: koobs (maintainer, implicit), fluffly (mentor, implicit)
PR: 255241
This is the latest installment of the GooCanvas, and would be
required for upcoming `graphics/akira' update. It is loosely
based on `graphics/goocanvas2'.
- Remove upstreamed patch
- Since upstream targets python 3.8 which is the default for the
ports tree, declare that as minimum version
- Remove patch which was needed to make it work with python <= 3.7
2021-05-20 sysutils/ansible27: Upstream support ended; consider upgrading to sysutils/ansible
2021-05-20 sysutils/ansible28: Upstream support ended; consider upgrading to sysutils/ansible
- Define LICENSE (LGPL20)
- Do not manually set CPPFLAGS and LDFLAGS, USES+=localbase does
the job nicely and is only needed in the NLS case anyways
- Convert to option helpers and INSTALL_TARGET=install-strip
- Fix documentation path (/usr/local/share/doc/goocanvas/goocanvas
-> /usr/local/share/doc/goocanvas)